summaryrefslogtreecommitdiff
path: root/desktop/plotters.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove the netsurf/ from the include paths and rationalise use of <> vs "" ↵Daniel Silverstone2007-05-301-1/+1
| | | | | | | | | | | | | | in includes NetSurf includes are now done with ""s and other system includes with <>s as C intended. The scandeps tool has been updated to only look for ""ed includes, and to verify that the files exist in the tree before adding them to the dependency lines. The depend rule has therefore been augmented to make sure the autogenerated files are built before it is run. This is untested under self-hosted RISC OS builds. All else tested and works. svn path=/trunk/netsurf/; revision=3307
* Update project URL.Michael Drake2006-11-271-1/+1
| | | | svn path=/trunk/netsurf/; revision=3073
* Fix for knockout rendering of native formatsAdrian Lees2006-08-191-0/+1
| | | | svn path=/trunk/netsurf/; revision=2869
* Optimise out redundant group_start and group_end calls (speed up rendering.)Richard Wilson2006-07-101-2/+2
| | | | svn path=/trunk/netsurf/; revision=2725
* [project @ 2006-03-21 17:22:41 by rjek]Rob Kendrick2006-03-211-0/+2
| | | | | | Radio and checkbox widgets are now 3D, and implemented arc plotting for them svn path=/import/netsurf/; revision=2145
* [project @ 2006-03-19 19:03:07 by rjek]Rob Kendrick2006-03-191-1/+1
| | | | | | Implemented unfilled disc plotting and GTK disc plotting svn path=/import/netsurf/; revision=2136
* [project @ 2005-02-20 13:17:29 by bursa]James Bursa2005-02-201-2/+1
| | | | | | Font rewrite, part 1. svn path=/import/netsurf/; revision=1517
* [project @ 2004-12-25 11:37:35 by bursa]James Bursa2004-12-251-49/+49
| | | | | | Fix line endings. svn path=/import/netsurf/; revision=1409
* [project @ 2004-11-20 00:02:56 by bursa]James Bursa2004-11-201-1/+1
| | | | | | Improvements to overflow and scrolling: scrollbars now have most of the usual RISC OS behaviour. Better rendering of dotted and dashed borders. svn path=/import/netsurf/; revision=1363
* [project @ 2004-10-20 23:31:31 by jmb]John Mark Bell2004-10-201-0/+2
| | | | | | Reimplement draw groups svn path=/import/netsurf/; revision=1332
* [project @ 2004-10-17 21:03:19 by bursa]James Bursa2004-10-171-0/+47
New target-independent interface for plotting and RISC OS screen implementation. svn path=/import/netsurf/; revision=1312