summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* doxygen cleanups in utilsVincent Sanders2014-11-1218-46/+67
|
* doxgen warning fixes in riscos frontend.Vincent Sanders2014-11-1210-53/+61
|
* cleanup Doxygen warningsVincent Sanders2014-11-128-61/+68
|
* Doxygen cleanupsVincent Sanders2014-11-126-29/+34
|
* Doxygen cleanupsVincent Sanders2014-11-128-87/+100
|
* change form API to return error instead of warning user.Vincent Sanders2014-11-112-14/+31
| | | | | | | Update the form API so instead of directly warning the user it returns an error code to the caller allowing the appropriate action to be taken outside the core. Additionally clean up documentation of this API.
* Make most of the form API internal to the html renderer.Vincent Sanders2014-11-1110-113/+151
| | | | | | Very little of the form API needed exposing outside of the renderer. This makes the form API that may be used by frontends obvious and limited.
* Doxygen cleanups in frontendsVincent Sanders2014-11-117-24/+32
|
* Fix warningsChris Young2014-11-111-3/+3
|
* Fix warningsChris Young2014-11-111-23/+16
|
* Fix warningsChris Young2014-11-101-3/+3
|
* Fix warningChris Young2014-11-101-0/+1
|
* 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
|
* Typo fix: maintinance → maintenance in gtk frontend (closes #2217)Anthony J. Bentley2014-11-103-5/+5
|
* fix up some warnings in atari buildVincent Sanders2014-11-102-13/+1
|
* remove unecessary include of render header from atariVincent Sanders2014-11-101-1/+0
|
* New function for an error requester with the correct imagery which doesn't ↵Chris Young2014-11-103-27/+31
| | | | attempt to do Messages lookup.
* Doxygen warning fixesVincent Sanders2014-11-1011-36/+41
|
* address even more potential leaks on error path in box_select (coverity 1109875)Vincent Sanders2014-11-101-1/+3
|
* fix leak of gadget on error path. (coverity 1109875)Vincent Sanders2014-11-101-2/+6
|
* 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
|
* Doxygen cleanups and documentation additionsVincent Sanders2014-11-1010-31/+44
|
* Doxygen cleanupsVincent Sanders2014-11-105-68/+184
|
* Avoid calling calloc with 0 length data.Vincent Sanders2014-11-102-16/+33
| | | | | | | CERT MEM04-C suggests that zero length allocations behaviour might be surprising so it should be avoided. This adds a check to ensure a zero length allocation will be avoided. Additionally it returns errors to the caller rather than warning directly (in some error paths)
* Fix reference to local variable outside scope (fixes coverity 1251161)Vincent Sanders2014-11-101-1/+1
|
* fix syntax error in gorce visualisation script .Vincent Sanders2014-11-101-3/+3
|
* Desktop doxygen fixesVincent Sanders2014-11-0911-34/+40
|
* 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
|