summaryrefslogtreecommitdiff
path: root/monkey/main.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix "error setting certificate verify locations" problem when the Choices ↵Michael Drake2012-10-171-0/+6
| | | | file doesn't exist. Now there's a single place for front ends to set options overrides. Fix nsoption_setnull_charp leak.
* NetSurf options rework (a=vince r=daniels,jmb)Vincent Sanders2012-03-221-7/+7
| | | | svn path=/trunk/netsurf/; revision=13548
* Build resource: map at start timeJohn Mark Bell2011-10-051-13/+11
| | | | | | Remove stylesheet url globals -- the core will always use resource:{default,quirks,adblock}.css as appropriate svn path=/trunk/netsurf/; revision=12949
* gui_find_resource --> gui_get_resource_url.Michael Drake2011-03-171-1/+1
| | | | svn path=/trunk/netsurf/; revision=12089
* Rename utils/resource to utils/filepath to avoid confusion with resource: ↵Michael Drake2011-03-171-8/+8
| | | | | | fetcher. svn path=/trunk/netsurf/; revision=12088
* WINDOW REDRAW and WINDOW RELOAD. Also, when quitting, cleanupDaniel Silverstone2011-03-121-0/+2
| | | | svn path=/trunk/netsurf/; revision=11978
* Give Monkey a hearing aid, add 'WINDOW NEW' 'WINDOW GO' and 'WINDOW DESTROY' ↵Daniel Silverstone2011-03-121-3/+20
| | | | | | commands, along with 'QUIT' svn path=/trunk/netsurf/; revision=11974
* Add a deaf monkey frontend. TODO: Make it listenDaniel Silverstone2011-03-121-0/+120
svn path=/trunk/netsurf/; revision=11968