summaryrefslogtreecommitdiff
path: root/atari/rootwin.c
Commit message (Collapse)AuthorAgeFilesLines
* Dragged scrolling/mouse click events works fine now.Ole Loots2012-12-041-53/+62
|
* Implemented scrolling for gui windows.Ole Loots2012-12-031-5/+57
| | | | | | Doesn't work correctly for drag-scrolling, because gemtk schedules window messages for redraw regions... the rectangle list must be managed by gemtk...
* Implemented basic mouse input to browser component (click).Ole Loots2012-12-031-165/+192
|
* Implemented Browser key input handling.Ole Loots2012-12-011-119/+195
|
* Toolbar is now finished, started work on browser redraw/scrolling.Ole Loots2012-11-301-183/+182
|
* re-implemented browser toolbar redraw / URL area redraw.Ole Loots2012-11-291-8/+8
|
* Started refactoring of global redraw handling.Ole Loots2012-11-281-56/+89
|
* Refactored a lot of browser window code,... still totally WIP.Ole Loots2012-11-271-183/+233
| | | | ...but it compiles...
* Ripped Windom out of the treeview implementation,Ole Loots2012-11-201-4/+4
| | | | it still requires scroll event handling to be implemented.
* Imporved gemtk toolbar handling.Ole Loots2012-11-191-43/+12
|
* Start to remove windom, wip.Ole Loots2012-11-181-0/+816
- Refactored menu event handling. - Load plain GEM resources. - Refactored Event handling