summaryrefslogtreecommitdiff
path: root/framebuffer/gui.c
Commit message (Expand)AuthorAgeFilesLines
* remove obsolete, unused gui_window_redraw APIVincent Sanders2011-03-011-6/+0
* add resource handlingVincent Sanders2011-02-231-18/+20
* Pass clip rect to browser_window_redraw as pointer.Michael Drake2011-02-131-1/+1
* Pass clip rect to browser_window_redraw as struct.Michael Drake2011-02-111-2/+8
* improve browser_window_redraw width and height handlingVincent Sanders2011-02-111-5/+0
* add browser_window_redraw() method to make content_redraw calls from frontend...Vincent Sanders2011-02-101-6/+4
* Remove Hubbub and Wapcaplet initialisation and finalisation.Michael Drake2010-12-041-10/+0
* Give the browser window widget input focus by defualt on startup.Michael Drake2010-11-201-0/+2
* Make click action happen on release.Michael Drake2010-11-201-7/+7
* Squash warningsJohn Mark Bell2010-10-051-2/+5
* Add flexible toolbar support and docuemnt itVincent Sanders2010-10-041-116/+273
* Load/save cookies file in framebuffer frontendJohn Mark Bell2010-08-101-0/+19
* Amiga: Add "cut" option; make cut/copy/paste menus context sensitive; allow d...Chris Young2010-07-241-0/+5
* Bring throbber off screen edge by spacing_width.Michael Drake2010-07-071-1/+1
* Merge branches/vince/netsurf-fbtk-rework to trunk.John Mark Bell2010-07-071-665/+838
* + Refactor input handling from browser window code into contentMichael Drake2010-06-041-0/+1
* rationalise callback routines to use a unified interfaceVincent Sanders2010-05-041-92/+58
* Consolidate several 'myrealloc' functions into ns_realloc, rename one which *...Daniel Silverstone2010-04-301-13/+2
* It turns out that realloc(ptr, 0) --> free(ptr) is not actually required by t...John Mark Bell2010-04-301-0/+5
* fix pending redraw discoveryVincent Sanders2010-04-281-4/+2
* The schedule_run function is only called by the frontends so remove it from t...Vincent Sanders2010-04-281-4/+10
* fill bottom right hand corner of framebuffer furnitureVincent Sanders2010-04-281-0/+9
* Make sure that an event occurred before inspecting itJohn Mark Bell2010-04-271-5/+5
* Ensure that we clean up the root browser windowJohn Mark Bell2010-04-271-9/+5
* First steps towards rationalising fbtk, split teh scrollbar widgets outVincent Sanders2010-04-221-106/+34
* Fix framebuffer buildJohn Mark Bell2010-04-151-2/+4
* Make downloads work again.John Mark Bell2010-04-051-5/+5
* avoid diviosion by zero errors;Vincent Sanders2010-03-311-7/+12
* rationalise the usage of the file schemeVincent Sanders2010-03-311-0/+1
* second pass at startup refactor removing the gui_init callbackVincent Sanders2010-03-291-13/+11
* first part of initialisation refactor move gui_init2 into frontendsVincent Sanders2010-03-291-19/+22
* Merge jmb/new-cache; r=dsilvers,rs=vinceDaniel Silverstone2010-03-281-46/+44
* Process command line after loading options file.John Mark Bell2010-02-101-5/+4
* Refactor main into the frontendsVincent Sanders2010-01-201-0/+7
* fix framebuffer command line/default option usageVincent Sanders2010-01-201-11/+68
* Remove loads of magic numbers from gui_create_browser_window. Place toolbar i...Michael Drake2009-12-281-90/+103
* Fix framebuffer buildJohn Mark Bell2009-12-181-9/+16
* ensure source rectangle on copy operations has its upper co-ordinates setVincent Sanders2009-12-071-0/+8
* Make pan routines use new screen copy APIVincent Sanders2009-12-041-42/+38
* Make the gui click handlers responsible for deciding whether to act on DOWN o...John Mark Bell2009-11-231-1/+32
* Insert missing breaks. If these cases really should fall through, they need c...John Mark Bell2009-11-221-1/+3
* Merge Paul Blokus' selectscroll branch. Adds core select menu widget for form...Michael Drake2009-08-141-1/+5
* Merge LibCSS port to trunk.John Mark Bell2009-07-231-0/+4
* Use progress pointer.Michael Drake2009-07-141-1/+5
* Fix by tlsa for content which is updated by the core like animated gifs and f...Vincent Sanders2009-07-021-7/+19
* Use menu pointer image.Michael Drake2009-06-291-0/+4
* Make panning routine handle scrolling by more than viewport size. Fix gui_win...Michael Drake2009-06-291-156/+171
* Fix throbber not to show inactive frame during activity animation.Michael Drake2009-06-281-5/+0
* Make choices file "Choices-fb".Michael Drake2009-06-281-1/+1
* Make framebuffer port use libnsfbVincent Sanders2009-06-281-0/+1274