summaryrefslogtreecommitdiff
path: root/framebuffer/gui.c
Commit message (Collapse)AuthorAgeFilesLines
* ensure source rectangle on copy operations has its upper co-ordinates setVincent Sanders2009-12-071-0/+8
| | | | svn path=/trunk/netsurf/; revision=9721
* Make pan routines use new screen copy APIVincent Sanders2009-12-041-42/+38
| | | | svn path=/trunk/netsurf/; revision=9715
* Make the gui click handlers responsible for deciding whether to act on DOWN ↵John Mark Bell2009-11-231-1/+32
| | | | | | | | or UP (or both), rather than having the fbtk forcibly prevent UP events being generated. This fixes the inability to have clicks in the viewport acted upon, and also allows for useful future extensions such as drag scrolling and text selection. svn path=/trunk/netsurf/; revision=9704
* Insert missing breaks. If these cases really should fall through, they need ↵John Mark Bell2009-11-221-1/+3
| | | | | | commenting, instead. svn path=/trunk/netsurf/; revision=9699
* Merge Paul Blokus' selectscroll branch. Adds core select menu widget for ↵Michael Drake2009-08-141-1/+5
| | | | | | forms and core scrollbar widget. svn path=/trunk/netsurf/; revision=9289
* Merge LibCSS port to trunk.John Mark Bell2009-07-231-0/+4
| | | | svn path=/trunk/netsurf/; revision=8752
* Use progress pointer.Michael Drake2009-07-141-1/+5
| | | | svn path=/trunk/netsurf/; revision=8527
* Fix by tlsa for content which is updated by the core like animated gifs and ↵Vincent Sanders2009-07-021-7/+19
| | | | | | forms svn path=/trunk/netsurf/; revision=8270
* Use menu pointer image.Michael Drake2009-06-291-0/+4
| | | | svn path=/trunk/netsurf/; revision=8157
* Make panning routine handle scrolling by more than viewport size. Fix ↵Michael Drake2009-06-291-156/+171
| | | | | | gui_window_set_scroll to treat values as absolute. Delete stray semicolon. svn path=/trunk/netsurf/; revision=8153
* Fix throbber not to show inactive frame during activity animation.Michael Drake2009-06-281-5/+0
| | | | svn path=/trunk/netsurf/; revision=8128
* Make choices file "Choices-fb".Michael Drake2009-06-281-1/+1
| | | | svn path=/trunk/netsurf/; revision=8127
* Make framebuffer port use libnsfbVincent Sanders2009-06-281-0/+1274
svn path=/trunk/netsurf/; revision=8122