summaryrefslogtreecommitdiff
path: root/atari/gemtk/gemtk.h
Commit message (Collapse)AuthorAgeFilesLines
* 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