summaryrefslogtreecommitdiff
path: root/framebuffer/fbtk/event.c
Commit message (Collapse)AuthorAgeFilesLines
* Squash warning.Michael Drake2012-08-101-2/+2
|
* Use enum instead of magic numbers for tracking key modifier states. Pass ↵Michael Drake2012-08-011-3/+34
| | | | special keys to core (e.g. WORD_LEFT, SELECT_ALL, etc).
* Use setter when giving clicked input focus.Michael Drake2012-07-311-1/+1
|
* Only warp pointer once for a sequence of consecutive move events. Further ↵Michael Drake2012-07-261-5/+28
| | | | reduces lag when dragging scrollbar.
* Handle consecutive queued mouse move events together. Reduces pointer lag ↵Michael Drake2012-07-261-29/+35
| | | | when busy.
* Update for modified libnsfb APIVincent Sanders2011-11-211-1/+0
| | | | | | Make thumbnailing work svn path=/trunk/netsurf/; revision=13159
* fix off by 1 in previous commitVincent Sanders2010-12-041-4/+4
| | | | svn path=/trunk/netsurf/; revision=10958
* Stop cursor leaving the root widget and causing a segfault (Found by tlsa)Vincent Sanders2010-12-041-0/+10
| | | | svn path=/trunk/netsurf/; revision=10957
* Give the browser window widget input focus by defualt on startup.Michael Drake2010-11-201-1/+3
| | | | svn path=/trunk/netsurf/; revision=10948
* Merge branches/vince/netsurf-fbtk-rework to trunk.John Mark Bell2010-07-071-0/+273
svn path=/trunk/netsurf/; revision=10605