summaryrefslogtreecommitdiff
path: root/include/libnsfb.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix comment typos.Michael Drake2013-11-041-3/+3
|
* Wayland surface handler with mouse input based on X surface handlerVincent Sanders2013-04-091-1/+2
|
* Add palette object. Optimise matching colour in case where we chose the ↵Michael Drake2012-09-271-0/+1
| | | | palette. In other cases, we still have to seach all the colours, but that doesn't ever seem to be used.
* basic fixes for linux framebuffer surfaceVincent Sanders2012-03-221-2/+13
| | | | svn path=/trunk/libnsfb/; revision=13550
* Improve API to allow for RAM surfaces instead of direct blittingVincent Sanders2011-11-211-33/+61
| | | | | | | | Improve and update tests Fix RAM surface Fix VNC surface svn path=/trunk/libnsfb/; revision=13158
* start improvements in surface handlingVincent Sanders2010-04-261-1/+2
| | | | | | add X surface handler (need to address the speed issues) svn path=/trunk/libnsfb/; revision=10485
* strip legacy plotter interfaceVincent Sanders2010-01-091-15/+0
| | | | | | | cleanup line plotting interface move plotter interface structs to apropriate header svn path=/trunk/libnsfb/; revision=9798
* add bezier curve plottersVincent Sanders2010-01-061-0/+20
| | | | svn path=/trunk/libnsfb/; revision=9794
* Improve cursor handlingVincent Sanders2009-12-041-6/+12
| | | | | | Improve screen copy handling and API svn path=/trunk/libnsfb/; revision=9714
* add cursor supportVincent Sanders2009-06-021-2/+8
| | | | svn path=/trunk/libnsfb/; revision=7687
* add legacy plotter APIVincent Sanders2009-04-241-5/+11
| | | | svn path=/trunk/libnsfb/; revision=7304
* add event interfaceVincent Sanders2009-04-151-5/+6
| | | | svn path=/trunk/libnsfb/; revision=7088
* add geometry settingVincent Sanders2009-04-091-0/+4
| | | | svn path=/trunk/libnsfb/; revision=7073
* add frontend selection and fix finalisation supportVincent Sanders2009-04-091-4/+20
| | | | svn path=/trunk/libnsfb/; revision=7072
* initial commit of netsurf framebuffer libraryVincent Sanders2009-04-081-0/+75
svn path=/trunk/libnsfb/; revision=7060