summaryrefslogtreecommitdiff
path: root/monkey
Commit message (Expand)AuthorAgeFilesLines
* Monkey: fix double-free on exitJohn-Mark Bell2015-02-251-2/+0
* revert unecessary librt linkage as it not comes from libnsfb pkg-config corre...Vincent Sanders2014-11-271-1/+1
* add rt library to linkVincent Sanders2014-11-271-1/+1
* replace save_link operation table entry usage of textural url with nsurlVincent Sanders2014-11-031-4/+4
* change url setting api to take an nsurl instead of a text stringVincent Sanders2014-11-021-2/+2
* remove unecessary utils/types.hVincent Sanders2014-11-021-0/+1
* Update url setting API to return nserror code instead of calling warn_userVincent Sanders2014-10-291-1/+2
* remove the die API from the core.Vincent Sanders2014-10-264-11/+30
* reduce uncesessary inclusion of browser.h and browser_private.hVincent Sanders2014-10-176-8/+15
* Update monkey frontend to cope with split operations table headersVincent Sanders2014-10-167-12/+36
* Don't include browser_private.Michael Drake2014-10-151-1/+0
* Use API to get window extents.Michael Drake2014-10-151-4/+4
* Don't need content to window conversion.Michael Drake2014-10-151-15/+0
* There's no reason to connect thumbnails with windows.Michael Drake2014-10-151-6/+1
* split version info into its own header and remove unnecessary nesurf.h includesVincent Sanders2014-10-131-1/+0
* Put the font operations table alongside all the other core APIVincent Sanders2014-10-131-2/+1
* remove unecessary css includeVincent Sanders2014-10-131-1/+0
* remove use of deprecated netsurf_quit variable in monkeyVincent Sanders2014-10-123-6/+10
* set defaults for cookie and url databaseVincent Sanders2014-10-122-3/+7
* Pull warning flags out into variables that can be overriden seperately for C ...Vincent Sanders2014-09-051-18/+13
* change reformat to be driven from the scheduler like redrawVincent Sanders2014-07-012-17/+7
* convert all frontends to scheduled fetch operationVincent Sanders2014-06-261-48/+34
* make launch_url core operation use nsurlVincent Sanders2014-05-271-3/+3
* rework path to url mapping functions to convert from and to nsurlVincent Sanders2014-05-261-54/+2
* reduce uncessary include usageVincent Sanders2014-05-181-2/+2
* 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-092-3/+1
* refactor url utility functions to use standard nserror codes and have appropr...Vincent Sanders2014-05-081-3/+3
* add file operations table and make all frontends use it.Vincent Sanders2014-05-071-41/+0
* Fix checking memory allocation return, fixes coverity 1164969Vincent Sanders2014-05-071-3/+17
* check return from stat() fixes coverity 1164069Vincent Sanders2014-05-071-3/+20
* monkey should not force external iconvVincent Sanders2014-04-301-1/+0
* fix formatting of defaults makefilesVincent Sanders2014-03-201-9/+10
* move scheduleing into browser operation tableVincent Sanders2014-03-093-17/+27
* Make browser_window_navigate (un)verifiable flag match browser_window_create.Michael Drake2014-02-101-2/+1
* Allow tab creation without history clone. Changes browser_window_create and ...Michael Drake2014-02-101-4/+3
* Clean up gui_window creation API.Michael Drake2014-02-091-4/+5
* stop monkey pulling in headers from gtkVincent Sanders2014-02-031-1/+2
* move utf8 local conversion operations to tableVincent Sanders2014-02-011-18/+0
* remove further extraneous includesVincent Sanders2014-02-011-1/+2
* clean up desktop/gui.h include usageVincent Sanders2014-01-291-3/+5
* move utf8 conversion routines to use nserror instead of their own error enumVincent Sanders2014-01-281-8/+4
* move path_to_url and url_to_path to fetch operation tableVincent Sanders2014-01-255-129/+188
* ensure monkey command dispatch frees argument vector (coverity 1127054)Vincent Sanders2014-01-241-1/+4
* create table for fetcher operations and move all operations into itVincent Sanders2014-01-233-27/+31
* move 401 login into operation tableVincent Sanders2014-01-163-1/+13
* move filename_from_path and path_add_part into gui operation tablesVincent Sanders2014-01-162-38/+41
* split browser gui operations upVincent Sanders2014-01-154-12/+13
* complete move of remaining core gui functionsVincent Sanders2014-01-154-36/+14