summaryrefslogtreecommitdiff
path: root/desktop/netsurf.c
Commit message (Expand)AuthorAgeFilesLines
* move verbose log global into logging module and remove netsurf.h includeVincent Sanders2014-01-291-1/+0
* remove forward refs from content/fetch.c and cleanup doc commentsVincent Sanders2014-01-191-1/+4
* move 401 login into operation tableVincent Sanders2014-01-161-3/+1
* split browser gui operations upVincent Sanders2014-01-151-3/+3
* move remaining gui operations to tableVincent Sanders2014-01-141-1/+1
* Initial conversion of netsurf gui to callback vtableVincent Sanders2014-01-111-3/+9
* stop system colours being anything to do with frontendsVincent Sanders2014-01-101-2/+5
* move option init out of netsurf_initVincent Sanders2013-05-281-12/+3
* move options includeVincent Sanders2013-05-281-1/+1
* move the logging initialisation out to be call by frontendsVincent Sanders2013-05-231-9/+0
* removed unsuded memdebug utilitiesVincent Sanders2013-05-231-5/+2
* Fix "error setting certificate verify locations" problem when the Choices fil...Michael Drake2012-10-171-0/+1
* Fix up ripples from urldb change.Michael Drake2012-10-111-3/+2
* Show refcnt in lwc iterator at netsurf exit.Daniel Silverstone2012-07-221-1/+1
* Interned string cleanup, phase 2: Create utils/corestrings and use it in css ...Michael Drake2012-07-221-0/+7
* Move js_finalise(). Fix provided by Ole Loots (mono)Daniel Silverstone2012-06-291-2/+3
* improve javascript supportVincent Sanders2012-06-101-1/+3
* remove unecessary includesVincent Sanders2012-03-231-4/+0
* NetSurf options rework (a=vince r=daniels,jmb)Vincent Sanders2012-03-221-3/+3
* Totaly prefunctry binding to spidermonkeyVincent Sanders2012-01-011-0/+5
* Port llcache to nsurl.Michael Drake2011-09-281-2/+3
* Virtualise content handler finalisation calls. Remove pointless implementations.John Mark Bell2011-09-151-7/+2
* Make high level cache, low level cache and image cache all be initialised fro...Vincent Sanders2011-09-101-7/+22
* make high level cache take a parameter structureVincent Sanders2011-09-081-1/+7
* move bitmap cache initialisation up a levelVincent Sanders2011-09-071-0/+33
* Sniff content types where appropriate.John Mark Bell2011-09-041-0/+7
* Clean up after content factoryJohn Mark Bell2011-05-161-0/+3
* Merge branches/jmb/content-factory to trunkJohn Mark Bell2011-05-061-3/+26
* move logging initialisationVincent Sanders2011-04-021-13/+6
* commandline option settingVincent Sanders2011-03-181-1/+4
* Ensure we stop the hlcache schedule before we quit the guiDaniel Silverstone2011-03-131-0/+2
* Shunt the schedule function definitions to desktop/schedule.h. Shunt the hlc...Daniel Silverstone2011-03-131-2/+3
* Lose nasty codeJohn Mark Bell2011-03-121-5/+0
* Clean up blank_import on exitJohn Mark Bell2011-02-261-0/+4
* add default system colour handlers to each frontendVincent Sanders2011-01-301-0/+14
* Ensure we correctly release all icon resources associated with trees, SSL cer...Daniel Silverstone2011-01-201-0/+3
* Whee. Another runtime that doesn't support stdout = stderr.John Mark Bell2010-12-291-1/+1
* Fix bug #3138151: shut down caches before killing off fetch layerJohn Mark Bell2010-12-161-4/+4
* Remove Hubbub and Wapcaplet initialisation and finalisation.Michael Drake2010-12-041-12/+0
* Clean up how GTK frontend finds resourcesVincent Sanders2010-07-281-4/+1
* It turns out that realloc(ptr, 0) --> free(ptr) is not actually required by t...John Mark Bell2010-04-301-0/+5
* Log any remaining interned strings (there should be none)John Mark Bell2010-04-271-0/+7
* Clean up caches on exitJohn Mark Bell2010-04-271-0/+4
* Handle llcache queries (GTK only for now)John Mark Bell2010-04-141-2/+31
* Take the easy way out wrt loading messages files: leave it to the RISC OS fro...John Mark Bell2010-04-111-2/+4
* Implement hlcache_poll(), which drives the low-level cache event loop, and at...John Mark Bell2010-04-111-2/+2
* Revert previous changeChris Young2010-03-301-2/+1
* Avoid crash if pargc is NULL. This might happen, for example, when launching...Chris Young2010-03-301-1/+2
* second pass at startup refactor removing the gui_init callbackVincent Sanders2010-03-291-6/+25
* first part of initialisation refactor move gui_init2 into frontendsVincent Sanders2010-03-291-1/+0