summaryrefslogtreecommitdiff
path: root/atari/plot.c
Commit message (Collapse)AuthorAgeFilesLines
* Load toolbar icons from a single bitmap file. Ole Loots2012-06-031-2/+8
| | | | svn path=/trunk/netsurf/; revision=13935
* NetSurf options rework (a=vince r=daniels,jmb)Vincent Sanders2012-03-221-4/+3
| | | | svn path=/trunk/netsurf/; revision=13548
* call set_clip/get_clip, declare result variables correctly. Ole Loots2012-03-211-6/+7
| | | | svn path=/trunk/netsurf/; revision=13545
* Added flag for monochrom font rendering.Ole Loots2012-01-061-6/+9
| | | | svn path=/trunk/netsurf/; revision=13381
* Removed option to configure knockout rendering, removed suppress_images ↵Ole Loots2011-12-101-14/+1
| | | | | | option from frontend. svn path=/trunk/netsurf/; revision=13264
* Fix focus elementOle Loots2011-12-061-4/+8
| | | | svn path=/trunk/netsurf/; revision=13251
* Removed unused variable, plot_line is now global.Ole Loots2011-11-231-13/+12
| | | | svn path=/trunk/netsurf/; revision=13174
* adjusted typo, fixed compilation of setting knockout option during runtime. Ole Loots2011-06-301-8/+9
| | | | svn path=/trunk/netsurf/; revision=12548
* Remove plotter table global. Pass a redraw context around redraw functions. ↵Michael Drake2011-06-301-1/+1
| | | | | | 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/+8
| | | | svn path=/trunk/netsurf/; revision=12220
* cleanup, fixed invalid option name (downloads_path)Ole Loots2011-04-101-6/+8
| | | | svn path=/trunk/netsurf/; revision=12181
* Fixed missing draw of tiled bitmap which are completly outside of the ↵Ole Loots2011-03-011-4/+11
| | | | | | | | clipping rectangle , adjusted clipping rect changes for atari frontend svn path=/trunk/netsurf/; revision=11876
* merged clipping parameter changes.Ole Loots2011-02-251-7/+6
| | | | svn path=/trunk/netsurf/; revision=11810
* Pass clip rect to clip plotters as struct. Simplify clip rect handling in ↵Michael Drake2011-02-141-2/+2
| | | | | | debug window code. Pass clip rect to select menu as struct. svn path=/trunk/netsurf/; revision=11683
* Optimized drawing of repeating 1px sized bitmaps.Ole Loots2011-02-121-4/+22
| | | | svn path=/trunk/netsurf/; revision=11651
* Implemented Search DialogOle Loots2011-01-301-0/+0
| | | | svn path=/trunk/netsurf/; revision=11536
* Shrinked initial size of the canvas area. Ole Loots2011-01-221-2/+1
| | | | svn path=/trunk/netsurf/; revision=11447
* Atari frontend (credit: Ole Loots)John Mark Bell2011-01-051-0/+222
svn path=/trunk/netsurf/; revision=11218