summaryrefslogtreecommitdiff
path: root/windows
Commit message (Expand)AuthorAgeFilesLines
* fix formatting of defaults makefilesVincent Sanders2014-03-201-13/+13
* fixup missing includes from schedule changesVincent Sanders2014-03-091-3/+4
* move scheduleing into browser operation tableVincent Sanders2014-03-094-56/+82
* Make history internal to browser_window module.Michael Drake2014-02-152-17/+14
* 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-102-9/+8
* Clean up gui_window creation API.Michael Drake2014-02-091-2/+2
* Simplify local history interface.Michael Drake2014-02-082-4/+3
* move utf8 local conversion operations to tableVincent Sanders2014-02-013-2/+11
* fix missing includesVincent Sanders2014-01-291-0/+1
* move utf8 conversion routines to use nserror instead of their own error enumVincent Sanders2014-01-282-6/+6
* move path_to_url and url_to_path to fetch operation tableVincent Sanders2014-01-252-0/+5
* fix build faliures from fetch table operation refactorVincent Sanders2014-01-231-1/+1
* create table for fetcher operations and move all operations into itVincent Sanders2014-01-235-2/+42
* fix missing forward declarationVincent Sanders2014-01-161-1/+1
* fix windows build errorVincent Sanders2014-01-163-3/+4
* move 401 login into operation tableVincent Sanders2014-01-162-26/+1
* move filename_from_path and path_add_part into gui operation tablesVincent Sanders2014-01-162-38/+39
* split browser gui operations upVincent Sanders2014-01-155-17/+27
* move remaining gui operations to tableVincent Sanders2014-01-142-20/+6
* move download operations to download tableVincent Sanders2014-01-143-4/+19
* 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-132-1/+8
* 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-113-10/+17
* Initial conversion of netsurf gui to callback vtableVincent Sanders2014-01-111-6/+6
* Add some more frontend stubs and fix up some othersDaniel Silverstone2014-01-051-0/+7
* remove all references to using libMNGVincent Sanders2014-01-042-4/+0
* Remove BITMAP_PERSISTENT flag.Michael Drake2013-10-031-1/+1
* Remove old hotlist, cookies, and history_global_core modules.Michael Drake2013-09-021-1/+0
* Remove tree icon_name globals from all the front ends.Michael Drake2013-09-022-25/+1
* Remove tree_url_node module. Had to disable treeview scanning in amiga and c...Michael Drake2013-09-021-22/+0
* Fix up for cookies_old rename.Michael Drake2013-07-221-1/+1
* s/history_core/local_history/Michael Drake2013-07-102-2/+2
* fixup issues with new options API mergeVincent Sanders2013-05-282-3/+2
* move windows to new option APIVincent Sanders2013-05-283-290/+23
* fix mismatched option name and variable namesVincent Sanders2013-05-281-2/+2
* move options includeVincent Sanders2013-05-285-6/+6
* move the logging initialisation out to be call by frontendsVincent Sanders2013-05-231-3/+12
* 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
* fixup message splitting with updated toolVincent Sanders2013-05-021-1/+1
* Pass caret clip rect out to front ends. (Nothing actually using them yet.)Michael Drake2013-03-051-1/+2
* Squash warnings from errorcode shake up.Michael Drake2013-02-221-0/+1
* Pass select all as keypress.Michael Drake2013-02-221-2/+1