Commit Graph

  • 305f1acc79 Remove unneeded #ifdefs Chris Young 2015-01-31 13:47:43 +0000
  • 37db0f6f85 Open the interface for speedbar.gadget Chris Young 2015-01-31 13:42:40 +0000
  • 1200fedb1c Enable alpha bitmaps in chooser.gadget on OS4.1FE Chris Young 2015-01-31 12:59:49 +0000
  • 0dea8112d4 Erase favicon area before redrawing Chris Young 2015-01-31 12:41:34 +0000
  • 889ee3108c Stop the favicon getting obliterated when switching tabs Chris Young 2015-01-31 12:28:14 +0000
  • 9de4889a4f Revert "Attempt to fix a couple of Enforcer hits" Chris Young 2015-01-31 11:59:31 +0000
  • a54170eeea Tidy up debug and increase list allocation to aid debugging Chris Young 2015-01-31 11:30:37 +0000
  • 8dc707d554 Attempt to fix a crash adding hotlist entries to the toolbar Chris Young 2015-01-31 11:21:14 +0000
  • 8fb6f4d148 Fix GetSucc (credit: Buzz) Chris Young 2015-01-30 23:28:35 +0000
  • b36c1401a0 Add the Dutch files to the Amiga archive Chris Young 2015-01-30 20:51:18 +0000
  • 2377e93898 fix a crash in the font scanner Chris Young 2015-01-30 20:44:53 +0000
  • 7a72ff3161 Fixup font scanning some more, remove .font suffix Chris Young 2015-01-30 19:37:38 +0000
  • 8373fe14cb Enable the font scanner for OS3 Chris Young 2015-01-30 18:57:04 +0000
  • 2066390555 Fix bullet.library usage Chris Young 2015-01-30 18:32:44 +0000
  • 2893e30c4e Attempt to fix a couple of Enforcer hits Thanks to Matthey for the debugging Chris Young 2015-01-30 18:20:07 +0000
  • d61444e703 add missing errno include Vincent Sanders 2015-01-30 17:13:35 +0000
  • 791a45141d Updated time_t fallback reading to not fail if the value is 0 Vincent Sanders 2015-01-30 16:57:38 +0000
  • ed99a5c740 Fix all the other LM_ADD(REMOVE)CHILD calls to work on OS3 Chris Young 2015-01-30 00:25:54 +0000
  • 84700f1d9c Set fonts to sensible defaults on OS3 Try to avoid a crash initialising the picture datatypes handler Chris Young 2015-01-30 00:05:40 +0000
  • 8443bf8034 Add RISC OS locale dependant help Vincent Sanders 2015-01-29 23:41:12 +0000
  • 009e8c9f74 Add dutch resources Vincent Sanders 2015-01-29 23:10:08 +0000
  • e5b6dac87c Fix OS3 build Fix font cache on OS3 Chris Young 2015-01-29 19:31:47 +0000
  • 0e3cbbb67b Don't schedule our own redraw after a reformat, as this is performed anyway. Attempt to get menus working on OS3 build. Chris Young 2015-01-29 19:18:49 +0000
  • 509053cae7 Fix template blit Y position by adjusting the pointer to the template Chris Young 2015-01-29 00:17:34 +0000
  • 003344023b Blit text to screen correctly on OS3 Chris Young 2015-01-29 00:13:48 +0000
  • 9a6e339ab2 Fix OT_Indirect handling Chris Young 2015-01-29 00:08:03 +0000
  • 4865b1603b Temporarily disable On/OffMenu as we don't have any menus attached to our window on the OS3 build Thanks to Matthey for the debugging Chris Young 2015-01-28 23:44:04 +0000
  • a895c3eed9 Avoid giving ASL a NULL pointer for the initial drawer. Thanks to Matthey for the debugging Chris Young 2015-01-28 23:41:33 +0000
  • ad4d1f66d3 Don't trash our buffer pointer when stepping through the taglist Chris Young 2015-01-28 23:38:26 +0000
  • bc3cb4070d Remove dead code Chris Young 2015-01-28 23:36:52 +0000
  • 9927232a2d Improve metadata deserialisation to only update object on success Vincent Sanders 2015-01-28 22:36:10 +0000
  • ecdf37c6ac Fixup font.c a bit better for OS3 Chris Young 2015-01-28 18:49:44 +0000
  • fd59fa248a Replace the custom stringview class with a standard string gadget under OS3 Also remove gaugeiclass usage from OS3 as it (probably) doesn't exist Remove some debug Chris Young 2015-01-27 23:54:59 +0000
  • 2007dd0ccd Revert removal of implied table adding. Michael Drake 2015-01-27 19:01:16 +0000
  • 4c4c7225df Don't use optimisation when building for OS3 This is causing unexpected problems. Chris Young 2015-01-27 19:17:09 +0000
  • 2b9f7b6c46 We need the library interface of listbrowser.gadget Chris Young 2015-01-27 18:22:30 +0000
  • f530a73623 Demand a more sensible (ie. existant) version of locale and datatypes Chris Young 2015-01-27 00:08:50 +0000
  • e24723567a Copy'n'paste error Chris Young 2015-01-26 18:49:49 +0000
  • 555029d39c Add missing include Chris Young 2015-01-26 00:13:44 +0000
  • 3a5907c1c4 Move everything else over to using the class pointers. Exception: popupmenu.class is still using old _GetClass functions. Chris Young 2015-01-26 00:05:01 +0000
  • c8c806a0c2 Convert the rest of gui.c to use class pointers directly Add missing button.gadget Chris Young 2015-01-25 12:45:20 +0000
  • 01050b4415 Ensure we have the class pointer Chris Young 2015-01-25 01:12:45 +0000
  • bb9d23d040 Fix build on OS3 Chris Young 2015-01-25 01:06:46 +0000
  • e89072b3d0 Open BOOPSI/ReAction classes using the new-style methods. Create some alternative NewObject macros and make some code use them. Chris Young 2015-01-25 00:27:53 +0000
  • f63742d7c2 Remove unused variables. Michael Drake 2015-01-24 16:12:16 +0000
  • 770255439d Remove redundant implied table insertion. Michael Drake 2015-01-24 16:03:14 +0000
  • 5d51547ea7 Remove redundant remove() call. Michael Drake 2015-01-23 14:11:43 +0000
  • 19f12b01a4 Fix failure to save hotlist when there was no previous file. Michael Drake 2015-01-23 12:14:37 +0000
  • 1b1acdd3c3 Fix typo Chris Young 2015-01-22 00:24:56 +0000
  • d5680fbf92 Correct year Chris Young 2015-01-22 00:23:48 +0000
  • 249e89e389 Fix a missed p96AllocBitMap Chris Young 2015-01-20 20:58:37 +0000
  • deb7e55063 Add missing files Chris Young 2015-01-20 20:52:09 +0000
  • 4f98fd5925 Add missing headers Chris Young 2015-01-20 20:51:52 +0000
  • b3f49f9364 Abstract p96WPA, although it still needs P96 currently Chris Young 2015-01-20 20:46:36 +0000
  • e3af7f3343 Abstract P96 functions away so we can decide what to use at run-time. This allows us to avoid opening P96 on OS4.1FE in future, and not require it to be installed on OS3. Chris Young 2015-01-20 20:36:14 +0000
  • d0f7247ea6 Merge branch 'master' of git://git.netsurf-browser.org/netsurf Chris Young 2015-01-20 20:03:55 +0000
  • 2b9df1b2cd Remove some p96 usage Chris Young 2015-01-20 00:39:32 +0000
  • 4cf9d888ff Fix classes paths Chris Young 2015-01-20 00:11:51 +0000
  • f3cf042184 RefreshSetGadgetAttrs replacement for OS3 Chris Young 2015-01-20 00:06:08 +0000
  • 0c526662b3 Minor OS3 fixes Chris Young 2015-01-19 20:50:06 +0000
  • e07bbbaaff Take out some more code which won't work on OS3 Chris Young 2015-01-19 20:08:45 +0000
  • 989a5da334 Cast timeval.usec calculations to int as AmigaOS3 has some conflicting headers which means it can be treated as an unsigned value. This ensures the log time is always correct. Chris Young 2015-01-19 19:15:48 +0000
  • 15537aa2af The OS3 build doesn't appear to like non-specific layout groups Chris Young 2015-01-19 00:22:22 +0000
  • 73b158d27d Fix remaining linker errors Chris Young 2015-01-18 23:54:21 +0000
  • 392fa2ea4c Fix some easy OS3 linker errors Chris Young 2015-01-18 23:29:49 +0000
  • 201bc569a4 More OS3 compilation fixes Chris Young 2015-01-18 23:13:32 +0000
  • 2eb41ed77b More OS3 fixes Chris Young 2015-01-18 21:11:00 +0000
  • d6052d3955 Fixup icon.c for OS3 Chris Young 2015-01-18 20:11:33 +0000
  • cc634dd706 Lower requested library versions Chris Young 2015-01-18 20:07:15 +0000
  • 0673ac5096 Fixup history_local.c for OS3 Chris Young 2015-01-18 18:55:23 +0000
  • 69075f1c57 Fixup gui_options.c for OS3 Chris Young 2015-01-18 18:53:41 +0000
  • 6f9d96aedf Fixup gui.c enough to make it compile for OS3 Chris Young 2015-01-18 18:50:01 +0000
  • 0c4f942c2d Attempt to fix some OS3 build errors in gui.c Chris Young 2015-01-17 17:06:48 +0000
  • 65ab38fc1c Clear a selection after it has been copied, as per the AmigaOS Style Guide Chris Young 2015-01-17 15:33:32 +0000
  • bf14b2ddb1 Make adding NetSurf to launch-handler more robust: Now handles when the user hasn't ever saved their config Doesn't attempt to add when auto-installing Removes need for fitr Chris Young 2015-01-17 12:52:09 +0000
  • d65c1f1cfd Remove unused variable Chris Young 2015-01-15 23:50:35 +0000
  • 1391057332 Change another instance of the tab number being used as identification. Now we set the tab numbers as they must be unique, but don't use them internally. Chris Young 2015-01-15 23:48:56 +0000
  • 6255e8b1dc Use clicktab node addresses rather than clicktab numbers. This fixes #2254. Chris Young 2015-01-15 23:44:29 +0000
  • 0415edc9c4 avoid a crash when switching tabs Chris Young 2015-01-13 19:09:48 +0000
  • f0633090f2 Avoid confusing double-negatives Chris Young 2015-01-13 00:01:45 +0000
  • d514cf30ee fix os4 build Chris Young 2015-01-12 23:43:00 +0000
  • ef6443b132 Don't create processes under OS3, or OS4 for now for testing Chris Young 2015-01-12 23:29:36 +0000
  • 1bee34e164 Stub out font.c and font_scan.c for OS3 for now A more involved fix required for later. Chris Young 2015-01-12 22:40:46 +0000
  • f8264189eb select a colour which isn't wholly transparent Chris Young 2015-01-11 20:30:35 +0000
  • 87f85c2034 Merge branch 'master' of git://git.netsurf-browser.org/netsurf Chris Young 2015-01-11 00:14:54 +0000
  • 5416059602 fix os4 build Chris Young 2015-01-11 00:14:32 +0000
  • ae012398b0 more easy os3 fixes Chris Young 2015-01-11 00:07:11 +0000
  • 81d024e3d8 Fix file.c and remove some rogue semicolons Chris Young 2015-01-10 23:49:55 +0000
  • 18fe60baf1 fix-up the datatypes handlers for os3 Chris Young 2015-01-10 23:46:17 +0000
  • 5a541e581b stub out drag stuff for os3 Chris Young 2015-01-10 23:39:21 +0000
  • 427a67e932 allocvec clear Chris Young 2015-01-10 23:16:11 +0000
  • 793b53a27a make context_menu.c build for os3 Chris Young 2015-01-10 23:15:06 +0000
  • 80558b3116 Use a function to create ready-cleared memory Chris Young 2015-01-10 23:10:05 +0000
  • 3630d7348d Use inlines and OS3ify amigaguide.class Chris Young 2015-01-10 22:47:20 +0000
  • 2140f056dd More simple OS3 fixes Chris Young 2015-01-09 00:24:58 +0000
  • 88726e1d89 OS3 GetSucc() Chris Young 2015-01-09 00:15:27 +0000
  • 5a1aaa4e61 Some easy OS3 compatibility Credit for most of this: Bernd Gollesch Chris Young 2015-01-09 00:10:02 +0000
  • fa3587f122 Tidy up Chris Young 2015-01-08 23:45:41 +0000
  • b91d5f3ac7 Fix the passing of NetSurf internally-handled args to the core Chris Young 2015-01-05 19:58:31 +0000
  • 5464dc7778 Ensure no division by zero occours if no time has ever been spent writing llcache Vincent Sanders 2015-01-03 15:12:53 +0000