summaryrefslogtreecommitdiff
path: root/amiga
Commit message (Collapse)AuthorAgeFilesLines
* Update history_local.c to use SPACE_RenderBox compatibility functionChris Young2014-11-151-17/+36
|
* Update theme.c to use SPACE_RenderBox compatiblity functionChris Young2014-11-151-4/+12
|
* Use SPACE_RenderBox compatibility function in tree codeChris Young2014-11-151-12/+55
|
* Make the SPACE_RenderBox compatibility functions publicChris Young2014-11-152-3/+20
|
* Use SPACE_RenderBox if available, as SPACE_AreaBox is "dangerous".Chris Young2014-11-151-36/+133
|
* Use the correct Messages string, modify the contents to better reflect what ↵Chris Young2014-11-131-1/+1
| | | | it (currently) does - only edits the title, not the address.
* Add an edit entry option to the edit menuChris Young2014-11-131-13/+34
|
* make the form select menu API smaller.Vincent Sanders2014-11-131-2/+2
| | | | | | By hiding all but the form selection menu option structure from code outside of render this reduces the API to the absolute minimum to support this feature.
* doxygen cleanups in utilsVincent Sanders2014-11-121-0/+1
|
* Doxygen cleanups in frontendsVincent Sanders2014-11-111-0/+1
|
* Fix warningsChris Young2014-11-111-3/+3
|
* Fix warningsChris Young2014-11-111-23/+16
|
* Fix warningsChris Young2014-11-101-3/+3
|
* Fix warningsChris Young2014-11-101-3/+2
|
* Call open/close timer from schedule init/free functionsChris Young2014-11-103-33/+32
|
* Fix warningsChris Young2014-11-101-7/+9
|
* Fix warningsChris Young2014-11-101-16/+13
|
* Fix warningsChris Young2014-11-101-4/+5
|
* requester.class no longer used.Chris Young2014-11-101-3/+0
|
* Remove unused includesChris Young2014-11-101-3/+0
|
* Show error instead of warning requester when essential library fails to open.Chris Young2014-11-102-2/+7
|
* Use TimedDosRequester so we're not relying on requester.class being open.Chris Young2014-11-101-16/+8
|
* New function for an error requester with the correct imagery which doesn't ↵Chris Young2014-11-103-27/+31
| | | | attempt to do Messages lookup.
* Move some init functions together for the sake of clarityChris Young2014-11-101-11/+6
|
* Move MIME cleanup before NetSurf's internal exit.Chris Young2014-11-101-3/+3
|
* Remove gui_init and merge the contents into main()Chris Young2014-11-101-26/+22
|
* Remove die()Chris Young2014-11-102-25/+24
| | | | Terminating execution abruptly on AmigaOS is dangerous.
* Fix warningsChris Young2014-11-101-6/+7
|
* Fix warnings, formattingChris Young2014-11-101-32/+18
|
* Fix warningsChris Young2014-11-091-3/+4
|
* Fix warningChris Young2014-11-091-2/+2
|
* Fix warningsChris Young2014-11-092-11/+13
|
* Fix warningsChris Young2014-11-092-11/+14
|
* Fix warningChris Young2014-11-091-1/+1
|
* Fix warningChris Young2014-11-091-0/+1
|
* Fix warningsChris Young2014-11-091-2/+2
|
* Fix warningsChris Young2014-11-092-2/+4
|
* Fix warningsChris Young2014-11-091-18/+18
|
* Fix warningsChris Young2014-11-091-17/+10
|
* Fix warningsChris Young2014-11-091-13/+14
|
* Fix warningsChris Young2014-11-091-6/+6
|
* Fix warningsChris Young2014-11-093-11/+5
|
* Fix warningsChris Young2014-11-091-12/+8
|
* Fix warningsChris Young2014-11-091-9/+7
|
* Fix warningsChris Young2014-11-091-7/+7
|
* Fix warningsChris Young2014-11-092-69/+64
|
* Fix warnings, remove unused code.Chris Young2014-11-093-28/+14
|
* Fix warningChris Young2014-11-091-1/+0
|
* Fix warningsChris Young2014-11-091-9/+7
|
* Don't bug the user if a non-essential library can't be opened - just log it.Chris Young2014-11-091-2/+8
| | | | Also log if the interface can't be obtained. If we've asked for the right library version, this should never fail.