summaryrefslogtreecommitdiff
path: root/framebuffer/fbtk/event.c
Commit message (Expand)AuthorAgeFilesLines
* Squash warning.Michael Drake2012-08-101-2/+2
* Use enum instead of magic numbers for tracking key modifier states. Pass spe...Michael Drake2012-08-011-3/+34
* 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 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-211-1/+0
* 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-201-1/+3
* Merge branches/vince/netsurf-fbtk-rework to trunk.John Mark Bell2010-07-071-0/+273