summaryrefslogtreecommitdiff
path: root/monkey
Commit message (Collapse)AuthorAgeFilesLines
...
* 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 ↵Vincent Sanders2014-05-081-3/+3
| | | | appropriate documentation.
* add file operations table and make all frontends use it.Vincent Sanders2014-05-071-41/+0
| | | | | | | | | | | | | This rationalises the path construction and basename file operations. The default implementation is POSIX which works for all frontends except windows, riscos and amiga which have differeing path separators and rules. These implementations are significantly more robust than the previous nine implementations and also do not use unsafe strncpy or buffers with arbitrary length limits. These implementations also carry full documentation comments.
* 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
| | | | browser_window_navigate flags.
* 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
|
* move download operations to download tableVincent Sanders2014-01-143-4/+15
|
* move teh final optional window operations into the tableVincent Sanders2014-01-131-28/+0
|
* move four more optional window operations to tableVincent Sanders2014-01-131-4/+8
|
* move two more mandantory window operations to tableVincent Sanders2014-01-131-3/+4
|
* move window scroll getter and setter into operations tableVincent Sanders2014-01-131-2/+4
|
* move mandantory window update and redraw operations into tableVincent Sanders2014-01-121-2/+4
|
* move more optional window operations into table including removing unused ↵Vincent Sanders2014-01-121-3/+6
| | | | hide_pointer operation altogether
* split gui operations into core and window and move more operations into tablesVincent Sanders2014-01-123-30/+30
|
* move set title, set url, start and stop throbber window operations to gui tableVincent Sanders2014-01-122-0/+10
|
* move window creation and destruction into tableVincent Sanders2014-01-113-5/+13
|
* Initial conversion of netsurf gui to callback vtableVincent Sanders2014-01-113-3/+10
|
* Add some more frontend stubs and fix up some othersDaniel Silverstone2014-01-051-1/+1
|
* Fix some log statementsDaniel Silverstone2014-01-051-1/+1
|
* Change gui_file_gadget_interface to pass gui_window not browser_window, add ↵Rob Kendrick2014-01-051-1/+1
| | | | GTK implementation that of course does not work.
* Add new gui entry point for file open dialogue requestsRob Kendrick2014-01-051-0/+7
|
* fix mngectony makefilesVincent Sanders2014-01-041-1/+1
|
* remove lcms dependancy as NetSurf does not directaly use it.Vincent Sanders2014-01-041-1/+1
| | | | | The dependancy probbaly comes from our historical use of libmng, even then the libmng pkg-config should bring it in.
* fix null derference (coverity 1127056)Vincent Sanders2013-11-271-1/+3
|
* fix null ereference (coverity 1127057)Vincent Sanders2013-11-271-1/+3
|
* fix null dereference (coverity 1127058)Vincent Sanders2013-11-271-1/+2
|
* Remove bulk of old treeview implementation.Michael Drake2013-09-021-0/+1
|
* Remove tree_url_node module. Had to disable treeview scanning in amiga and ↵Michael Drake2013-09-021-7/+0
| | | | cocoa front ends. Amiga front end very likely broken.
* 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-283-293/+28
|