summaryrefslogtreecommitdiff
path: root/framebuffer/framebuffer.c
Commit message (Expand)AuthorAgeFilesLines
* reduce use of plotters header in framebuffer frontendVincent Sanders2016-05-041-0/+1
* update framebuffer frontend to use layout tableVincent Sanders2016-04-241-0/+1
* Change LOG() macro to be varadicVincent Sanders2015-05-281-7/+7
* Convert framebuffer frontend to bitmap operations table.Vincent Sanders2015-04-141-1/+2
* remove unecessary utils/types.hVincent Sanders2014-11-021-0/+1
* Add support for double-size rendering of internal font for headings.Michael Drake2014-08-011-6/+10
* Add rudimentary support for resizing.Michael Drake2014-07-261-28/+57
* Don't display certain invisible characters.Michael Drake2014-06-181-0/+3
* Add Unicode support to internal font.Michael Drake2014-05-061-25/+16
* Use libnsfb's tiled bitmap function, instead of tiling ourselves.Michael Drake2013-10-281-18/+15
* 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