summaryrefslogtreecommitdiff
path: root/atari/plot.h
Commit message (Collapse)AuthorAgeFilesLines
* Refactor plot implementation (removed old files)Ole Loots2012-07-131-37/+0
|
* Load toolbar icons from a single bitmap file. Ole Loots2012-06-031-2/+2
| | | | svn path=/trunk/netsurf/; revision=13935
* I'm actually trying to simplify the frontend code, changes:Ole Loots2011-11-281-1/+2
| | | | | | | | - 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
* Remove plotter table global. Pass a redraw context around redraw functions. ↵Michael Drake2011-06-301-0/+2
| | | | | | Knockout could be handled better. Note: untested on most front ends. svn path=/trunk/netsurf/; revision=12543
* Added option for knockout rendering.Ole Loots2011-04-221-0/+1
| | | | svn path=/trunk/netsurf/; revision=12220
* merged clipping parameter changes.Ole Loots2011-02-251-2/+1
| | | | svn path=/trunk/netsurf/; revision=11810
* Pass clip rect to clip plotters as struct. Simplify clip rect handling in ↵Michael Drake2011-02-141-1/+3
| | | | | | debug window code. Pass clip rect to select menu as struct. svn path=/trunk/netsurf/; revision=11683
* Implemented Search DialogOle Loots2011-01-301-0/+0
| | | | svn path=/trunk/netsurf/; revision=11536
* Atari frontend (credit: Ole Loots)John Mark Bell2011-01-051-0/+32
svn path=/trunk/netsurf/; revision=11218