Commit Graph

10931 Commits

Author SHA1 Message Date
Vincent Sanders 740387be8d Doxygen cleanups 2014-11-12 16:21:23 +00:00
Vincent Sanders a99b1325d7 Doxygen cleanups 2014-11-12 11:45:07 +00:00
Vincent Sanders d8007f4512 change form API to return error instead of warning user.
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.
2014-11-11 22:58:34 +00:00
Vincent Sanders d9ce975822 Make most of the form API internal to the html renderer.
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.
2014-11-11 17:11:59 +00:00
Vincent Sanders 3e4f5737aa Doxygen cleanups in frontends 2014-11-11 15:46:04 +00:00
Chris Young 8a6500c539 Fix warnings 2014-11-11 00:03:04 +00:00
Chris Young fd7abab012 Fix warnings 2014-11-11 00:00:57 +00:00
Chris Young f787db7823 Fix warnings 2014-11-10 23:56:54 +00:00
Chris Young f66feee961 Fix warning 2014-11-10 23:54:12 +00:00
Chris Young bb0f4f13af Fix warnings 2014-11-10 23:52:43 +00:00
Chris Young fb0af6f269 Call open/close timer from schedule init/free functions 2014-11-10 23:50:28 +00:00
Chris Young 4ca37c35cf Fix warnings 2014-11-10 23:43:26 +00:00
Chris Young 24bf863522 Fix warnings 2014-11-10 23:38:59 +00:00
Chris Young e24d3139c7 Fix warnings 2014-11-10 23:33:08 +00:00
Chris Young 6d3f0fa94c requester.class no longer used. 2014-11-10 23:31:38 +00:00
Chris Young e85caab910 Remove unused includes 2014-11-10 23:30:17 +00:00
Chris Young 91662977eb Show error instead of warning requester when essential library fails to open. 2014-11-10 23:29:28 +00:00
Chris Young 5776b39b8d Use TimedDosRequester so we're not relying on requester.class being open. 2014-11-10 23:25:43 +00:00
Anthony J. Bentley ad414165f9 Typo fix: maintinance → maintenance in gtk frontend (closes #2217) 2014-11-10 22:39:28 +00:00
Vincent Sanders f686882856 fix up some warnings in atari build 2014-11-10 22:17:07 +00:00
Vincent Sanders f0894e4ae0 remove unecessary include of render header from atari 2014-11-10 22:17:07 +00:00
Chris Young e9696b2fa9 New function for an error requester with the correct imagery which doesn't attempt to do Messages lookup. 2014-11-10 21:59:51 +00:00
Vincent Sanders 33eb1f413a Doxygen warning fixes 2014-11-10 20:15:14 +00:00
Vincent Sanders 345cfc4ec8 address even more potential leaks on error path in box_select (coverity 1109875) 2014-11-10 19:40:20 +00:00
Vincent Sanders 44cfe7459c fix leak of gadget on error path. (coverity 1109875) 2014-11-10 19:12:10 +00:00
Chris Young 098fbb628b Move some init functions together for the sake of clarity 2014-11-10 19:01:30 +00:00
Chris Young 225161b05e Move MIME cleanup before NetSurf's internal exit. 2014-11-10 18:58:58 +00:00
Chris Young 16e80452c2 Remove gui_init and merge the contents into main() 2014-11-10 18:57:38 +00:00
Chris Young 7bf92f6a04 Remove die()
Terminating execution abruptly on AmigaOS is dangerous.
2014-11-10 18:56:09 +00:00
Chris Young 9bbb737fbf Fix warnings 2014-11-10 18:48:26 +00:00
Chris Young 7e5ed88763 Fix warnings, formatting 2014-11-10 18:41:38 +00:00
Vincent Sanders d1f2d29e10 Doxygen cleanups and documentation additions 2014-11-10 17:00:15 +00:00
Vincent Sanders ea033c54d4 Doxygen cleanups 2014-11-10 16:05:22 +00:00
Vincent Sanders df8c6c3ad7 Avoid calling calloc with 0 length data.
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)
2014-11-10 15:09:57 +00:00
Vincent Sanders 72f4c4f8b8 Fix reference to local variable outside scope (fixes coverity 1251161) 2014-11-10 12:02:26 +00:00
Vincent Sanders dc45d9136d fix syntax error in gorce visualisation script . 2014-11-10 11:41:43 +00:00
Vincent Sanders 7c4c73f1b0 Desktop doxygen fixes 2014-11-09 21:49:33 +00:00
Chris Young 9f0b252371 Fix warnings 2014-11-09 19:58:19 +00:00
Chris Young a84f2d2290 Fix warning 2014-11-09 19:56:29 +00:00
Chris Young 8557992979 Fix warnings 2014-11-09 19:53:24 +00:00
Chris Young 53482c68cf Fix warnings 2014-11-09 19:44:59 +00:00
Chris Young 9e0d4e4947 Fix warning 2014-11-09 19:40:19 +00:00
Chris Young a6335a610e Fix warning 2014-11-09 19:39:36 +00:00
Chris Young 7711652819 Fix warnings 2014-11-09 19:38:47 +00:00
Chris Young c62f967935 Fix warnings 2014-11-09 19:37:35 +00:00
Chris Young 1d07bd0657 Fix warnings 2014-11-09 19:34:57 +00:00
Chris Young 04c80ce0a7 Fix warnings 2014-11-09 19:26:59 +00:00
Chris Young 052445a0e1 Fix warnings 2014-11-09 19:17:35 +00:00
Chris Young f4329c54ba Fix warnings 2014-11-09 19:04:56 +00:00
Vincent Sanders 87a53c3e82 Doxygen cleanups and increase DOT_GRAPH_MAX_NODES for some headers 2014-11-09 15:48:38 +00:00