summaryrefslogtreecommitdiff
path: root/framebuffer/gui.h
Commit message (Collapse)AuthorAgeFilesLines
* move frontends into sub directoryVincent Sanders2016-05-151-84/+0
|
* Fix wrap.Michael Drake2014-10-241-1/+2
|
* Squash redefinition of typedef Clang warning.Michael Drake2014-10-241-2/+4
| | | | | | | | | | | Clang gave warning: redefinition of typedef 'fbtk_widget_t' is a C11 feature [-Wtypedef-redefinition] Thanks to Christian Lepper. ML: netsurf-dev Thread: New User - Hello to all - some Ideas concerning Netsurf for arm
* 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