summaryrefslogtreecommitdiff
path: root/framebuffer/gui.c
Commit message (Expand)AuthorAgeFilesLines
* add backing store storage path to browser initialisationVincent Sanders2014-05-131-1/+1
* ensure operations tables are registered as early as possible.Vincent Sanders2014-05-101-2/+7
* move scheduleing into browser operation tableVincent Sanders2014-03-091-5/+5
* Remove unused includes.Michael Drake2014-02-151-2/+0
* Make history internal to browser_window module.Michael Drake2014-02-151-6/+5
* Make browser_window_navigate (un)verifiable flag match browser_window_create.Michael Drake2014-02-101-8/+2
* Allow tab creation without history clone. Changes browser_window_create and ...Michael Drake2014-02-101-4/+3
* Clean up gui_window creation API.Michael Drake2014-02-091-4/+3
* Simplify local history interface.Michael Drake2014-02-081-2/+2
* Use API to get scale.Michael Drake2014-02-081-11/+17
* Use API to get bw extents.Michael Drake2014-02-081-11/+10
* move utf8 local conversion operations to tableVincent Sanders2014-02-011-0/+1
* move framebuffer fetch operations to their own moduleVincent Sanders2014-01-241-47/+2
* create table for fetcher operations and move all operations into itVincent Sanders2014-01-231-4/+12
* cleanup copyright headers and some doc commentsVincent Sanders2014-01-161-2/+3
* move filename_from_path and path_add_part into gui operation tablesVincent Sanders2014-01-161-0/+39
* split browser gui operations upVincent Sanders2014-01-151-6/+7
* move remaining gui operations to tableVincent Sanders2014-01-141-21/+4
* move download operations to download tableVincent Sanders2014-01-141-24/+0
* move teh final optional window operations into the tableVincent Sanders2014-01-131-29/+0
* move four more optional window operations to tableVincent Sanders2014-01-131-4/+8
* move two more mandantory window operations to tableVincent Sanders2014-01-131-2/+4
* move window scroll getter and setter into operations tableVincent Sanders2014-01-131-2/+4
* move mandantory window update and redraw operations into tableVincent Sanders2014-01-121-2/+4
* move more optional window operations into table including removing unused hid...Vincent Sanders2014-01-121-23/+0
* split gui operations into core and window and move more operations into tablesVincent Sanders2014-01-121-35/+9
* move set title, set url, start and stop throbber window operations to gui tableVincent Sanders2014-01-121-9/+8
* move window creation and destruction into tableVincent Sanders2014-01-111-7/+9
* Initial conversion of netsurf gui to callback vtableVincent Sanders2014-01-111-98/+104
* Add some more frontend stubs and fix up some othersDaniel Silverstone2014-01-051-0/+7
* Register destruction function for browser widget.Michael Drake2013-10-231-2/+17
* Call font finaliser on quit.Michael Drake2013-10-231-0/+3
* Pass KEY_UNDO and KEY_REDO to core. (Currently ignored.)Michael Drake2013-09-301-0/+28
* 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