summaryrefslogtreecommitdiff
path: root/framebuffer/framebuffer.c
Commit message (Collapse)AuthorAgeFilesLines
* fix framebuffer command line/default option usageVincent Sanders2010-01-201-18/+2
| | | | svn path=/trunk/netsurf/; revision=9849
* remove use of legacy plot interfaceVincent Sanders2010-01-091-11/+26
| | | | svn path=/trunk/netsurf/; revision=9799
* optimise 1x1 bitmap plottingVincent Sanders2009-12-051-5/+18
| | | | svn path=/trunk/netsurf/; revision=9717
* Refactor text plotter and other font functions to remove dependency on CSS.John Mark Bell2009-07-211-10/+10
| | | | svn path=/trunk/netsurf/; revision=8641
* next round of plotter refactorVincent Sanders2009-07-141-13/+38
| | | | svn path=/trunk/netsurf/; revision=8512
* plotters line refactorVincent Sanders2009-07-101-1/+26
| | | | svn path=/trunk/netsurf/; revision=8446
* ploter refactor of rectangle handling Vincent Sanders2009-07-081-9/+24
| | | | svn path=/trunk/netsurf/; revision=8399
* Refactor fill plotter to take a styleVincent Sanders2009-07-051-1/+13
| | | | svn path=/trunk/netsurf/; revision=8332
* remove redundant clg callVincent Sanders2009-07-011-1/+0
| | | | svn path=/trunk/netsurf/; revision=8240
* Improve bitmap plotter APIVincent Sanders2009-06-301-26/+27
| | | | svn path=/trunk/netsurf/; revision=8195
* Make framebuffer port use libnsfbVincent Sanders2009-06-281-0/+299
svn path=/trunk/netsurf/; revision=8122