summaryrefslogtreecommitdiff
path: root/windows/gui.c
Commit message (Expand)AuthorAgeFilesLines
* Shouldn't need desktop/browser_private.h any more.Michael Drake2014-05-151-1/+1
* Cache scale in gui window.Michael Drake2014-05-151-12/+25
* Clean up gui_window_get_scroll() to use core interface correctly.Michael Drake2014-05-151-10/+12
* Use browser_window_has_content() instead of dereffing bw.Michael Drake2014-05-151-1/+1
* add file operations table and make all frontends use it.Vincent Sanders2014-05-071-25/+57
* Improve documentation on mimetype fetcher tableVincent Sanders2014-05-071-2/+0
* move scheduleing into browser operation tableVincent Sanders2014-03-091-2/+3
* Make history internal to browser_window module.Michael Drake2014-02-151-7/+7
* Make browser_window_navigate (un)verifiable flag match browser_window_create.Michael Drake2014-02-101-6/+3
* Allow tab creation without history clone. Changes browser_window_create and ...Michael Drake2014-02-101-7/+7
* Clean up gui_window creation API.Michael Drake2014-02-091-2/+2
* Simplify local history interface.Michael Drake2014-02-081-2/+2
* move path_to_url and url_to_path to fetch operation tableVincent Sanders2014-01-251-0/+2
* create table for fetcher operations and move all operations into itVincent Sanders2014-01-231-2/+13
* fix windows build errorVincent Sanders2014-01-161-1/+1
* 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-7/+12
* move remaining gui operations to tableVincent Sanders2014-01-141-15/+4
* move teh final optional window operations into the tableVincent Sanders2014-01-131-24/+0
* move four more optional window operations to tableVincent Sanders2014-01-131-7/+9
* 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-1/+6
* move mandantory window update and redraw operations into tableVincent Sanders2014-01-121-13/+15
* move more optional window operations into table including removing unused hid...Vincent Sanders2014-01-121-21/+0
* split gui operations into core and window and move more operations into tablesVincent Sanders2014-01-121-26/+12
* move set title, set url, start and stop throbber window operations to gui tableVincent Sanders2014-01-121-4/+10
* move window creation and destruction into tableVincent Sanders2014-01-111-6/+14
* Add some more frontend stubs and fix up some othersDaniel Silverstone2014-01-051-0/+7
* s/history_core/local_history/Michael Drake2013-07-101-1/+1
* fixup issues with new options API mergeVincent Sanders2013-05-281-1/+1
* move options includeVincent Sanders2013-05-281-1/+1
* Front ends have no reason to include desktop/selection.h now.Michael Drake2013-05-101-1/+0
* Remove struct selection from gui_drag_save_selection, so gui.h doesn't need i...Michael Drake2013-05-101-1/+2
* Pass caret clip rect out to front ends. (Nothing actually using them yet.)Michael Drake2013-03-051-1/+2
* Pass select all as keypress.Michael Drake2013-02-221-2/+1
* Update for core change.Michael Drake2013-02-221-3/+5
* rename flags for browser_window routines to be shorterVincent Sanders2013-02-181-7/+7
* change browser_window_create and refactor all callsitesVincent Sanders2013-02-181-1/+5
* browser_window_navigate refactorVincent Sanders2013-02-181-5/+51
* Prompt core to deal with copy/paste correctly.Michael Drake2013-01-081-3/+2
* Untested update for new clipboard API.Michael Drake2013-01-081-32/+20
* Port save complete to libdom.John-Mark Bell2012-11-031-22/+0
* Fix up ripples from urldb change.Michael Drake2012-10-111-1/+1
* Include browser_private.hMichael Drake2012-08-221-0/+1
* Pass font plot style out to front end clipboard append function.Michael Drake2012-08-131-1/+2
* fix build warningsVincent Sanders2012-08-101-0/+2
* Update to use selection_copy_to_clipboard, although this code is all commente...Michael Drake2012-08-021-23/+1
* change to use netsurf toolchain buildVincent Sanders2012-07-231-2/+2
* NetSurf options rework (a=vince r=daniels,jmb)Vincent Sanders2012-03-221-14/+14
* Constify rect param to gui_window_drag_start.Michael Drake2012-01-111-1/+1