summaryrefslogtreecommitdiff
path: root/framebuffer/fb_rootwindow.c
Commit message (Collapse)AuthorAgeFilesLines
* Tweak URL bar size and position.Michael Drake2009-02-261-4/+4
| | | | svn path=/trunk/netsurf/; revision=6634
* Remove fb_widget_image_[st] and begin to pave the way for pointer hotspotsDaniel Silverstone2009-02-261-11/+3
| | | | svn path=/trunk/netsurf/; revision=6628
* Add missing include to silence warningDaniel Silverstone2009-02-261-0/+2
| | | | svn path=/trunk/netsurf/; revision=6625
* Fix uninitialised data in URL barRob Kendrick2009-02-241-0/+1
| | | | svn path=/trunk/netsurf/; revision=6614
* allow framebuffer port to use freetype2 libraryVincent Sanders2009-02-201-1/+7
| | | | svn path=/trunk/netsurf/; revision=6570
* Don't outline all text widgets.Michael Drake2009-02-191-4/+10
| | | | svn path=/trunk/netsurf/; revision=6569
* Outline URL bar and make it take the remaining width minus space for a throbber.Michael Drake2009-02-181-61/+68
| | | | svn path=/trunk/netsurf/; revision=6568
* add stop buttonVincent Sanders2009-02-171-4/+36
| | | | svn path=/trunk/netsurf/; revision=6548
* fix mouse over co-ordinates to take into account scroll offsetsVincent Sanders2009-02-141-1/+1
| | | | svn path=/trunk/netsurf/; revision=6489
* Fix resource handling buy copying the GTK approachVincent Sanders2009-02-141-2/+11
| | | | | | 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-0/+23
| | | | | | passing movement to browser window if inside svn path=/trunk/netsurf/; revision=6475
* make url bar workVincent Sanders2009-02-131-364/+255
| | | | | | | make SDL frontend keypresses more sensible split out inline image data into a seperate source file svn path=/trunk/netsurf/; revision=6469
* make statusbar workVincent Sanders2009-02-131-0/+24
| | | | svn path=/trunk/netsurf/; revision=6465
* alter mouse click handling so browser window is uses the same interface Vincent Sanders2009-02-131-10/+32
| | | | | | as other root window widgets svn path=/trunk/netsurf/; revision=6464
* Inintial implementation of framebuffer widgetsVincent Sanders2009-02-121-1/+442
| | | | svn path=/trunk/netsurf/; revision=6462
* Fix window clipping and introduce concept of "root" framebuffer window to ↵Vincent Sanders2009-02-121-0/+55
allow for navigation and status bars svn path=/trunk/netsurf/; revision=6456