summaryrefslogtreecommitdiff
path: root/src/plot/generic.c
Commit message (Expand)AuthorAgeFilesLines
* Hopefully fix gcc 4.2.4 stuff.Michael Drake2010-01-241-0/+2
* Make polygon filling code handle arbitrary polygons (rather than just NetSurf...Michael Drake2010-01-241-99/+183
* Ensure the bezier curve routines do not generate duplicate points unecissarily.Vincent Sanders2010-01-221-54/+73
* add basic (but working) path supportVincent Sanders2010-01-221-70/+135
* quick workround for polygon plotter issuesVincent Sanders2010-01-221-1/+1
* fix polylinesVincent Sanders2010-01-211-2/+5
* add beginnings of path plottingVincent Sanders2010-01-211-0/+62
* move plot functions to their own sub directoryVincent Sanders2010-01-201-0/+663