summaryrefslogtreecommitdiff
path: root/monkey/utils.c
Commit message (Collapse)AuthorAgeFilesLines
* use the miscellaneous table warning entryVincent Sanders2016-04-251-30/+0
| | | | | | | change all the frontends to provide the warning callback in the miscelaneous table instead of using the warn_user function. Changing all the warn_user callsites still requires completion.
* remove the die API from the core.Vincent Sanders2014-10-261-5/+0
| | | | | | | | The die() API for abnormal termination does not belong within the core of netsurf and instead errors are propogated back to the callers. This is the final part of this change and the API is now only used within some parts of the frontends
* move utf8 local conversion operations to tableVincent Sanders2014-02-011-18/+0
|
* 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-251-44/+0
|
* move filename_from_path and path_add_part into gui operation tablesVincent Sanders2014-01-161-38/+0
|
* 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.
* Port save complete to libdom.John-Mark Bell2012-11-031-15/+0
|
* Fix monkey frontendJohn Mark Bell2011-12-041-0/+8
| | | | svn path=/trunk/netsurf/; revision=13238
* Merge branches/jmb/content-factory to trunkJohn Mark Bell2011-05-061-1/+1
| | | | svn path=/trunk/netsurf/; revision=12283
* Add a deaf monkey frontend. TODO: Make it listenDaniel Silverstone2011-03-121-0/+152
svn path=/trunk/netsurf/; revision=11968