summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 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
* Merge branch 'chris/remove-libauto'Chris Young2014-11-096-24/+206
|\
| * 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
| * More libraries, tidy-upChris Young2014-11-093-17/+34
| * Use macros for clarityChris Young2014-11-092-13/+17
| * Fix headersChris Young2014-11-093-5/+8
| * Add new libs file to centrally open/close required libraries, and move a coup...Chris Young2014-11-094-22/+75
| * remove -lautoChris Young2014-11-091-2/+2
|/