summaryrefslogtreecommitdiff
path: root/framebuffer/gui.c
Commit message (Expand)AuthorAgeFilesLines
* Fix "error setting certificate verify locations" problem when the Choices fil...Michael Drake2012-10-171-13/+14
* Fix up ripples from urldb change.Michael Drake2012-10-111-1/+1
* Add OSK icon.Michael Drake2012-09-281-1/+9
* make the framebuffer resource path setting betterVincent Sanders2012-08-221-1/+1
* Move browser_window struct to private header. Places that shouldn't include i...Michael Drake2012-08-221-0/+1
* Grab pointer during drag.Michael Drake2012-08-021-0/+15
* Fix click travel tolerance calc. Has to travel more than 5px to become drag.Michael Drake2012-08-021-2/+2
* Simple clipboard support. Only used within browser window.Michael Drake2012-08-011-29/+0
* Cleanup drag end.Michael Drake2012-08-011-1/+6
* Convert move pointer during build and use it for page drag-scroll.Michael Drake2012-08-011-0/+5
* Pass drags to core. Enables page drag-scrolling, text selection, frames scro...Michael Drake2012-08-011-28/+74
* Use enum instead of magic numbers for tracking key modifier states. Pass spe...Michael Drake2012-08-011-15/+75
* Make browser window widget remove caret on "strip focus" event.Michael Drake2012-07-311-0/+15
* Core's gui_window_remove_caret should only remove caret if the bw in question...Michael Drake2012-07-311-2/+6
* 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