Commit Graph

  • 15777ee750 BeOS/Haiku: Disable replicant dragger Adrien Destugues 2015-08-17 20:43:43 +0200
  • 0e606ac64b BeOS/Haiku: use cross-platform "select" code. Adrien Destugues 2015-08-17 20:34:33 +0200
  • 2071c2a91b Fix BeOS build Adrien Destugues 2015-08-17 20:09:47 +0200
  • 46ff49baef BeOS build instructions: advise to use Quick-Start method Adrien Destugues 2015-08-17 20:06:56 +0200
  • 15256411d8 env.sh: Fix Haiku support Adrien Destugues 2015-08-17 20:05:31 +0200
  • 7b6d89db04 Introduce a binding flags to allow local config changes Vincent Sanders 2015-10-12 20:33:11 +0100
  • f3e0267ccd turn full debugging off again Vincent Sanders 2015-10-12 20:25:15 +0100
  • b8ea788aba Ensure the cause of the problem is logged when an htmlc has no parser. Michael Drake 2015-10-12 19:51:13 +0100
  • ce32141057 Split up javascript engine makefiles Vincent Sanders 2015-10-12 17:40:35 +0100
  • 3877d4ad03 add automaticaly generated property setter and getters to HTMLFormElement Vincent Sanders 2015-10-12 13:29:40 +0100
  • 967cfda0f8 add automaticaly generated property setter and getters to HTMLFontElement Vincent Sanders 2015-10-12 09:18:04 +0100
  • 0d4942d42c add automaticaly generated property setter and getters to HTMLElement Vincent Sanders 2015-10-12 09:10:03 +0100
  • 9443f201fe fix null dereference in document.writeln Dave Higton 2015-10-10 11:14:54 +0100
  • 0636ee0f20 Add automaticaly generated property setter and getters to HTMLBodyElement Vincent Sanders 2015-10-10 11:08:48 +0100
  • 9f925da516 Add automaticaly generated property setter and getters to HTMLBaseElement Vincent Sanders 2015-10-10 10:28:10 +0100
  • 5a569322a4 Add automaticaly generated property setter and getters to HTMLAreaElement Vincent Sanders 2015-10-09 15:03:25 +0100
  • c7275edc26 Add automaticaly generated property setter and getters to HTMLAppletElement Vincent Sanders 2015-10-09 14:54:26 +0100
  • 7c4fa72fa4 Add automaticaly generated property setter and getters to HTMLAnchorElement Vincent Sanders 2015-10-09 14:40:14 +0100
  • f075b4cde6 Update unimplemented javascript document with types on setters Vincent Sanders 2015-10-09 14:07:18 +0100
  • b72f750748 implement cookie reading in js document binding Vincent Sanders 2015-10-09 12:54:40 +0100
  • f34a223b9a Implement user agent reporting Vincent Sanders 2015-10-09 12:54:00 +0100
  • a897d87d18 use the duckky_instanceof from the bindings Vincent Sanders 2015-10-09 10:16:17 +0100
  • b9a23939b2 Add some HTML Element specialisations for HR and BR Vincent Sanders 2015-10-08 16:20:18 +0100
  • 6fd2c320f2 Turn off excessive debugging in javascript Vincent Sanders 2015-10-07 21:06:17 +0100
  • b5f1c5eee2 complete binding for HTML BR element Vincent Sanders 2015-10-07 14:45:57 +0100
  • 315339cbc8 Add a brief explanation of whats in the unimplemented documentation Vincent Sanders 2015-10-07 10:28:01 +0100
  • d0371d5d3b Add documentation showing unimplemented javascript bindings Vincent Sanders 2015-10-07 09:18:14 +0100
  • b7eb35ef24 putforwards test on location Vincent Sanders 2015-10-05 23:09:07 +0100
  • a46d9057d8 Update html IDL to current spec Vincent Sanders 2015-10-05 21:54:44 +0100
  • 6a4a7d7c25 report error getting user data in document.write Vincent Sanders 2015-10-05 21:53:43 +0100
  • fbc3f36fb5 initial js navigator binding Vincent Sanders 2015-10-05 15:46:22 +0100
  • 9ebdc7dd7a ensure completion of async js scripts completes the fetch Vincent Sanders 2015-10-02 09:29:51 +0100
  • 33264e012b Makes the Javascript document.writeln() function work as well as write() Dave Higton 2015-10-01 12:38:39 +0100
  • 4bdd4cf7b6 Update bindings to cope with improved nsgenbind syntax Vincent Sanders 2015-09-28 08:56:23 +0100
  • 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