summaryrefslogtreecommitdiff
path: root/framebuffer/fbtk
Commit message (Expand)AuthorAgeFilesLines
* Widget can't be NULL.Michael Drake2012-10-111-0/+3
* Add OSK icon.Michael Drake2012-09-281-11/+9
* Squash warning.Michael Drake2012-08-101-2/+2
* Ensure text is at the right height for Freetype and Internal fonts.Michael Drake2012-08-081-1/+6
* Use enum instead of magic numbers for tracking key modifier states. Pass spe...Michael Drake2012-08-012-15/+46
* Pass pointer hotspots to libnsfb.Michael Drake2012-08-011-1/+3
* Scroll text in writable text widget so caret is always in view.Michael Drake2012-08-011-16/+19
* Only writable text widget needs caret rendering.Michael Drake2012-08-011-18/+0
* Handle CTRL modifier too. CTRL with cursor left/right is same as SHIFT. CTR...Michael Drake2012-07-311-0/+29
* Cursor left/right keys plus modifier move caret to extrems.Michael Drake2012-07-311-6/+15
* Factor out some repeated code.Michael Drake2012-07-311-23/+10
* Make text input widget remove caret on "strip focus" event.Michael Drake2012-07-311-2/+17
* Add widget callback for getting stripped of focus. Call it in the input sett...Michael Drake2012-07-311-0/+10
* Use setter when giving clicked input focus.Michael Drake2012-07-311-1/+1
* When a text input widget has its text set, and it has the caret, move the car...Michael Drake2012-07-311-0/+21
* Claim, position, and render caret in text input widget. Currently does not r...Michael Drake2012-07-311-38/+156
* When setting fbtk caret, register callback for redrawing caret removal.Michael Drake2012-07-312-4/+15
* Remove strlen from redraw functions.Michael Drake2012-07-311-2/+2
* Add support for editing text input widget contents from arbitrary position in...Michael Drake2012-07-312-11/+33
* Split out common code to generate a font style for text input widget.Michael Drake2012-07-311-13/+15
* Add basic awareness of text input caret to ftbk and functions to get/set care...Michael Drake2012-07-312-0/+52
* Scrollbar behaviour fixes.Michael Drake2012-07-272-6/+13
* Only warp pointer once for a sequence of consecutive move events. Further re...Michael Drake2012-07-261-5/+28
* Handle consecutive queued mouse move events together. Reduces pointer lag wh...Michael Drake2012-07-261-29/+35
* Update for modified libnsfb APIVincent Sanders2011-11-217-11/+6
* Remove plotter table global. Pass a redraw context around redraw functions. ...Michael Drake2011-06-301-3/+3
* add control of fbtk text widget paddingVincent Sanders2011-03-212-10/+15
* Fix font sizing in text widgetJohn Mark Bell2011-03-131-2/+5
* remove malloc.h anachronismVincent Sanders2011-01-065-5/+5
* fix off by 1 in previous commitVincent Sanders2010-12-041-4/+4
* Stop cursor leaving the root widget and causing a segfault (Found by tlsa)Vincent Sanders2010-12-041-0/+10
* Give the browser window widget input focus by defualt on startup.Michael Drake2010-11-202-1/+15
* Make click action happen on release.Michael Drake2010-11-201-1/+1
* add explicit inlude for varargsVincent Sanders2010-08-031-0/+1
* Merge branches/vince/netsurf-fbtk-rework to trunk.John Mark Bell2010-07-0710-0/+2784