summaryrefslogtreecommitdiff
path: root/atari/redrawslots.c
Commit message (Collapse)AuthorAgeFilesLines
* move frontends into sub directoryVincent Sanders2016-05-151-125/+0
|
* Clean up atari source linendings, whitespace damage and executable statusVincent Sanders2015-05-281-92/+92
|
* remove unecessary utils/types.hVincent Sanders2014-11-021-2/+3
| | | | | | This cleans up this header and moves the functionality into more useful places while reducing the include complexity but only pulling in whats required.
* Fixed some unused variable warining.Ole Loots2014-09-151-1/+1
|
* 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