summaryrefslogtreecommitdiff
path: root/atari/gemtk/gemtk.h
Commit message (Collapse)AuthorAgeFilesLines
* Added VA/AV Protocol support (not used yet).Ole Loots2014-01-021-0/+8
|
* Do not use tmpnam() but a custom function.Ole Loots2013-12-291-0/+4
|
* Minor changes to gemtkOle Loots2013-12-211-1/+1
| | | | | - check for NULL window ptr in gemtk_wm_send_msg - use textarea template string for max textarea string length
* Generate language popup from language fileOle Loots2013-11-231-1/+1
|
* Added gemtk_obj_create_popup_tree util.Ole Loots2013-11-231-0/+4
|
* Hotlist and History and Cookies Manager implemented.Ole Loots2013-10-061-0/+18
| | | | (The Cookie Manager window is a new one)
* Check rc_intersect result and added comments.Ole Loots2013-04-161-0/+1
|
* Renamed gemtk_wm_send_redraw to gemtk_wm_exec_redrawOle Loots2013-04-111-1/+4
| | | | ...and did a little bit refactoring.
* Some more finetuning...Ole Loots2013-01-311-2/+9
|
* The Window toolbar now have independet AES objects,Ole Loots2013-01-221-2/+4
| | | | which means no state restore is required before redraw.
* Prefixed gemtk module functions.Ole Loots2013-01-221-72/+71
|
* Do not redraw textarea background.Ole Loots2013-01-221-1/+1
|
* Search is functional.Ole Loots2013-01-171-0/+1
|
* Search form inside browser windows starts to work.Ole Loots2013-01-161-3/+1
|
* Make toolbar height configurable,Ole Loots2013-01-151-57/+37
| | | | started to use extended AES Object types.
* Further work on search in browser window.Ole Loots2013-01-141-0/+3
|
* Started to move the search form into the browser window.Ole Loots2013-01-111-0/+2
|
* Fixed WM_FULLED handlingOle Loots2013-01-101-0/+4
|
* Added some inline documentationOle Loots2013-01-101-30/+97
|
* Finally it compiles without WinDom - still some things to bring back:Ole Loots2013-01-071-1/+8
| | | | | - Serch window - Pop Menus in the settings dialog
* Implemented caret redraw.Ole Loots2013-01-011-0/+6
|
* Moved form handling into gemtk,Ole Loots2012-12-311-7/+31
| | | | removed several windom includes
* wipOle Loots2012-12-281-0/+2
|
* Display current setting values.Ole Loots2012-12-221-0/+5
|
* - started to work on settings dialogOle Loots2012-12-211-36/+41
| | | | | | - some WIP in treeview widgets. Changed destroy / and init handling. It requires some optimization, when the widget is closed it must remove itself from the guiwin list, for perfomance.
* Preparing for merge...Ole Loots2012-12-181-1/+2
|
* Implemented Browser key input handling.Ole Loots2012-12-011-0/+1
|
* Refactored a lot of browser window code,... still totally WIP.Ole Loots2012-11-271-3/+14
| | | | ...but it compiles...
* Hotlist now works without windom.Ole Loots2012-11-221-3/+5
|
* Implemented scroll handling in gemtk.Ole Loots2012-11-211-33/+39
|
* Initial work at making scrolling workOle Loots2012-11-201-1/+4
|
* Ripped Windom out of the treeview implementation,Ole Loots2012-11-201-2/+25
| | | | it still requires scroll event handling to be implemented.
* Imporved gemtk toolbar handling.Ole Loots2012-11-191-3/+4
|
* Start to remove windom, wip.Ole Loots2012-11-181-0/+100
- Refactored menu event handling. - Load plain GEM resources. - Refactored Event handling