summaryrefslogtreecommitdiff
path: root/atari/rootwin.c
Commit message (Collapse)AuthorAgeFilesLines
* Some more finetuning...Ole Loots2013-01-311-18/+21
|
* The Window toolbar now have independet AES objects,Ole Loots2013-01-221-29/+25
| | | | which means no state restore is required before redraw.
* Prefixed gemtk module functions.Ole Loots2013-01-221-69/+69
|
* TOP the next rootwindow when the current rootwindow gets iconified.Ole Loots2013-01-171-3/+11
|
* Search is functional.Ole Loots2013-01-171-20/+96
|
* Search form inside browser windows starts to work.Ole Loots2013-01-161-5/+32
|
* Commented debug outputOle Loots2013-01-151-6/+4
|
* Make toolbar height configurable,Ole Loots2013-01-151-31/+37
| | | | started to use extended AES Object types.
* Further work on search in browser window.Ole Loots2013-01-141-58/+66
|
* Started to move the search form into the browser window.Ole Loots2013-01-111-4/+51
|
* Use window_get_grect instead of guiwin_get_grect.Ole Loots2013-01-101-8/+8
|
* Pass mouse button to toolbar event handlerOle Loots2013-01-101-2/+7
|
* Finally it compiles without WinDom - still some things to bring back:Ole Loots2013-01-071-10/+14
| | | | | - Serch window - Pop Menus in the settings dialog
* Removed browser.h/.cOle Loots2013-01-031-19/+28
|
* Implemented caret redraw.Ole Loots2013-01-011-37/+226
|
* - started to work on settings dialogOle Loots2012-12-211-20/+17
| | | | | | - 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.
* Removed global_evnt.c module.Ole Loots2012-12-061-9/+10
|
* Only schedule on-screen redraw areas, and do not substractOle Loots2012-12-061-1/+2
| | | | scrolling positions from scheduled area.
* Implement mouse move event handlingOle Loots2012-12-061-11/+78
|
* Removed debug statements.Ole Loots2012-12-041-3/+0
|
* 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