summaryrefslogtreecommitdiff
path: root/monkey/main.c
Commit message (Expand)AuthorAgeFilesLines
* make launch_url core operation use nsurlVincent Sanders2014-05-271-3/+3
* 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-2/+7
* remove unecessary utils/url.h includesVincent Sanders2014-05-091-1/+0
* move scheduleing into browser operation tableVincent Sanders2014-03-091-8/+10
* 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
* Fix "error setting certificate verify locations" problem when the Choices fil...Michael Drake2012-10-171-0/+6
* NetSurf options rework (a=vince r=daniels,jmb)Vincent Sanders2012-03-221-7/+7
* Build resource: map at start timeJohn Mark Bell2011-10-051-13/+11
* gui_find_resource --> gui_get_resource_url.Michael Drake2011-03-171-1/+1
* Rename utils/resource to utils/filepath to avoid confusion with resource: fet...Michael Drake2011-03-171-8/+8
* WINDOW REDRAW and WINDOW RELOAD. Also, when quitting, cleanupDaniel Silverstone2011-03-121-0/+2
* Give Monkey a hearing aid, add 'WINDOW NEW' 'WINDOW GO' and 'WINDOW DESTROY' ...Daniel Silverstone2011-03-121-3/+20
* Add a deaf monkey frontend. TODO: Make it listenDaniel Silverstone2011-03-121-0/+120