summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Pre-seed remainder counters with correct starting value to avoid clipping edg...Michael Drake2010-07-083-21/+57
* Don't try to plot bitmaps at 0 width or height.Michael Drake2010-07-083-0/+9
* Slight optimisation for scaled image plotting.Michael Drake2010-07-083-9/+9
* Add 8bpp scaled bitmap plotter. Fix 16bpp scaled bitmap plotter.Michael Drake2010-07-082-11/+145
* Make slight changes to match 16bpp implementations of bitmap plotters.Michael Drake2010-07-081-10/+8
* Add support for 16bpp scaled bitmap plotting. Make slight changes to match 32...Michael Drake2010-07-081-13/+140
* Add support for scaled bitmap plotting.Michael Drake2010-07-081-9/+141
* Fix warnings which occour with gcc 4.5Vincent Sanders2010-06-081-2/+3
* Make shared memory pixmap setup more robustVincent Sanders2010-05-021-9/+35
* Fix keypress handlingVincent Sanders2010-04-302-328/+328
* Fix x surface to not leave mouse trailsVincent Sanders2010-04-301-9/+38
* fix x surface input timeoutVincent Sanders2010-04-301-15/+39
* acellerate x surface copyingVincent Sanders2010-04-291-17/+103
* Make the SDL surface event handler cope with timeout correctlyVincent Sanders2010-04-281-4/+33
* ensure reply is not leaked if server does not support shared memoryVincent Sanders2010-04-261-4/+9
* enable shared memory images if availableVincent Sanders2010-04-261-39/+139
* significantly improve performance of the x surfaceVincent Sanders2010-04-261-118/+171
* start improvements in surface handlingVincent Sanders2010-04-2612-7/+801
* Simplification.Michael Drake2010-02-011-11/+7
* Minor changes to self crossing polygon test.Michael Drake2010-01-311-7/+4
* Improve rounding of fill span endpoints for polygon plotter.Michael Drake2010-01-311-3/+16
* Add test for self-crossing polygons.Michael Drake2010-01-243-1/+104
* 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-222-56/+80
* add basic (but working) path supportVincent Sanders2010-01-228-92/+413
* quick workround for polygon plotter issuesVincent Sanders2010-01-222-25/+41
* add missing const to polyline apiVincent Sanders2010-01-211-1/+1
* fix polylinesVincent Sanders2010-01-213-4/+7
* add beginnings of path plottingVincent Sanders2010-01-2110-2/+349
* move plot functions to their own sub directoryVincent Sanders2010-01-2014-475/+578
* simplify internal headersVincent Sanders2010-01-1112-15/+39
* strip legacy plotter interfaceVincent Sanders2010-01-0923-520/+403
* add bezier curve plottersVincent Sanders2010-01-067-1/+246
* Move clipping check out of conditional bit in line plotter.Michael Drake2009-12-291-20/+18
* make the test app compile againVincent Sanders2009-12-253-39/+56
* 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-0412-53/+106
* Avoid NULL pointer dereferenceJohn Mark Bell2009-11-231-13/+13
* Ensure local include path overrides buildsystem settings.John Mark Bell2009-08-011-2/+2
* 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
* Depends on SDL. Probably wants changing once the .so magic happens.John Mark Bell2009-06-281-0/+1
* add cursor supportVincent Sanders2009-06-0219-16/+366
* add legacy plotter APIVincent Sanders2009-04-2418-18/+287
* Sync with core buildsystem changesJohn Mark Bell2009-04-212-4/+4
* add event interfaceVincent Sanders2009-04-1513-38/+915