summaryrefslogtreecommitdiff
path: root/atari/redrawslots.c
Commit message (Collapse)AuthorAgeFilesLines
* Finally it compiles without WinDom - still some things to bring back:Ole Loots2013-01-071-1/+2
| | | | | - Serch window - Pop Menus in the settings dialog
* Toolbar is now finished, started work on browser redraw/scrolling.Ole Loots2012-11-301-22/+25
|
* Started refactoring of global redraw handling.Ole Loots2012-11-281-3/+27
|
* Start to remove windom, wip.Ole Loots2012-11-181-1/+1
| | | | | | - Refactored menu event handling. - Load plain GEM resources. - Refactored Event handling
* Added copyright comment. Ole Loots2011-12-041-0/+17
| | | | svn path=/trunk/netsurf/; revision=13231
* I'm actually trying to simplify the frontend code, changes:Ole Loots2011-11-281-0/+79
- Optimized browser window caret, uses back-buffer now. ( So no content redraw is scheduled by the frontend just for a caret move ) - Fixed a double redraw issue when the browser reformat is pending and the AES also sends an redraw request because of the resize. - Started to use netsurfs textarea instead of a custom implementation ( to reduce code size ). svn path=/trunk/netsurf/; revision=13191