Commit Graph

  • 5776b39b8d Use TimedDosRequester so we're not relying on requester.class being open. Chris Young 2014-11-10 23:25:43 +0000
  • ad414165f9 Typo fix: maintinance → maintenance in gtk frontend (closes #2217) Anthony J. Bentley 2014-11-10 22:39:28 +0000
  • f686882856 fix up some warnings in atari build Vincent Sanders 2014-11-10 22:16:38 +0000
  • f0894e4ae0 remove unecessary include of render header from atari Vincent Sanders 2014-11-10 20:22:19 +0000
  • e9696b2fa9 New function for an error requester with the correct imagery which doesn't attempt to do Messages lookup. Chris Young 2014-11-10 21:59:51 +0000
  • 33eb1f413a Doxygen warning fixes Vincent Sanders 2014-11-10 20:15:14 +0000
  • 345cfc4ec8 address even more potential leaks on error path in box_select (coverity 1109875) Vincent Sanders 2014-11-10 19:40:20 +0000
  • 44cfe7459c fix leak of gadget on error path. (coverity 1109875) Vincent Sanders 2014-11-10 19:11:01 +0000
  • 098fbb628b Move some init functions together for the sake of clarity Chris Young 2014-11-10 19:01:30 +0000
  • 225161b05e Move MIME cleanup before NetSurf's internal exit. Chris Young 2014-11-10 18:58:58 +0000
  • 16e80452c2 Remove gui_init and merge the contents into main() Chris Young 2014-11-10 18:57:38 +0000
  • 7bf92f6a04 Remove die() Terminating execution abruptly on AmigaOS is dangerous. Chris Young 2014-11-10 18:56:09 +0000
  • 9bbb737fbf Fix warnings Chris Young 2014-11-10 18:48:26 +0000
  • 7e5ed88763 Fix warnings, formatting Chris Young 2014-11-10 18:41:38 +0000
  • d1f2d29e10 Doxygen cleanups and documentation additions Vincent Sanders 2014-11-10 17:00:15 +0000
  • ea033c54d4 Doxygen cleanups Vincent Sanders 2014-11-10 16:05:22 +0000
  • df8c6c3ad7 Avoid calling calloc with 0 length data. Vincent Sanders 2014-11-10 15:05:56 +0000
  • 72f4c4f8b8 Fix reference to local variable outside scope (fixes coverity 1251161) Vincent Sanders 2014-11-10 12:02:26 +0000
  • dc45d9136d fix syntax error in gorce visualisation script . Vincent Sanders 2014-11-10 11:41:43 +0000
  • 7c4c73f1b0 Desktop doxygen fixes Vincent Sanders 2014-11-09 21:49:33 +0000
  • 9f0b252371 Fix warnings Chris Young 2014-11-09 19:58:19 +0000
  • a84f2d2290 Fix warning Chris Young 2014-11-09 19:56:29 +0000
  • 8557992979 Fix warnings Chris Young 2014-11-09 19:53:24 +0000
  • 53482c68cf Fix warnings Chris Young 2014-11-09 19:44:59 +0000
  • 9e0d4e4947 Fix warning Chris Young 2014-11-09 19:40:19 +0000
  • a6335a610e Fix warning Chris Young 2014-11-09 19:39:36 +0000
  • 7711652819 Fix warnings Chris Young 2014-11-09 19:38:47 +0000
  • c62f967935 Fix warnings Chris Young 2014-11-09 19:37:35 +0000
  • 1d07bd0657 Fix warnings Chris Young 2014-11-09 19:34:57 +0000
  • 04c80ce0a7 Fix warnings Chris Young 2014-11-09 19:26:59 +0000
  • 052445a0e1 Fix warnings Chris Young 2014-11-09 19:17:35 +0000
  • f4329c54ba Fix warnings Chris Young 2014-11-09 19:04:56 +0000
  • 87a53c3e82 Doxygen cleanups and increase DOT_GRAPH_MAX_NODES for some headers Vincent Sanders 2014-11-09 15:48:38 +0000
  • e32a2ad46e Doxygen fixes Vincent Sanders 2014-11-09 15:28:03 +0000
  • 56bb1b03c5 Doxygen cleanups Vincent Sanders 2014-11-09 12:50:30 +0000
  • 845a0ca072 remove declaration in parameter list warning in form.h Vincent Sanders 2014-11-09 12:22:11 +0000
  • e0833a7f2e Fix warnings Chris Young 2014-11-09 01:10:52 +0000
  • 42f1e685b3 Fix warnings Chris Young 2014-11-09 01:07:35 +0000
  • 278dcaa31b Fix warnings Chris Young 2014-11-09 01:04:35 +0000
  • 5304f2a2a1 Fix warnings Chris Young 2014-11-09 01:00:08 +0000
  • de1fccd8c4 Fix warnings Chris Young 2014-11-09 00:56:11 +0000
  • 8299f923f8 Fix warnings, remove unused code. Chris Young 2014-11-09 00:48:04 +0000
  • 659d3913ca Fix warning Chris Young 2014-11-09 00:39:17 +0000
  • e8126d2ee9 Fix warnings Chris Young 2014-11-09 00:37:35 +0000
  • 455e4d3d21 Don't bug the user if a non-essential library can't be opened - just log it. Also log if the interface can't be obtained. If we've asked for the right library version, this should never fail. Chris Young 2014-11-09 00:25:29 +0000
  • 433ef2c12a Merge branch 'chris/remove-libauto' Remove dependency on libauto as using it is no longer recommended. Chris Young 2014-11-09 00:09:44 +0000
  • 4329c7a328 Terminate execution if an essential library fails to open Chris Young 2014-11-09 00:05:44 +0000
  • 30cdaa1aa9 Log library open attempts Chris Young 2014-11-08 23:53:01 +0000
  • c2eb205685 Open libraries *before* we need them... Chris Young 2014-11-08 23:48:48 +0000
  • 2698ad474e All required libs Chris Young 2014-11-08 23:43:52 +0000
  • d3f7d78dae Fix graphics.library Chris Young 2014-11-08 22:00:15 +0000
  • 84020bb355 More libraries, tidy-up Chris Young 2014-11-08 19:57:36 +0000
  • 998f9b4990 Use macros for clarity Chris Young 2014-11-08 19:40:23 +0000
  • 3c1aeebb1e Fix headers Chris Young 2014-11-08 19:25:53 +0000
  • 9601ddacad Add new libs file to centrally open/close required libraries, and move a couple of the existing manual opens to it. Chris Young 2014-11-08 19:23:02 +0000
  • 4c7ef8db3f remove -lauto Chris Young 2014-11-08 19:12:02 +0000
  • 5562c9a553 Continue doxygen error cleanup. Vincent Sanders 2014-11-08 22:08:29 +0000
  • 05a64bfde9 fix up more doxygen errors Vincent Sanders 2014-11-08 16:49:32 +0000
  • 8f64d5d223 Improve Doxygen documentation Vincent Sanders 2014-11-08 12:35:11 +0000
  • f287379a7c Fix several doxygen issues Vincent Sanders 2014-11-08 11:38:20 +0000
  • bc1914fbb1 remove uneeded html render include Vincent Sanders 2014-11-07 13:01:07 +0000
  • 3405803280 Improve content encoding information API Vincent Sanders 2014-11-07 12:33:34 +0000
  • 6993e842d9 add missing content header to windows gui Vincent Sanders 2014-11-06 23:07:53 +0000
  • 8c2cfecfb5 Allow content handlers to have debug values set through API Vincent Sanders 2014-11-06 22:51:46 +0000
  • 46f369ca9e move themse install to its own header Vincent Sanders 2014-11-06 14:19:15 +0000
  • 4cce3e4235 Add gource visualisation generation script Vincent Sanders 2014-11-06 11:52:04 +0000
  • 8ec7ad053a Make the fetching of a contents encoding generic. Vincent Sanders 2014-11-05 23:44:31 +0000
  • 4ca959f46b Remove April 1st layout shuffling. Michael Drake 2014-11-05 17:30:00 +0000
  • 3fc1fe0493 fix dumb mistake in missing a close bracket. Vincent Sanders 2014-11-04 20:53:19 +0000
  • ba3671d147 ensure gtk thumbnail content has a minimum render width. (fix coverity 1109861) Vincent Sanders 2014-11-04 20:34:42 +0000
  • b4f3eaf082 check stat return value (fixes coverity 1109842) Vincent Sanders 2014-11-04 20:26:41 +0000
  • d85b74fd72 change logic to check for false instead of not true to fix coverity 1250328 Vincent Sanders 2014-11-04 19:57:51 +0000
  • c637cd04b1 Don't crash if download dir not set Chris Young 2014-11-04 18:33:44 +0000
  • 349e588f81 Fix stupid nsurl struct mistake for amiga. Vincent Sanders 2014-11-03 23:19:23 +0000
  • 68bdb84bee reference nsurl as a struct properly Vincent Sanders 2014-11-03 23:13:56 +0000
  • bdfedb686b replace save_link operation table entry usage of textural url with nsurl Vincent Sanders 2014-11-03 23:05:59 +0000
  • 49ac8c3a94 fix risc os nsurl structure declaration Vincent Sanders 2014-11-02 22:53:44 +0000
  • a325634882 fix errors in change url setting api to take an nsurl instead of a text string Vincent Sanders 2014-11-02 22:44:20 +0000
  • c14ddad660 change url setting api to take an nsurl instead of a text string Vincent Sanders 2014-11-02 22:30:45 +0000
  • 03abea12a7 fix errors introuced with previous header cleanup. Vincent Sanders 2014-11-02 20:39:15 +0000
  • ad343eccb1 remove unecessary utils/types.h Vincent Sanders 2014-11-02 20:10:32 +0000
  • f2cda2e1a7 fix typo in cocoa frontend context cleanup Vincent Sanders 2014-11-02 16:03:37 +0000
  • c31c4babe1 Change contextual content retrieval to browser features. Vincent Sanders 2014-11-02 15:46:42 +0000
  • 1794ac0d33 Do not attempt to convert an empty url on RISC OS menu click Vincent Sanders 2014-11-01 23:44:41 +0000
  • cf7abb4a0a restructure urldb source Vincent Sanders 2014-11-01 23:27:29 +0000
  • 1ea422a9d1 Remove old URL header includes. Michael Drake 2014-10-31 14:41:53 +0000
  • 0f12325506 Don't need old URL header. Michael Drake 2014-10-31 14:39:11 +0000
  • 368861faab Remove useless includes of utils/url.h Michael Drake 2014-10-31 14:36:34 +0000
  • 3c82214998 Don't need the old url header. Michael Drake 2014-10-31 14:34:14 +0000
  • 98b6d02df6 Move host_is_ip_address into urldb, as that's the only thing that cares. Michael Drake 2014-10-31 14:31:06 +0000
  • 02ff3920ce remove unused url_init function Vincent Sanders 2014-10-31 00:50:32 +0000
  • ce3d991918 use nsurl_nice and remove url_nice Vincent Sanders 2014-10-31 00:24:57 +0000
  • f995616509 remove more user warning calls and replace with error returns Vincent Sanders 2014-10-30 23:27:41 +0000
  • 1620f20c4d make global history treeview callback return error Vincent Sanders 2014-10-30 22:43:16 +0000
  • 07376fc96b Remove unused variable. Michael Drake 2014-10-30 22:47:25 +0000
  • 6f09b64c59 Add some nsurl_nice tests. Michael Drake 2014-10-30 22:32:52 +0000
  • 13832a453a Add a nsurl_nice, which can replace url_nice. Michael Drake 2014-10-30 22:26:03 +0000
  • 3ff7557c34 Add a lwc corestring for "/". Michael Drake 2014-10-30 22:25:31 +0000
  • 612100bd1a make local history navigation return errors Vincent Sanders 2014-10-30 22:19:42 +0000
  • c3522ea747 Change min stack (again) to 128K It has come to my attention that some websites (eg amigakit.com) are using marginally more than the 96K stack space set previously. This should give plenty of breathing space. Chris Young 2014-10-30 21:51:52 +0000