summaryrefslogtreecommitdiff
path: root/framebuffer/fb_frontend_sdl.c
Commit message (Collapse)AuthorAgeFilesLines
* Check if we actually got an event before processing itJohn Mark Bell2009-02-181-2/+7
| | | | svn path=/trunk/netsurf/; revision=6562
* Fix resource handling buy copying the GTK approachVincent Sanders2009-02-141-1/+1
| | | | | | Cleanup mouse movement handlig svn path=/trunk/netsurf/; revision=6486
* move mouse movement handling to common place and make it cope with Vincent Sanders2009-02-141-3/+1
| | | | | | passing movement to browser window if inside svn path=/trunk/netsurf/; revision=6475
* make url bar workVincent Sanders2009-02-131-9/+30
| | | | | | | make SDL frontend keypresses more sensible split out inline image data into a seperate source file svn path=/trunk/netsurf/; revision=6469
* alter mouse click handling so browser window is uses the same interface Vincent Sanders2009-02-131-2/+9
| | | | | | as other root window widgets svn path=/trunk/netsurf/; revision=6464
* Fix window clipping and introduce concept of "root" framebuffer window to ↵Vincent Sanders2009-02-121-3/+32
| | | | | | allow for navigation and status bars svn path=/trunk/netsurf/; revision=6456
* add history navigationVincent Sanders2009-02-121-0/+11
| | | | svn path=/trunk/netsurf/; revision=6451
* stop SDL frontend consuming all available CPU when idelVincent Sanders2009-02-111-3/+6
| | | | svn path=/trunk/netsurf/; revision=6448
* Fix SDL frontend inputVincent Sanders2009-02-111-4/+40
| | | | svn path=/trunk/netsurf/; revision=6446
* fix double freeVincent Sanders2009-02-111-1/+0
| | | | svn path=/trunk/netsurf/; revision=6428
* add SDL frontend for framebuffer portVincent Sanders2009-02-111-0/+119
svn path=/trunk/netsurf/; revision=6415