summaryrefslogtreecommitdiff
path: root/framebuffer/fb_frontend_sdl.c
Commit message (Expand)AuthorAgeFilesLines
* add vertical scrollbar to freamebufferVincent Sanders2009-03-221-2/+2
* fixup 8bpp plottersVincent Sanders2009-03-191-0/+21
* stop SDL faulting with bad os redraw values Vincent Sanders2009-03-161-2/+13
* move framebuffer port to framebuffer toolkitVincent Sanders2009-03-101-66/+46
* Unroll some fill loops, enable adrianl improved ablend functionVincent Sanders2009-02-271-4/+4
* Improve option handling code in frontendsVincent Sanders2009-02-261-3/+19
* Fix horizontal panningVincent Sanders2009-02-241-6/+2
* Check if we actually got an event before processing itJohn Mark Bell2009-02-181-2/+7
* Fix resource handling buy copying the GTK approachVincent Sanders2009-02-141-1/+1
* move mouse movement handling to common place and make it cope with Vincent Sanders2009-02-141-3/+1
* make url bar workVincent Sanders2009-02-131-9/+30
* alter mouse click handling so browser window is uses the same interface Vincent Sanders2009-02-131-2/+9
* Fix window clipping and introduce concept of "root" framebuffer window to all...Vincent Sanders2009-02-121-3/+32
* add history navigationVincent Sanders2009-02-121-0/+11
* stop SDL frontend consuming all available CPU when idelVincent Sanders2009-02-111-3/+6
* Fix SDL frontend inputVincent Sanders2009-02-111-4/+40
* fix double freeVincent Sanders2009-02-111-1/+0
* add SDL frontend for framebuffer portVincent Sanders2009-02-111-0/+119