summaryrefslogtreecommitdiff
path: root/src
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-2012-472/+563
* simplify internal headersVincent Sanders2010-01-119-14/+17
* strip legacy plotter interfaceVincent Sanders2010-01-0915-416/+342
* add bezier curve plottersVincent Sanders2010-01-062-0/+99
* Move clipping check out of conditional bit in line plotter.Michael Drake2009-12-291-20/+18
* make the test app compile againVincent Sanders2009-12-252-1/+6
* use SDL blit method to accelerate copy operationsVincent Sanders2009-12-071-0/+42
* Include stdlib.h for atexit().Michael Drake2009-12-061-2/+3
* Improve cursor handlingVincent Sanders2009-12-047-41/+85
* Avoid NULL pointer dereferenceJohn Mark Bell2009-11-231-13/+13
* Typo and doxygen comment.Michael Drake2009-07-021-2/+4
* Add licence info. Update polygon plotter documentation.Michael Drake2009-07-021-37/+47
* Enable key repeat. Thanks to Bernd Roesch.Michael Drake2009-06-291-14/+15
* add cursor supportVincent Sanders2009-06-029-7/+254
* add legacy plotter APIVincent Sanders2009-04-2411-11/+148
* add event interfaceVincent Sanders2009-04-158-25/+703
* add geometry settingVincent Sanders2009-04-091-1/+16
* add frontend selection and fix finalisation supportVincent Sanders2009-04-092-0/+16
* make 8bpp plotters workVincent Sanders2009-04-095-341/+277
* fix 16bpp plotterVincent Sanders2009-04-095-362/+200
* add font glyph plotting supportVincent Sanders2009-04-082-2/+128
* initial commit of netsurf framebuffer libraryVincent Sanders2009-04-0813-0/+3168