summaryrefslogtreecommitdiff
path: root/windows/main.c
Commit message (Expand)AuthorAgeFilesLines
* remove the die API from the core.Vincent Sanders2014-10-261-0/+12
* Update windows frontend to cope with split operations table headersVincent Sanders2014-10-161-9/+8
* remove use of deprecated netsurf_quit variable in win32Vincent Sanders2014-10-121-3/+3
* fixup missing includesVincent Sanders2014-07-061-0/+1
* fix errors with path_to_url conversionVincent Sanders2014-05-271-0/+2
* rework path to url mapping functions to convert from and to nsurlVincent Sanders2014-05-261-6/+1
* 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-8/+12
* remove unecessary utils/url.h includesVincent Sanders2014-05-091-1/+0
* add file operations table and make all frontends use it.Vincent Sanders2014-05-071-0/+1
* Allow tab creation without history clone. Changes browser_window_create and ...Michael Drake2014-02-101-2/+1
* move utf8 local conversion operations to tableVincent Sanders2014-02-011-0/+1
* 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-231-0/+1
* fix missing forward declarationVincent Sanders2014-01-161-1/+1
* fix windows build errorVincent Sanders2014-01-161-1/+2
* split browser gui operations upVincent Sanders2014-01-151-5/+8
* move remaining gui operations to tableVincent Sanders2014-01-141-5/+2
* move download operations to download tableVincent Sanders2014-01-141-0/+3
* move window creation and destruction into tableVincent Sanders2014-01-111-4/+1
* Initial conversion of netsurf gui to callback vtableVincent Sanders2014-01-111-6/+6
* move windows to new option APIVincent Sanders2013-05-281-7/+22
* move options includeVincent Sanders2013-05-281-2/+2
* move the logging initialisation out to be call by frontendsVincent Sanders2013-05-231-3/+12
* Squash warnings from errorcode shake up.Michael Drake2013-02-221-0/+1
* rename flags for browser_window routines to be shorterVincent Sanders2013-02-181-2/+2
* change browser_window_create and refactor all callsitesVincent Sanders2013-02-181-5/+22
* Fix "error setting certificate verify locations" problem when the Choices fil...Michael Drake2012-10-171-3/+9
* fix windows build format specifiersVincent Sanders2012-08-121-1/+1
* fix build warningsVincent Sanders2012-08-101-0/+3
* NetSurf options rework (a=vince r=daniels,jmb)Vincent Sanders2012-03-221-6/+6
* Build resource: map at start timeJohn Mark Bell2011-10-051-16/+11
* split out drawable window handlingVincent Sanders2011-04-031-0/+163