summaryrefslogtreecommitdiff
path: root/src/plot
Commit message (Expand)AuthorAgeFilesLines
* Update establish_crossing_value() comment to describe what it actually does n...Michael Drake2010-01-241-5/+9
* 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-222-74/+139
* quick workround for polygon plotter issuesVincent Sanders2010-01-221-1/+1
* add missing const to polyline apiVincent Sanders2010-01-211-1/+1
* fix polylinesVincent Sanders2010-01-211-2/+5
* add beginnings of path plottingVincent Sanders2010-01-212-0/+67
* move plot functions to their own sub directoryVincent Sanders2010-01-209-0/+3058