summaryrefslogtreecommitdiff
path: root/framebuffer/framebuffer.h
Commit message (Collapse)AuthorAgeFilesLines
* move frontends into sub directoryVincent Sanders2016-05-151-40/+0
|
* reduce use of plotters header in framebuffer frontendVincent Sanders2016-05-041-1/+27
|
* Add rudimentary support for resizing.Michael Drake2014-07-261-0/+1
| | | | | | | | | | | - Currently only libnsfb's SDL surface supports resizing. - Flickers like crazy while resizing. Possibly because the SDL surface is not set to use double buffering. - The internal widget library, fbtk, was never intended for this, as such it has no knowledge of how a widget should be positioned with respect to its parent. This means the top level window has to track everything and move them itself.
* Update for modified libnsfb APIVincent Sanders2011-11-211-1/+7
| | | | | | Make thumbnailing work svn path=/trunk/netsurf/; revision=13159
* Remove plotter table global. Pass a redraw context around redraw functions. ↵Michael Drake2011-06-301-2/+4
| | | | | | Knockout could be handled better. Note: untested on most front ends. svn path=/trunk/netsurf/; revision=12543
* fix framebuffer command line/default option usageVincent Sanders2010-01-201-1/+1
| | | | svn path=/trunk/netsurf/; revision=9849
* Make framebuffer port use libnsfbVincent Sanders2009-06-281-0/+5
svn path=/trunk/netsurf/; revision=8122