summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Make the SDL surface event handler cope with timeout correctlyVincent Sanders2010-04-281-4/+33
| | | | svn path=/trunk/libnsfb/; revision=10514
* ensure reply is not leaked if server does not support shared memoryVincent Sanders2010-04-261-4/+9
| | | | svn path=/trunk/libnsfb/; revision=10489
* enable shared memory images if availableVincent Sanders2010-04-261-39/+139
| | | | svn path=/trunk/libnsfb/; revision=10488
* significantly improve performance of the x surfaceVincent Sanders2010-04-261-118/+171
| | | | svn path=/trunk/libnsfb/; revision=10486
* start improvements in surface handlingVincent Sanders2010-04-2612-7/+801
| | | | | | add X surface handler (need to address the speed issues) svn path=/trunk/libnsfb/; revision=10485
* Simplification.Michael Drake2010-02-011-11/+7
| | | | svn path=/trunk/libnsfb/; revision=9948
* Minor changes to self crossing polygon test.Michael Drake2010-01-311-7/+4
| | | | svn path=/trunk/libnsfb/; revision=9947
* Improve rounding of fill span endpoints for polygon plotter.Michael Drake2010-01-311-3/+16
| | | | svn path=/trunk/libnsfb/; revision=9946
* Add test for self-crossing polygons.Michael Drake2010-01-243-1/+104
| | | | svn path=/trunk/libnsfb/; revision=9904
* Update establish_crossing_value() comment to describe what it actually does ↵Michael Drake2010-01-241-5/+9
| | | | | | now. :) svn path=/trunk/libnsfb/; revision=9903
* Hopefully fix gcc 4.2.4 stuff.Michael Drake2010-01-241-0/+2
| | | | svn path=/trunk/libnsfb/; revision=9902
* Make polygon filling code handle arbitrary polygons (rather than just ↵Michael Drake2010-01-241-99/+183
| | | | | | NetSurf borders). svn path=/trunk/libnsfb/; revision=9901
* Ensure the bezier curve routines do not generate duplicate points unecissarily.Vincent Sanders2010-01-222-56/+80
| | | | svn path=/trunk/libnsfb/; revision=9866
* add basic (but working) path supportVincent Sanders2010-01-228-92/+413
| | | | svn path=/trunk/libnsfb/; revision=9865
* quick workround for polygon plotter issuesVincent Sanders2010-01-222-25/+41
| | | | | | improve polygon star plotter to have animation! svn path=/trunk/libnsfb/; revision=9862
* add missing const to polyline apiVincent Sanders2010-01-211-1/+1
| | | | svn path=/trunk/libnsfb/; revision=9856
* fix polylinesVincent Sanders2010-01-213-4/+7
| | | | svn path=/trunk/libnsfb/; revision=9855
* add beginnings of path plottingVincent Sanders2010-01-2110-2/+349
| | | | svn path=/trunk/libnsfb/; revision=9854
* move plot functions to their own sub directoryVincent Sanders2010-01-2014-475/+578
| | | | | | fix 8 and 16bpp plotters when used with cursor svn path=/trunk/libnsfb/; revision=9850
* simplify internal headersVincent Sanders2010-01-1112-15/+39
| | | | svn path=/trunk/libnsfb/; revision=9801
* strip legacy plotter interfaceVincent Sanders2010-01-0923-520/+403
| | | | | | | cleanup line plotting interface move plotter interface structs to apropriate header svn path=/trunk/libnsfb/; revision=9798
* add bezier curve plottersVincent Sanders2010-01-067-1/+246
| | | | svn path=/trunk/libnsfb/; revision=9794
* Move clipping check out of conditional bit in line plotter.Michael Drake2009-12-291-20/+18
| | | | svn path=/trunk/libnsfb/; revision=9766
* make the test app compile againVincent Sanders2009-12-253-39/+56
| | | | svn path=/trunk/libnsfb/; revision=9758
* use SDL blit method to accelerate copy operationsVincent Sanders2009-12-071-0/+42
| | | | svn path=/trunk/libnsfb/; revision=9720
* Include stdlib.h for atexit().Michael Drake2009-12-061-2/+3
| | | | svn path=/trunk/libnsfb/; revision=9719
* Improve cursor handlingVincent Sanders2009-12-0412-53/+106
| | | | | | Improve screen copy handling and API svn path=/trunk/libnsfb/; revision=9714
* Avoid NULL pointer dereferenceJohn Mark Bell2009-11-231-13/+13
| | | | svn path=/trunk/libnsfb/; revision=9705
* Ensure local include path overrides buildsystem settings.John Mark Bell2009-08-011-2/+2
| | | | svn path=/trunk/libnsfb/; revision=8963
* Typo and doxygen comment.Michael Drake2009-07-021-2/+4
| | | | svn path=/trunk/libnsfb/; revision=8258
* Add licence info. Update polygon plotter documentation.Michael Drake2009-07-021-37/+47
| | | | svn path=/trunk/libnsfb/; revision=8257
* Enable key repeat. Thanks to Bernd Roesch.Michael Drake2009-06-291-14/+15
| | | | svn path=/trunk/libnsfb/; revision=8154
* Depends on SDL. Probably wants changing once the .so magic happens.John Mark Bell2009-06-281-0/+1
| | | | svn path=/trunk/libnsfb/; revision=8126
* add cursor supportVincent Sanders2009-06-0219-16/+366
| | | | svn path=/trunk/libnsfb/; revision=7687
* add legacy plotter APIVincent Sanders2009-04-2418-18/+287
| | | | svn path=/trunk/libnsfb/; revision=7304
* Sync with core buildsystem changesJohn Mark Bell2009-04-212-4/+4
| | | | svn path=/trunk/libnsfb/; revision=7227
* add event interfaceVincent Sanders2009-04-1513-38/+915
| | | | svn path=/trunk/libnsfb/; revision=7088
* add geometry settingVincent Sanders2009-04-092-1/+20
| | | | svn path=/trunk/libnsfb/; revision=7073
* add frontend selection and fix finalisation supportVincent Sanders2009-04-097-8/+83
| | | | svn path=/trunk/libnsfb/; revision=7072
* make 8bpp plotters workVincent Sanders2009-04-095-341/+277
| | | | svn path=/trunk/libnsfb/; revision=7071
* fix 16bpp plotterVincent Sanders2009-04-095-362/+200
| | | | svn path=/trunk/libnsfb/; revision=7069
* add font glyph plotting supportVincent Sanders2009-04-085-4/+222
| | | | svn path=/trunk/libnsfb/; revision=7068
* Fix test binary linkageJohn Mark Bell2009-04-081-0/+3
| | | | svn path=/trunk/libnsfb/; revision=7063
* Integrate the testsuite.John Mark Bell2009-04-083-110/+12
| | | | svn path=/trunk/libnsfb/; revision=7062
* initial commit of netsurf framebuffer libraryVincent Sanders2009-04-0826-0/+6781
svn path=/trunk/libnsfb/; revision=7060