summaryrefslogtreecommitdiff
path: root/framebuffer/gui.c
Commit message (Expand)AuthorAgeFilesLines
* s/history_core/local_history/Michael Drake2013-07-101-1/+1
* add finalisation to options and document the API betterVincent Sanders2013-06-011-2/+5
* move framebuffer to new options APIVincent Sanders2013-05-281-41/+83
* fix mismatched option name and variable namesVincent Sanders2013-05-281-1/+1
* move options includeVincent Sanders2013-05-281-2/+2
* move the logging initialisation out to be call by frontendsVincent Sanders2013-05-231-2/+16
* Add support for delete key.Michael Drake2013-05-121-0/+4
* Remove struct selection from gui_drag_save_selection, so gui.h doesn't need i...Michael Drake2013-05-101-1/+1
* Allow override of default window width/height individually.Michael Drake2013-04-091-5/+5
* Avoid double/triple click stuff for scrollwheeling.Michael Drake2013-03-281-1/+3
* Pass caret clip rect out to front ends. (Nothing actually using them yet.)Michael Drake2013-03-051-1/+2
* rename flags for browser_window routines to be shorterVincent Sanders2013-02-181-4/+4
* change browser_window_create and refactor all callsitesVincent Sanders2013-02-181-3/+20
* browser_window_navigate refactorVincent Sanders2013-02-181-1/+18
* Add button to quit by default. Not having it confuses people who run it as i...Michael Drake2013-02-121-1/+1
* Add support for double and triple clicks.Michael Drake2013-02-121-4/+37
* 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