summaryrefslogtreecommitdiff
path: root/atari/redrawslots.h
Commit message (Collapse)AuthorAgeFilesLines
* Toolbar is now finished, started work on browser redraw/scrolling.Ole Loots2012-11-301-3/+4
|
* Started refactoring of global redraw handling.Ole Loots2012-11-281-2/+9
|
* Added missing copyright headersOle Loots2012-08-241-0/+19
|
* I'm actually trying to simplify the frontend code, changes:Ole Loots2011-11-281-0/+27
- 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