summaryrefslogtreecommitdiff
path: root/amiga/misc.h
Commit message (Collapse)AuthorAgeFilesLines
* move frontends into sub directoryVincent Sanders2016-05-151-52/+0
|
* Fix several doxygen errorsVincent Sanders2016-05-051-1/+1
|
* Update to new warn_user APIChris Young2016-05-011-1/+1
|
* use the miscellaneous table warning entryVincent Sanders2016-04-251-0/+13
| | | | | | | 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.
* Allocate deferred rectangles using itempoolsChris Young2016-01-211-0/+7
| | | | On OS3 we use a normal memory pool instead
* Use a function to create ready-cleared memoryChris Young2015-01-101-0/+1
|
* Show error instead of warning requester when essential library fails to open.Chris Young2014-11-101-0/+1
|
* New function for an error requester with the correct imagery which doesn't ↵Chris Young2014-11-101-12/+4
| | | | attempt to do Messages lookup.
* Use macros for clarityChris Young2014-11-091-0/+1
|
* remove the die API from the core.Vincent Sanders2014-10-261-0/+9
| | | | | | | | 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
* rework path to url mapping functions to convert from and to nsurlVincent Sanders2014-05-261-2/+3
|
* move path_to_url and url_to_path to fetch operation tableVincent Sanders2014-01-251-0/+4
|
* Warn when closing multiple tabsChris Young2012-12-081-1/+1
|
* Move download overwrite warning requester to misc.cChris Young2012-12-081-0/+1
|
* Stop abusing certain Messages; add some dedicated non-crazy HelpHintsChris Young2012-05-071-1/+1
| | | | svn path=/trunk/netsurf/; revision=13912
* Help hints, mainly for the tabs but also massage messages strings ↵Chris Young2010-03-161-0/+22
HelpToolbar0-4 & 14 into a format we can use on the main toolbar gadgets. A couple of gadgets still missing strings. svn path=/trunk/netsurf/; revision=10134