summaryrefslogtreecommitdiff
path: root/framebuffer/fb_frontend_sdl.c
Commit message (Collapse)AuthorAgeFilesLines
* Make framebuffer port use libnsfbVincent Sanders2009-06-281-252/+0
| | | | svn path=/trunk/netsurf/; revision=8122
* add vertical scrollbar to freamebufferVincent Sanders2009-03-221-2/+2
| | | | svn path=/trunk/netsurf/; revision=6817
* fixup 8bpp plottersVincent Sanders2009-03-191-0/+21
| | | | svn path=/trunk/netsurf/; revision=6807
* stop SDL faulting with bad os redraw values Vincent Sanders2009-03-161-2/+13
| | | | svn path=/trunk/netsurf/; revision=6792
* move framebuffer port to framebuffer toolkitVincent Sanders2009-03-101-66/+46
| | | | svn path=/trunk/netsurf/; revision=6760
* Unroll some fill loops, enable adrianl improved ablend functionVincent Sanders2009-02-271-4/+4
| | | | svn path=/trunk/netsurf/; revision=6657
* Improve option handling code in frontendsVincent Sanders2009-02-261-3/+19
| | | | | | Improve depth handling in the VNC frontend svn path=/trunk/netsurf/; revision=6641
* Fix horizontal panningVincent Sanders2009-02-241-6/+2
| | | | | | Fix linux fb keymap svn path=/trunk/netsurf/; revision=6613
* 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