summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 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.
* Merge branch 'chris/remove-libauto'Chris Young2014-11-096-24/+206
|\ | | | | | | Remove dependency on libauto as using it is no longer recommended.
| * Terminate execution if an essential library fails to openChris Young2014-11-093-55/+61
| |
| * Log library open attemptsChris Young2014-11-091-0/+2
| |
| * Open libraries *before* we need them...Chris Young2014-11-091-2/+3
| |
| * All required libsChris Young2014-11-091-2/+96
| |
| * Fix graphics.libraryChris Young2014-11-091-0/+2
| |