summaryrefslogtreecommitdiff
path: root/src/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Add palette object. Optimise matching colour in case where we chose the ↵Michael Drake2012-09-271-1/+1
| | | | palette. In other cases, we still have to seach all the colours, but that doesn't ever seem to be used.
* Update to new NSBUILD infrastructureDaniel Silverstone2012-06-291-1/+1
| | | | svn path=/trunk/libnsfb/; revision=14007
* Improve API to allow for RAM surfaces instead of direct blittingVincent Sanders2011-11-211-1/+1
| | | | | | | | Improve and update tests Fix RAM surface Fix VNC surface svn path=/trunk/libnsfb/; revision=13158
* start improvements in surface handlingVincent Sanders2010-04-261-2/+1
| | | | | | add X surface handler (need to address the speed issues) svn path=/trunk/libnsfb/; revision=10485
* move plot functions to their own sub directoryVincent Sanders2010-01-201-2/+2
| | | | | | fix 8 and 16bpp plotters when used with cursor svn path=/trunk/libnsfb/; revision=9850
* strip legacy plotter interfaceVincent Sanders2010-01-091-1/+1
| | | | | | | cleanup line plotting interface move plotter interface structs to apropriate header svn path=/trunk/libnsfb/; revision=9798
* add cursor supportVincent Sanders2009-06-021-1/+1
| | | | svn path=/trunk/libnsfb/; revision=7687
* add legacy plotter APIVincent Sanders2009-04-241-1/+1
| | | | svn path=/trunk/libnsfb/; revision=7304
* add event interfaceVincent Sanders2009-04-151-2/+1
| | | | svn path=/trunk/libnsfb/; revision=7088
* make 8bpp plotters workVincent Sanders2009-04-091-1/+1
| | | | svn path=/trunk/libnsfb/; revision=7071
* fix 16bpp plotterVincent Sanders2009-04-091-1/+1
| | | | svn path=/trunk/libnsfb/; revision=7069
* initial commit of netsurf framebuffer libraryVincent Sanders2009-04-081-0/+6
svn path=/trunk/libnsfb/; revision=7060