summaryrefslogtreecommitdiff
path: root/framebuffer/framebuffer.c
Commit message (Expand)AuthorAgeFilesLines
* Pass pointer hotspots to libnsfb.Michael Drake2012-08-011-1/+1
* A few tweaks from when I was looking for internal font renderer bug in wrong ...Michael Drake2012-07-261-6/+8
* Update for modified libnsfb APIVincent Sanders2011-11-211-38/+71
* Remove plotter table global. Pass a redraw context around redraw functions. ...Michael Drake2011-06-301-2/+1
* Pass clip rect to clip plotters as struct. Simplify clip rect handling in de...Michael Drake2011-02-141-7/+7
* Treat tiled images scaled to 1x1 as flat fills of the tiled area.Michael Drake2010-07-081-0/+12
* More useful optimisation for 1x1 tiled image plots.Michael Drake2010-07-071-6/+9
* Merge branches/vince/netsurf-fbtk-rework to trunk.John Mark Bell2010-07-071-2/+4
* fix framebuffer command line/default option usageVincent Sanders2010-01-201-18/+2
* remove use of legacy plot interfaceVincent Sanders2010-01-091-11/+26
* optimise 1x1 bitmap plottingVincent Sanders2009-12-051-5/+18
* Refactor text plotter and other font functions to remove dependency on CSS.John Mark Bell2009-07-211-10/+10
* next round of plotter refactorVincent Sanders2009-07-141-13/+38
* plotters line refactorVincent Sanders2009-07-101-1/+26
* ploter refactor of rectangle handling Vincent Sanders2009-07-081-9/+24
* Refactor fill plotter to take a styleVincent Sanders2009-07-051-1/+13
* remove redundant clg callVincent Sanders2009-07-011-1/+0
* Improve bitmap plotter APIVincent Sanders2009-06-301-26/+27
* Make framebuffer port use libnsfbVincent Sanders2009-06-281-0/+299