summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* 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