summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Fix warningsChris Young2014-11-091-13/+14
|
* Fix warningsChris Young2014-11-091-6/+6
|
* Doxygen cleanups and increase DOT_GRAPH_MAX_NODES for some headersVincent Sanders2014-11-092-15/+21
|
* Doxygen fixesVincent Sanders2014-11-096-22/+31
|
* Doxygen cleanupsVincent Sanders2014-11-098-28/+30
|
* remove declaration in parameter list warning in form.hVincent Sanders2014-11-091-0/+1
|
* Fix warningsChris Young2014-11-093-11/+5
|
* Fix warningsChris Young2014-11-091-12/+8
|