summaryrefslogtreecommitdiff
path: root/atari/gemtk
Commit message (Collapse)AuthorAgeFilesLines
* Display download filename in download confirm message.Ole Loots2013-01-171-2/+0
|
* Search is functional.Ole Loots2013-01-173-1/+46
|
* Search form inside browser windows starts to work.Ole Loots2013-01-162-3/+47
|
* Commented debug outputOle Loots2013-01-151-3/+2
|
* Make toolbar height configurable,Ole Loots2013-01-153-176/+191
| | | | started to use extended AES Object types.
* Further work on search in browser window.Ole Loots2013-01-142-3/+27
|
* Use windowes objc_w* and form_w* functions,Ole Loots2013-01-111-19/+20
| | | | | this should respect the window area, but it doesn't.
* Started to move the search form into the browser window.Ole Loots2013-01-113-3/+23
|
* Pass mbuttons to toolbar eventsOle Loots2013-01-101-1/+1
|
* Fixed WM_FULLED handlingOle Loots2013-01-102-4/+8
|
* Added some inline documentationOle Loots2013-01-102-52/+233
|
* Implemented language and font renderer popups.Ole Loots2013-01-071-1/+1
|
* Finally it compiles without WinDom - still some things to bring back:Ole Loots2013-01-074-37/+107
| | | | | - Serch window - Pop Menus in the settings dialog
* Implemented caret redraw.Ole Loots2013-01-013-2/+18
|
* Moved form handling into gemtk,Ole Loots2012-12-315-114/+427
| | | | removed several windom includes
* 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