Commit Graph

  • 06c84a26e9 remove unecessary header inclusion Vincent Sanders 2016-03-16 09:31:19 +0000
  • 7d4d500c1d Revert "Fix memory leak in error handling" Vincent Sanders 2016-03-16 08:36:36 +0000
  • 6f2fe0af47 Remove unused #includes. Michael Drake 2016-03-15 13:48:31 +0000
  • c53be10892 Fix memory leak in error handling Vincent Sanders 2016-03-14 15:54:10 +0000
  • fdbb413403 Fix RISC OS relocatable module checks Dave Higton 2016-03-14 15:24:37 +0000
  • 3dca38cf98 Avoid null dereference in gtk resource handling Vincent Sanders 2016-03-14 15:03:39 +0000
  • 1ace8538d1 Fix possible dereference of NULL Vincent Sanders 2016-03-14 14:19:43 +0000
  • c45afb6a29 Clean up gtk login window Vincent Sanders 2016-03-14 14:02:48 +0000
  • 1d7b305db9 fixup nsurl handling to avoid locale specific character type implementation Vincent Sanders 2016-03-14 13:01:06 +0000
  • 875fc5381e Merge branch 'vince/themectomy' Vincent Sanders 2016-03-10 13:30:44 +0000
  • 571af764a5 completely remove remaining GTK theme code Vincent Sanders 2016-03-09 11:37:09 +0000
  • 8ee04cf68f remove unused theme ui elements from preferances dialog Vincent Sanders 2016-03-09 09:07:33 +0000
  • 4e59843040 remove unrequired path globals Vincent Sanders 2016-03-09 09:04:50 +0000
  • 68b1d2da55 remove theme option Vincent Sanders 2016-03-08 17:48:16 +0000
  • 1e2584aa14 add missing arrow down pixmap resource Vincent Sanders 2016-03-08 15:58:48 +0000
  • 5e604235e4 Initial pass removing gtk frontend theme code Vincent Sanders 2016-03-08 15:45:28 +0000
  • 6991a42cdd Remove excess debug Chris Young 2016-03-02 23:57:44 +0000
  • 37c0dcc1c5 Tweak #ifdefs so that OS3 build mostly works on OS4, to aid debugging. Chris Young 2016-03-02 23:53:25 +0000
  • da8d9885d5 debug Chris Young 2016-03-02 23:47:37 +0000
  • cd1800187e Set OS version to the disk-based version, as Installer by default reads the ROM version... which is v40 and indistinguishable between 3.1 and 3.5/9. Chris Young 2016-03-02 23:44:00 +0000
  • 3a962a84c5 Fix OS4 build Chris Young 2016-03-02 23:35:06 +0000
  • 2e958f4a4d Fix OS3 button disabling Testing reveals OS3's button.gadget doesn't support OM_GET for GA_Disabled. In addition, we fix OS4's boolean comparisons to ensure we only check against FALSE and !FALSE Chris Young 2016-02-29 23:06:10 +0000
  • 64575f2aed Avoid some crashing by disabling the update of the hotlist menu This will be fixed properly when the menu code is re-written to use menuclass, as that supports dynamic updates. Chris Young 2016-02-29 18:10:45 +0000
  • 618e4570ef Fix copyrights. Michael Drake 2016-02-29 11:28:31 +0000
  • 3e9fe9b8ae Add our own NewObject() function for OS3 and enable optimisations Chris Young 2016-02-29 00:11:38 +0000
  • 2108697533 Fix copying of the wrong .readme during installation. Abort with a message if the archive doesn't match the OS version. Chris Young 2016-02-28 11:26:19 +0000
  • 55b9a12785 Add a warning for OS3 for a non-working function Chris Young 2016-02-25 19:50:53 +0000
  • 829642e8f7 Comment all of bitmap_render out for OS3 to see if it resolves a crash This function doesn't work on OS3 anyway! Chris Young 2016-02-25 19:48:28 +0000
  • 924e35af08 RISC OS: Run git date setter over distributed files for merging. Michael Drake 2016-02-21 22:17:36 +0000
  • 5d0a6b8f1d RISC OS: Updated SharedUnixLibrary. Michael Drake 2016-02-21 22:03:17 +0000
  • 6a4efa35f8 update gtk resource path setting to use makefile variable Vincent Sanders 2016-02-20 18:37:50 +0000
  • 592ff0ef76 Spidermonkey isn't needed. Michael Drake 2016-02-19 20:18:05 +0000
  • 1828079518 Fix a critical bug in the Amiga frontend which causes NetSurf to never exit. Avoids looping trying to close a screen for which we are not the owner. Moves the screen close to the very end of the code so if our own screen doesn't close we can still re-launch NetSurf. Chris Young 2016-02-19 18:41:04 +0000
  • ebfcc6d9a9 Add script for setting files to git last touched date. Michael Drake 2016-02-19 15:22:12 +0000
  • 00a0be2698 Update some Amiga-specific version numbers for post-3.4 Chris Young 2016-02-17 23:19:30 +0000
  • df28737bff update version info for next development cycle Vincent Sanders 2016-02-16 13:38:33 +0000
  • f34d815872 Merge branch 'heads/release/3.4' Vincent Sanders 2016-02-16 13:37:48 +0000
  • 334873cb80 Update version for 3.4 release release/3.4 Vincent Sanders 2016-02-16 13:30:38 +0000
  • f077e81fcb Update copyright year Vincent Sanders 2016-02-16 13:24:47 +0000
  • 8915a49b3f setup flags for building monkey on RISC OS Vincent Sanders 2016-02-15 15:16:23 +0000
  • eaed6b1dda Use compiler environment to control riscos header usage Vincent Sanders 2016-02-15 15:00:57 +0000
  • b9f58cdf77 allow passing of CFLAGS into make from environment Vincent Sanders 2016-02-15 14:59:23 +0000
  • d39531ff55 Ensure fetch attempts is not reduced to less than 1. Michael Drake 2016-02-15 11:06:37 +0000
  • 6b57c94012 Return to original timeouts for now: One 30s attempt. Michael Drake 2016-02-15 09:58:52 +0000
  • c207216fa2 Fix constraints on curl_fetch_timeout option. Michael Drake 2016-02-15 09:55:57 +0000
  • 3b57ce1013 Free shared_pens list on tree destroy Chris Young 2016-02-14 15:42:58 +0000
  • 86247eea59 Don't re-use freed shared_pens list Chris Young 2016-02-14 15:08:12 +0000
  • 097da50977 Remove old #define Chris Young 2016-02-14 15:02:46 +0000
  • df7bd6e07d Limit hotlist menu entries to 100 chars Chris Young 2016-02-14 15:02:04 +0000
  • a1beeda9da Make hotlist buttons show the URL as a HelpHint Chris Young 2016-02-14 14:48:41 +0000
  • bb4b602148 Limit hotlist buttons to 20 chars Chris Young 2016-02-14 14:45:28 +0000
  • e19d30027a Remove RMB trapping from the treeviews, previously used for context menus The context menus for treeviews were removed ages ago, and any replacement won't need RMB trapping Chris Young 2016-02-14 14:21:52 +0000
  • 769eb3f13b Remove some RMBTrap remnants, the new context menus don't require manual mouse trapping Chris Young 2016-02-14 14:20:47 +0000
  • 0c55edfcb9 When we unlock a public screen, don't attempt to unlock it again. We lock the screen to stop it closing before we open our window, and unlock it when the window is open (the window is a sufficient lock). However we were not resetting the flag indicating the screen was still locked, so it was getting unlocked twice. Chris Young 2016-02-14 14:13:24 +0000
  • 71cdc461a6 Pens need releasing before freeing layers to avoid invalid pointer access Chris Young 2016-02-14 14:01:53 +0000
  • 672119e509 Fix background attribute handling. Michael Drake 2016-02-13 22:36:31 +0000
  • 72308c1f0d revert urldb include fixes as tehy cause build issues elsewhere and failed to fix the warning Vincent Sanders 2016-02-12 15:55:13 +0000
  • fb95797862 fix more freebsd warnings Vincent Sanders 2016-02-12 15:45:49 +0000
  • 8a075b7142 fix strcasecmp implicit declaration warnings on freebsd Vincent Sanders 2016-02-12 14:53:52 +0000
  • 157f05bc61 enable monkey to be built everywhere it is completely generic now Vincent Sanders 2016-02-12 14:16:31 +0000
  • 2c9cc34334 fix debug print format type. Vincent Sanders 2016-02-12 13:47:49 +0000
  • 5d3c38a704 remove reliance on GLib from monkey frontend Vincent Sanders 2016-02-12 13:36:12 +0000
  • a1e79a8ff6 Stop GIF animations when they are no longer in use Previously animations would continue to run until destroyed Fixes 2227 Chris Young 2016-02-11 19:26:56 +0000
  • a0e41a46a3 Stop GIF animations when they are no longer in use, instead of waiting until they are destroyed. Chris Young 2015-10-31 14:32:22 +0000
  • 90f65814c6 fix coverity build generated tar handling Vincent Sanders 2016-02-11 12:01:41 +0000
  • 04e61b710f Fix object accounting for aborted HTML contents. Michael Drake 2016-02-11 11:45:38 +0000
  • d4a01d525a HTML: Remove some status bar updating code. Michael Drake 2016-02-10 16:07:53 +0000
  • eadd589f63 cleanup cocoa application run method Vincent Sanders 2016-02-10 15:35:28 +0000
  • a63e902871 Prevent cocoa infinite event loop at startup Vincent Sanders 2016-02-10 15:27:08 +0000
  • 3bee7b7e12 Layout: Don't generate :before and :after boxes for replaced elements. Michael Drake 2016-02-09 16:42:28 +0000
  • 3af77eabd8 Can free pango font desc as soon as it's set. Michael Drake 2016-02-09 15:15:53 +0000
  • 51084243a2 Add switch case fallthrough comment. Michael Drake 2016-02-09 13:53:43 +0000
  • f5be1eb413 Add switch case fallthrough comments. Michael Drake 2016-02-09 13:51:57 +0000
  • d0334c35e9 fix coverity submission for netsurf Vincent Sanders 2016-02-09 11:32:21 +0000
  • 9610dbd210 remove possible null dereference on allocation faliure Vincent Sanders 2016-02-09 10:31:46 +0000
  • 1a6408ab63 remove another failing cocoa translation string Vincent Sanders 2016-02-09 09:28:02 +0000
  • ffa7c5bd7e remove another cocoa string causing ibtool to fail Vincent Sanders 2016-02-09 09:18:16 +0000
  • 564a80243d remove strings causing ibtool to fail on cocoa build Vincent Sanders 2016-02-09 09:12:07 +0000
  • 2d2268f5dc clean up cocoa warnings on os x yosemite sdk Vincent Sanders 2016-02-09 00:34:47 +0000
  • 36d1ae479b mac os x 32bit runtime requires properties to be defined to syntehsize Vincent Sanders 2016-02-08 21:34:44 +0000
  • a29969888a Update compilation to cope with modern SDK locations Vincent Sanders 2016-02-08 21:19:15 +0000
  • 405965d871 Update Mac OS X cocoa frontend to build using SDK 10.10 Vincent Sanders 2016-02-08 21:10:51 +0000
  • df2d62a872 Use readonly get_line, since it is supposed to be faster. Michael Drake 2016-02-08 15:59:24 +0000
  • 9cb522ce38 Don't haemorrhage Pango layouts out of nsfont_paint. Michael Drake 2016-02-08 14:59:35 +0000
  • 255361a885 Log the cache limit along side size, after clean. Michael Drake 2016-02-08 11:48:33 +0000
  • fc2d766bff Style: Wrap some long lines. Michael Drake 2016-02-08 11:38:41 +0000
  • 63fb2cbdc1 Add URL to llcache object destruction logging. Michael Drake 2016-02-08 11:27:04 +0000
  • 67bdf81ca9 fix cocoa SDK awk invocation Vincent Sanders 2016-02-07 23:35:37 +0000
  • 75dd6fe6ac extract cocoa SDK path rather than use pre-defined path Vincent Sanders 2016-02-07 23:29:01 +0000
  • bbd3302de5 ensure limits is included for PATH_MAX Vincent Sanders 2016-02-07 22:19:47 +0000
  • 1de182a349 ensure mac os x path is correct Vincent Sanders 2016-02-07 22:10:35 +0000
  • 8c05425a20 Fix RISC OS pointer shape issue Dave Higton 2016-02-07 22:06:35 +0000
  • bfbd838395 update jenkins build script for yosemite Vincent Sanders 2016-02-07 21:59:28 +0000
  • a1bc4c6a22 remove need for glib in monkey frontend main Vincent Sanders 2016-02-05 15:36:18 +0000
  • 86ad729085 Fix body text hint. Michael Drake 2016-02-07 20:10:31 +0000
  • 356615573a Test: Remove duplicate noscript element. Michael Drake 2016-02-06 12:51:44 +0000
  • 0a3519fdac Remove torrent of logging during browser window resize. Michael Drake 2016-02-06 12:40:44 +0000
  • eb67607e3b Merge branch 'tlsa/upfront-hints' Michael Drake 2016-02-05 10:51:19 +0000
  • 278451463f Rewrite hints handling to be more efficient. Michael Drake 2016-02-02 15:42:09 +0000
  • e42afd9b32 Change hints handling to use new libcss API. Michael Drake 2015-07-08 21:55:12 +0100