summaryrefslogtreecommitdiff
path: root/framebuffer/fbtk.c
Commit message (Collapse)AuthorAgeFilesLines
* Center scrollbars and make colours paler.Michael Drake2009-12-291-7/+7
| | | | svn path=/trunk/netsurf/; revision=9765
* Change scrollbar rendering colours and offsets a bit. Could use some more ↵Michael Drake2009-12-281-25/+19
| | | | | | attention. svn path=/trunk/netsurf/; revision=9764
* Make pan routines use new screen copy APIVincent Sanders2009-12-041-5/+5
| | | | svn path=/trunk/netsurf/; revision=9715
* Make the gui click handlers responsible for deciding whether to act on DOWN ↵John Mark Bell2009-11-231-4/+0
| | | | | | | | 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
* Actually check for realloc failingJohn Mark Bell2009-11-221-4/+11
| | | | svn path=/trunk/netsurf/; revision=9698
* Fix array bounds checkJohn Mark Bell2009-11-221-2/+3
| | | | svn path=/trunk/netsurf/; revision=9697
* Merge LibCSS port to trunk.John Mark Bell2009-07-231-1/+1
| | | | svn path=/trunk/netsurf/; revision=8752
* Refactor text plotter and other font functions to remove dependency on CSS.John Mark Bell2009-07-211-7/+10
| | | | svn path=/trunk/netsurf/; revision=8641
* Silence warningsJohn Mark Bell2009-07-021-2/+2
| | | | svn path=/trunk/netsurf/; revision=8274
* fix keymapVincent Sanders2009-07-021-1/+1
| | | | svn path=/trunk/netsurf/; revision=8272
* Fix by tlsa for content which is updated by the core like animated gifs and ↵Vincent Sanders2009-07-021-0/+11
| | | | | | forms svn path=/trunk/netsurf/; revision=8270
* Don't act on press and release.Michael Drake2009-06-291-6/+10
| | | | svn path=/trunk/netsurf/; revision=8155
* Stop strange characters appearing in the URL bar when you press certain ↵Michael Drake2009-06-281-0/+12
| | | | | | non-text keys. Some of these keys need to be supported properly. svn path=/trunk/netsurf/; revision=8134
* Make framebuffer port use libnsfbVincent Sanders2009-06-281-0/+1337
svn path=/trunk/netsurf/; revision=8122