Commit Graph

  • 51c2dd70e2 Add assert before we wander off into the weeds. Michael Drake 2015-09-26 12:53:43 +0100
  • 46945f6362 Improve location implementation to be more complete Vincent Sanders 2015-09-20 10:35:32 +0100
  • 63dba3a061 expose the location object through document as well as window Vincent Sanders 2015-09-10 08:51:56 +0100
  • 73c6476112 Fix instanceof to be correct and improve documentation of stack contents Daniel Silverstone 2015-09-09 14:00:37 +0100
  • 410f6fdb9e Allow the popupmenu-based select menu to cascade into multiple sub-menus containing further items, when there are too many to fit on the screen in one column. Chris Young 2015-09-07 17:41:24 +0100
  • 1a43dd21b3 Add initial readonly location implementation Vincent Sanders 2015-09-07 13:52:57 +0100
  • 1f07c45740 fix gadget resource leak (coverity #1109875) Vincent Sanders 2015-09-04 14:55:43 +0100
  • d137bda454 Move status bar gadget to the correct place on OS3 Still practically useless as it constantly overprints. Chris Young 2015-09-06 09:33:00 +0100
  • e5c34567dc Fix broken headers Chris Young 2015-09-06 09:23:08 +0100
  • d1ccd3e53d Create menu on OS3 and 3 the same way (old GadTools method) This makes it easier to switch to menuclass. It also fixes a crash-on-exit bug on OS3. Chris Young 2015-09-06 09:12:26 +0100
  • de75959362 Create menus on OS3 and 4 the same way (manual GadTools method). This makes it easier to switch to menuclass. It also fixes a crash-on-exit bug on OS3. Chris Young 2015-09-06 09:06:20 +0100
  • 1e83301251 Remove errorneous addition. Chris Young 2015-09-05 16:54:12 +0100
  • 1a8cf5b7a7 Merge branch 'chris/menuclass' Chris Young 2015-09-05 16:38:48 +0100
  • 5b880e586c Fix memory leak Chris Young 2015-09-05 16:33:23 +0100
  • eb366fa0d8 Correct checkbox logic Chris Young 2015-09-05 15:53:21 +0100
  • 6a00255855 Enable control of core/popupmenu select menus in the prefs GUI. This at least gives the option for people who prefer the popupmenu-based selection menus to easily switch back to the core ones when the options don't all fit on the screen (as popupmenu can't scroll). Chris Young 2015-09-05 15:37:34 +0100
  • 63227a214b Rename context_menu.c and strip out all the context menu code, so this file and popupmenu.class is only used (optionally) for HTML form selection. Chris Young 2015-09-05 15:09:00 +0100
  • 00aa1e2d35 Add a small test menu to the clicktab gadget Chris Young 2015-09-05 01:41:56 +0100
  • 46f3670fae Add context menu item for copying text selection Chris Young 2015-09-05 00:39:46 +0100
  • 7ea2488d1c Add a context item for frames Chris Young 2015-09-05 00:22:46 +0100
  • 12bef8a0d9 Avoid displaying irrelevant items in the context menu for objects Add an item for the "plugin hack" stuff Chris Young 2015-09-05 00:09:47 +0100
  • da5638debc Context menu for objects Chris Young 2015-09-04 23:59:22 +0100
  • a15e5a7869 Complete context menu items for links Chris Young 2015-09-04 23:38:04 +0100
  • 41f219192c Create back/forward context menu using menuclass Reconstructs itself periodically as it cannot be created on demand Chris Young 2015-09-04 00:26:52 +0100
  • cdaae7b30e Add a couple of context menu items for links for testing. Chris Young 2015-09-03 19:57:04 +0100
  • 944248ce32 Rough outline for Intuition-based context menu Chris Young 2015-09-03 00:24:04 +0100
  • 52d182e71e Disable the popupmenu-based context menu and the emulated menu keyboard shortcuts in preparation for test implementing an Intuition-based context menu. Chris Young 2015-09-02 17:34:24 +0100
  • 2e4bfc5dc3 Fix version check Chris Young 2015-09-02 17:26:33 +0100
  • 61342f4dee Use the correct format define for WPA() Chris Young 2015-09-01 20:56:18 +0100
  • fdb9a42eff Don't use P96 on gfx.lib v54+ systems Chris Young 2015-09-01 19:31:58 +0100
  • e0198789ae Use a skip list instead of a splay tree for now to fix memory leakage Chris Young 2015-09-01 19:14:11 +0100
  • 06221c2340 Fix usage of ExAll with new SDK Some of the defines it needs have moved to dos/obsolete.h Chris Young 2015-09-01 18:06:45 +0100
  • a73d53845c Fix MinTerm defines for SDK 53.29 Chris Young 2015-09-01 18:02:32 +0100
  • 33eb8d3324 Attempt to use splay trees for font caching. This is theoretically faster, but leaks like a sieve. Chris Young 2015-09-01 00:23:20 +0100
  • 257666499d Reorder percentage calculation. Michael Drake 2015-08-24 22:42:54 +0100
  • 914ba332e2 Use the correct decoded surrogate values for calculating kerning widths Chris Young 2015-08-24 20:56:01 +0100
  • 4bbf2ac58a Avoid accessing NULL pointer Chris Young 2015-08-24 18:00:24 +0100
  • cba6bdb481 If a designed (bold, italic, etc) version of a specific font is set but not actually installed, treat this as a non-critical error, log it, and create a computed version. Chris Young 2015-08-19 19:15:06 +0100
  • fea40a0a78 Restrict all menu icon code to OS4+gadtools53.7 This avoids requests for TBimages: on OS3 Chris Young 2015-08-17 18:15:29 +0100
  • aaf7ebf9fd Fix some AmigaGuide errors Chris Young 2015-08-17 17:59:04 +0100
  • 0c42364b67 Check version of the correct library Chris Young 2015-08-17 17:52:09 +0100
  • 528fce7262 Fix OS3 build Chris Young 2015-08-17 17:44:27 +0100
  • 9b222fdeb6 Check .font file is indicating this is an outline font before attempting to open the .otag Chris Young 2015-08-16 23:26:21 +0100
  • 69a133969b Make the logging when opening outline fonts on OS3 a little more obvious. Chris Young 2015-08-16 23:12:20 +0100
  • a2edd98c19 Force usage of friend BitMaps on OS3 when on high/truecolour screens. AreaInfo buffer doesn't need to be in chip mem. Chris Young 2015-08-16 23:03:54 +0100
  • 87ebe66880 Check menuobj before we dispose it Chris Young 2015-08-16 22:51:32 +0100
  • b429a89ed6 Only update the hotlist menu etc if it was the hotlist window which was closed. Chris Young 2015-08-16 22:38:29 +0100
  • f9bb4ba71d Fix memory leak Chris Young 2015-08-16 13:02:14 +0100
  • 9c2fbde917 Put the memory areas, rather than the structures, into chip RAM as required. Chris Young 2015-08-16 12:48:06 +0100
  • 7c14bff469 TmpRas should be in chip mem for OS3/AGA Chris Young 2015-08-16 12:41:21 +0100
  • a28be12270 Fix blitting of font glyphs on OS3/AGA Chris Young 2015-08-16 12:06:00 +0100
  • 527a13a841 Ensure OS3 doesn't try to obtain an 8-bit GlyphMap. Chris Young 2015-08-15 17:32:28 +0100
  • b19cd801fd Revert "Ensure we don't accidentally use an 8-bit glyphmap under OS3." Chris Young 2015-08-15 17:27:57 +0100
  • 0c2f466786 Revert "Fix OS4 build" Chris Young 2015-08-15 17:27:19 +0100
  • c759b2a262 Fix OS4 build Chris Young 2015-08-15 17:07:59 +0100
  • c43d09af64 Ensure we don't accidentally use an 8-bit glyphmap under OS3. Chris Young 2015-08-15 16:56:02 +0100
  • 45171214ed Add an option to toggle usage of a friend BitMap for our off-screen rendering buffer (OS3 only). Defaults to OFF, which works everywhere, but can be switched on for performance benefits when using RTG. Chris Young 2015-08-15 16:42:52 +0100
  • c2dd234626 Add LATIN SMALL LETTER O WITH MACRON for today's featured Wikipedia article. Michael Drake 2015-08-15 15:46:30 +0100
  • 477506b7a1 Fix glyph order. Michael Drake 2015-08-15 15:41:11 +0100
  • beb5b9a542 Remove a double free and re-arrange to stop referencing a freed pointer. Chris Young 2015-08-15 14:25:50 +0100
  • ff1de89976 Fix options clicktab creation on OS3 None of the rest of this GUI creates properly yet. Chris Young 2015-08-15 14:11:30 +0100
  • d90ab621f8 RISC OS: use correct format specifier John-Mark Bell 2015-08-15 10:06:19 +0000
  • fd9aa16ece JS: mark idx_func volatile to remove warning John-Mark Bell 2015-08-15 10:03:39 +0000
  • f0c14aab7d RISC OS: explicitly handle SIGOSERROR John-Mark Bell 2015-08-15 09:58:56 +0000
  • a7fb19f3a9 JS: use deep stack, regardless of platform. John-Mark Bell 2015-08-15 09:57:09 +0000
  • 1088c4cd38 Remove excessive logging. Michael Drake 2015-08-15 09:41:51 +0100
  • 31d45274b6 Squash leak of path when path is directory. Michael Drake 2015-08-15 09:41:43 +0100
  • cad9f1f8c4 Fix ALIGN attribute on TABLE. Michael Drake 2015-08-14 21:26:47 +0100
  • 844e599a22 Define m68k for OS3 build so dukky (nearly) compiles. Chris Young 2015-08-14 19:13:19 +0100
  • a76de90a2e Final (untested) bits of Node Daniel Silverstone 2015-08-14 16:09:28 +0200
  • e46a705b0f More (untested) Node stuff Daniel Silverstone 2015-08-14 15:34:00 +0200
  • dc7f0dce9f expose Math operations to javascript code Vincent Sanders 2015-08-13 23:05:02 +0100
  • 4c975aafa3 Fix typo in unused jsapi code. Michael Drake 2015-08-13 14:30:28 +0100
  • 16fd36eb9d Proper error handling for JS context creation. Michael Drake 2015-08-13 12:23:59 +0100
  • c7a3229494 Can't tell if failure to create a JS context is an error or not. Michael Drake 2015-08-13 11:59:43 +0100
  • 379d97123a Handle failure to create new context. Michael Drake 2015-08-13 11:49:09 +0100
  • 99765cf2d0 Remove TODO. Michael Drake 2015-08-13 09:48:09 +0100
  • 2d53524635 Fix crash when JS context is required from a frame. Michael Drake 2015-08-13 09:39:04 +0100
  • 526b0e3bb4 Add assertion that jscontext is non-NULL when making new compartment. Michael Drake 2015-08-13 09:25:35 +0100
  • b50ee13100 Fix checking of distcc Vincent Sanders 2015-08-12 15:04:35 +0100
  • ecc6a12ed6 Slight tidying of error report Daniel Silverstone 2015-08-12 15:55:50 +0200
  • fd21e488e0 Add support for builders with distcc installed Vincent Sanders 2015-08-12 14:50:54 +0100
  • 1ee30e7632 Log more of the JS error object Daniel Silverstone 2015-08-12 15:39:34 +0200
  • e331784ea3 Expose Array, Date and RegExp on Window Daniel Silverstone 2015-08-12 15:19:57 +0200
  • 3a6da36fc9 Add missing node unref Daniel Silverstone 2015-08-12 12:27:18 +0200
  • 2c7dfe0d3d It's not a hubbub error Daniel Silverstone 2015-08-12 11:00:22 +0200
  • c47db23f8f Attempt to prevent use of STRPTIME or GETDATE on platforms where we know it is broken Daniel Silverstone 2015-08-12 10:43:34 +0200
  • b4d26fd160 Take tip of the fix-cast-align-warnings branch from Sami to see if it helps Daniel Silverstone 2015-08-12 08:40:35 +0200
  • 4b07aead3f Add Node::nodeType to test index. Michael Drake 2015-08-11 20:49:32 +0100
  • 9354adacdb Fix: warning: pointer targets ... differ in signedness [-Wpointer-sign] Michael Drake 2015-08-11 20:44:52 +0100
  • ab79f0a9c5 document.write shoud stringify all args Daniel Silverstone 2015-08-11 19:39:31 +0200
  • 78c5ab6f9f Add Node::nodeType test. Michael Drake 2015-08-11 17:21:08 +0100
  • e91255b409 add simple javascript test calling operation with too few arguemnts Vincent Sanders 2015-08-11 14:36:03 +0100
  • c1d5bbe7df add urlutils IDL to netsurf binding Vincent Sanders 2015-08-11 14:35:31 +0100
  • a590117246 Element::getElementsByTagName() Daniel Silverstone 2015-08-11 15:13:14 +0200
  • 73fbaf6fb1 Add support for a lot of Node's interface Daniel Silverstone 2015-08-11 14:45:46 +0200
  • 1af1ab1c3c Add a variant of dukky_instanceof which can take an index Daniel Silverstone 2015-08-11 14:45:34 +0200
  • 45ced343af Add urlutils IDL Vincent Sanders 2015-08-11 12:14:18 +0100
  • d4f487acf1 Basic Console support Daniel Silverstone 2015-08-10 20:09:58 +0200
  • 0df3439eb2 Fix constructor injection to use new constructor type, add test Daniel Silverstone 2015-08-09 18:54:37 +0100