summaryrefslogtreecommitdiff
path: root/framebuffer/fbtk.h
Commit message (Collapse)AuthorAgeFilesLines
* Use enum instead of magic numbers for tracking key modifier states. Pass ↵Michael Drake2012-08-011-1/+10
| | | | special keys to core (e.g. WORD_LEFT, SELECT_ALL, etc).
* Add widget callback for getting stripped of focus. Call it in the input ↵Michael Drake2012-07-311-0/+1
| | | | setter, on previous input holder.
* When setting fbtk caret, register callback for redrawing caret removal.Michael Drake2012-07-311-1/+2
|
* Add basic awareness of text input caret to ftbk and functions to get/set ↵Michael Drake2012-07-311-0/+20
| | | | caret pos.
* Update for modified libnsfb APIVincent Sanders2011-11-211-3/+15
| | | | | | Make thumbnailing work svn path=/trunk/netsurf/; revision=13159
* add control of fbtk text widget paddingVincent Sanders2011-03-211-0/+8
| | | | svn path=/trunk/netsurf/; revision=12116
* Give the browser window widget input focus by defualt on startup.Michael Drake2010-11-201-0/+7
| | | | svn path=/trunk/netsurf/; revision=10948
* Merge branches/vince/netsurf-fbtk-rework to trunk.John Mark Bell2010-07-071-104/+254
| | | | svn path=/trunk/netsurf/; revision=10605
* rationalise callback routines to use a unified interfaceVincent Sanders2010-05-041-26/+24
| | | | svn path=/trunk/netsurf/; revision=10550
* fix pending redraw discoveryVincent Sanders2010-04-281-0/+2
| | | | svn path=/trunk/netsurf/; revision=10515
* remove _GNU_SOURCE define from everywhere.Vincent Sanders2010-04-241-2/+6
| | | | | | strndup is not standard so provide an implementation. svn path=/trunk/netsurf/; revision=10474
* First steps towards rationalising fbtk, split teh scrollbar widgets outVincent Sanders2010-04-221-3/+42
| | | | svn path=/trunk/netsurf/; revision=10466
* Center scrollbars and make colours paler.Michael Drake2009-12-291-1/+1
| | | | svn path=/trunk/netsurf/; revision=9765
* Fix by tlsa for content which is updated by the core like animated gifs and ↵Vincent Sanders2009-07-021-0/+2
| | | | | | forms svn path=/trunk/netsurf/; revision=8270
* Make framebuffer port use libnsfbVincent Sanders2009-06-281-0/+216
svn path=/trunk/netsurf/; revision=8122