summaryrefslogtreecommitdiff
path: root/framebuffer/gui.c
Commit message (Expand)AuthorAgeFilesLines
* When setting fbtk caret, register callback for redrawing caret removal.Michael Drake2012-07-311-20/+14
* Add caret to browser window widgets. Caret now shows when editing forms.Michael Drake2012-07-311-1/+57
* Change a couple of 'if's to 'else if's.Michael Drake2012-07-261-7/+6
* Avoid a load of repeat operations when panning by greater than viewport size.Michael Drake2012-07-261-2/+4
* Avoid redrawing the whole screen when scrolling by zero pixels.Michael Drake2012-07-261-3/+10
* NetSurf options rework (a=vince r=daniels,jmb)Vincent Sanders2012-03-221-25/+26
* Constify rect param to gui_window_drag_start.Michael Drake2012-01-111-1/+1
* Pass pointer constraints for drag out to front ends. Ensure content scrollba...Michael Drake2012-01-111-2/+2
* Pass whether background images are wanted in redraw_context.Michael Drake2011-12-231-0/+1
* Call core to see if handles scroll wheel event first.Michael Drake2011-11-291-2/+12
* Update for modified libnsfb APIVincent Sanders2011-11-211-6/+5
* Remove unused variable.Michael Drake2011-10-291-2/+1
* Build resource: map at start timeJohn Mark Bell2011-10-051-14/+0
* Remove gui_multitaskJohn Mark Bell2011-09-211-7/+0
* Remove gui_window_frame_resize_start() functions.Michael Drake2011-09-051-7/+0
* Remove dead code from gui_create_browser_window().Michael Drake2011-09-041-22/+4
* Remove gui_window_position_frame() definition from core and remove all implem...Michael Drake2011-09-041-28/+0
* If no Cookies file path is set in Choices file, use default of "~/.netsurf/Co...Michael Drake2011-08-291-2/+2
* Don't need to set current_redraw_browser any more.Michael Drake2011-08-241-4/+0
* Fix up Framebuffer for r12574 API change.Michael Drake2011-07-061-7/+5
* Remove plotter table global. Pass a redraw context around redraw functions. ...Michael Drake2011-06-301-1/+5
* Move rectangle type to utils/types.hMichael Drake2011-06-281-1/+1
* Remove gui_window_set_scale().Michael Drake2011-06-241-6/+0
* Rename utils/resource to utils/filepath to avoid confusion with resource: fet...Michael Drake2011-03-171-5/+5
* Scale mouse pointer position.Michael Drake2011-03-161-16/+20
* Beginnings of scale support.Michael Drake2011-03-161-10/+23
* Move schedule.h to utils/John Mark Bell2011-03-131-2/+2
* Shunt the schedule function definitions to desktop/schedule.h. Shunt the hlc...Daniel Silverstone2011-03-131-0/+1
* 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