summaryrefslogtreecommitdiff
path: root/src/libnsfb.c
Commit message (Collapse)AuthorAgeFilesLines
* When destroying framebuffer, ensure any cursor is destroyed.Michael Drake2013-10-231-0/+6
|
* Free plotter function table.Michael Drake2013-10-231-0/+3
|
* Free surface vtable.Michael Drake2013-10-231-0/+1
|
* Add palette object. Optimise matching colour in case where we chose the ↵Michael Drake2012-09-271-0/+5
| | | | 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-0/+17
| | | | svn path=/trunk/libnsfb/; revision=13550
* Improve API to allow for RAM surfaces instead of direct blittingVincent Sanders2011-11-211-32/+59
| | | | | | | | Improve and update tests Fix RAM surface Fix VNC surface svn path=/trunk/libnsfb/; revision=13158
* remove malloc.h anachronismVincent Sanders2011-01-061-1/+1
| | | | svn path=/trunk/libnsfb/; revision=11226
* strip legacy plotter interfaceVincent Sanders2010-01-091-0/+1
| | | | | | | cleanup line plotting interface move plotter interface structs to apropriate header svn path=/trunk/libnsfb/; revision=9798
* Improve cursor handlingVincent Sanders2009-12-041-2/+2
| | | | | | Improve screen copy handling and API svn path=/trunk/libnsfb/; revision=9714
* add legacy plotter APIVincent Sanders2009-04-241-1/+1
| | | | svn path=/trunk/libnsfb/; revision=7304
* add event interfaceVincent Sanders2009-04-151-3/+14
| | | | 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-091-0/+5
| | | | svn path=/trunk/libnsfb/; revision=7072
* initial commit of netsurf framebuffer libraryVincent Sanders2009-04-081-0/+71
svn path=/trunk/libnsfb/; revision=7060