summaryrefslogtreecommitdiff
path: root/monkey/main.c
Commit message (Collapse)AuthorAgeFilesLines
* move path_to_url and url_to_path to fetch operation tableVincent Sanders2014-01-251-84/+23
|
* create table for fetcher operations and move all operations into itVincent Sanders2014-01-231-16/+23
|
* move 401 login into operation tableVincent Sanders2014-01-161-0/+2
|
* move filename_from_path and path_add_part into gui operation tablesVincent Sanders2014-01-161-0/+41
|
* split browser gui operations upVincent Sanders2014-01-151-5/+6
|
* complete move of remaining core gui functionsVincent Sanders2014-01-151-2/+6
|
* move download operations to download tableVincent Sanders2014-01-141-0/+1
|
* split gui operations into core and window and move more operations into tablesVincent Sanders2014-01-121-8/+3
|
* move set title, set url, start and stop throbber window operations to gui tableVincent Sanders2014-01-121-0/+6
|
* move window creation and destruction into tableVincent Sanders2014-01-111-3/+5
|
* Initial conversion of netsurf gui to callback vtableVincent Sanders2014-01-111-2/+7
|
* No need to set treeview icon for ssl cert windows.Michael Drake2013-08-121-7/+3
|
* add finalisation to options and document the API betterVincent Sanders2013-06-011-2/+6
|
* make monkey frontend use new options codeVincent Sanders2013-05-281-10/+27
|
* move options includeVincent Sanders2013-05-281-2/+2
|
* add missing includeVincent Sanders2013-05-231-0/+1
|
* move the logging initialisation out to be call by frontendsVincent Sanders2013-05-231-0/+16
| | | | | This allows each frontend to pass a distinct callback to configure the output file stream appropriately for their use.
* 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