summaryrefslogtreecommitdiff
path: root/framebuffer/fbtk/event.c
Commit message (Expand)AuthorAgeFilesLines
* move frontends into sub directoryVincent Sanders2016-05-151-349/+0
* reduce use of plotters header in framebuffer frontendVincent Sanders2016-05-041-1/+0
* Change LOG() macro to be varadicVincent Sanders2015-05-281-2/+2
* To avoid namespace conflicts with ncurses add NetSurf key prefix.Witold Filipczyk2015-03-271-6/+6
* remove unecessary includesVincent Sanders2014-10-131-1/+0
* Add rudimentary support for resizing.Michael Drake2014-07-261-0/+7
* Make delete line key enum value name less missleading. (Doesn't cut to clipb...Michael Drake2013-02-111-1/+1
* 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