summaryrefslogtreecommitdiff
path: root/atari/gemtk
Commit message (Collapse)AuthorAgeFilesLines
...
* wipOle Loots2012-12-282-0/+22
|
* Settings are now written when save is clicked.Ole Loots2012-12-281-2/+2
|
* Display current setting values.Ole Loots2012-12-221-0/+5
|
* - started to work on settings dialogOle Loots2012-12-214-45/+302
| | | | | | - 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-184-17/+182
|
* First steps to remove windom dependency from download dialog.Ole Loots2012-12-121-1/+13
|
* Dragged scrolling/mouse click events works fine now.Ole Loots2012-12-041-1/+32
|
* Implemented Browser key input handling.Ole Loots2012-12-012-94/+94
|
* Only change selectable toolbar objects on click.Ole Loots2012-11-291-1/+2
|
* Refactored a lot of browser window code,... still totally WIP.Ole Loots2012-11-272-29/+66
| | | | ...but it compiles...
* Fixed typo, caused small scroll bug.Ole Loots2012-11-221-3/+3
|
* Hotlist now works without windom.Ole Loots2012-11-222-10/+14
|
* Improved WM_FULLED handling (prev. size is getting restored)Ole Loots2012-11-221-133/+238
|
* Implemented scroll handling in gemtk.Ole Loots2012-11-213-108/+225
|
* Initial work at making scrolling workOle Loots2012-11-202-61/+120
|
* Ripped Windom out of the treeview implementation,Ole Loots2012-11-202-125/+292
| | | | it still requires scroll event handling to be implemented.
* Imporved gemtk toolbar handling.Ole Loots2012-11-192-17/+20
|
* Start to remove windom, wip.Ole Loots2012-11-189-0/+1065
- Refactored menu event handling. - Load plain GEM resources. - Refactored Event handling