summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Add support for 16bpp scaled bitmap plotting. Make slight changes to match ↵Michael Drake2010-07-081-13/+140
| | | | | | 32bpp implementation. NOTE: UNTESTED. svn path=/trunk/libnsfb/; revision=10609
* Add support for scaled bitmap plotting.Michael Drake2010-07-081-9/+141
| | | | svn path=/trunk/libnsfb/; revision=10608
* Fix warnings which occour with gcc 4.5Vincent Sanders2010-06-081-2/+3
| | | | svn path=/trunk/libnsfb/; revision=10569
* Make shared memory pixmap setup more robustVincent Sanders2010-05-021-9/+35
| | | | svn path=/trunk/libnsfb/; revision=10541
* Fix keypress handlingVincent Sanders2010-04-301-327/+327
| | | | svn path=/trunk/libnsfb/; revision=10534
* Fix x surface to not leave mouse trailsVincent Sanders2010-04-301-9/+38
| | | | svn path=/trunk/libnsfb/; revision=10527
* fix x surface input timeoutVincent Sanders2010-04-301-15/+39
| | | | svn path=/trunk/libnsfb/; revision=10526
* acellerate x surface copyingVincent Sanders2010-04-291-17/+103
| | | | svn path=/trunk/libnsfb/; revision=10519
* 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-269-4/+797
| | | | | | 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
* Improve rounding of fill span endpoints for polygon plotter.Michael Drake2010-01-311-3/+16
| | | | svn path=/trunk/libnsfb/; revision=9946
* 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-221-54/+73
| | | | svn path=/trunk/libnsfb/; revision=9866
* add basic (but working) path supportVincent Sanders2010-01-222-74/+139
| | | | svn path=/trunk/libnsfb/; revision=9865
* quick workround for polygon plotter issuesVincent Sanders2010-01-221-1/+1
| | | | | | 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-211-2/+5
| | | | svn path=/trunk/libnsfb/; revision=9855
* add beginnings of path plottingVincent Sanders2010-01-212-0/+67
| | | | svn path=/trunk/libnsfb/; revision=9854
* move plot functions to their own sub directoryVincent Sanders2010-01-2012-472/+563
| | | | | | fix 8 and 16bpp plotters when used with cursor svn path=/trunk/libnsfb/; revision=9850
* simplify internal headersVincent Sanders2010-01-119-14/+17
| | | | svn path=/trunk/libnsfb/; revision=9801
* strip legacy plotter interfaceVincent Sanders2010-01-0915-416/+342
| | | | | | | cleanup line plotting interface move plotter interface structs to apropriate header svn path=/trunk/libnsfb/; revision=9798
* add bezier curve plottersVincent Sanders2010-01-062-0/+99
| | | | 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-252-1/+6
| | | | 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-047-41/+85
| | | | | | 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
* 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
* add cursor supportVincent Sanders2009-06-029-7/+254
| | | | svn path=/trunk/libnsfb/; revision=7687
* add legacy plotter APIVincent Sanders2009-04-2411-11/+148
| | | | svn path=/trunk/libnsfb/; revision=7304
* add event interfaceVincent Sanders2009-04-158-25/+703
| | | | svn path=/trunk/libnsfb/; revision=7088
* add geometry settingVincent Sanders2009-04-091-1/+16
| | | | svn path=/trunk/libnsfb/; revision=7073
* add frontend selection and fix finalisation supportVincent Sanders2009-04-092-0/+16
| | | | 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-082-2/+128
| | | | svn path=/trunk/libnsfb/; revision=7068
* initial commit of netsurf framebuffer libraryVincent Sanders2009-04-0813-0/+3168
svn path=/trunk/libnsfb/; revision=7060