summaryrefslogtreecommitdiff
path: root/framebuffer/gui.h
Commit message (Collapse)AuthorAgeFilesLines
* Add rudimentary support for resizing.Michael Drake2014-07-261-0/+12
| | | | | | | | | | | - 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.
* Merge branches/vince/netsurf-fbtk-rework to trunk.John Mark Bell2010-07-071-16/+29
| | | | svn path=/trunk/netsurf/; revision=10605
* remove unused structure definitionVincent Sanders2009-06-301-11/+0
| | | | svn path=/trunk/netsurf/; revision=8187
* Make framebuffer port use libnsfbVincent Sanders2009-06-281-0/+67
svn path=/trunk/netsurf/; revision=8122