Commit Graph

  • 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
  • f9ccd65545 Translate common RAmiga-shortcuts directly to their NetSurf keycodes Chris Young 2015-01-03 14:20:47 +0000
  • 4cc3746084 Make URL field for copying to clipboard. Michael Drake 2015-01-03 00:20:52 +0000
  • 78b2da934f Mark URL field for copying to clipboard. Michael Drake 2015-01-03 00:17:11 +0000
  • eb86217ead Add ability to copy text from marked fields in selected nodes to clipboard. Michael Drake 2015-01-03 00:15:58 +0000
  • 21d5d30571 Fix typo in comment. Michael Drake 2015-01-03 00:15:06 +0000
  • a10aaea989 Greatly simplify finding out if our gui_window is the one being displayed. Chris Young 2015-01-02 23:14:49 +0000
  • c45be2ecf4 Handle failure to remove or rename. Michael Drake 2015-01-02 15:32:47 +0000
  • 6ffab5885d Don't free temp_path just before its used. Michael Drake 2015-01-02 15:24:40 +0000
  • 94bcb46118 Add French messages translations from qwebirc92123 Vincent Sanders 2015-01-02 15:04:21 +0000
  • 27ea134be4 RISC OS filenames can't contian '.' Michael Drake 2015-01-02 13:37:39 +0000
  • e31ae2c5a1 Make saving hotlist safer. Michael Drake 2015-01-02 12:43:46 +0000
  • 8df0333577 Ensure buildsystem is built before everything else. John-Mark Bell 2014-12-31 14:02:30 +0000
  • 6b645664fe add missing includes Vincent Sanders 2014-12-27 22:48:37 +0000
  • 5eefe00163 remove unecessary includes from gtk gui Vincent Sanders 2014-12-27 22:25:38 +0000
  • cdd7f2f950 allow for framebuffer command line parsing to cope with unknown long options Vincent Sanders 2014-12-27 12:44:23 +0000
  • 871c14693e change the framebuffer frontend way of disabling the toolbar Vincent Sanders 2014-12-27 11:11:41 +0000
  • 6fa388d862 Update gtk manpage to mandoc format which is more portable Vincent Sanders 2014-12-26 11:44:49 +0000
  • 959af3dc28 Add XDG desktop file for GTK frontend Vincent Sanders 2014-12-25 15:49:35 +0000
  • b2533b5672 Add man pages for framebuffer and gtk frontends Vincent Sanders 2014-12-24 13:13:18 +0000
  • e467077a21 move host based default settings to core as tehy are not frontend dependant Vincent Sanders 2014-12-21 16:22:54 +0000
  • 193a5c80b7 ensure gtk build on freebsd uses the correct iconv Vincent Sanders 2014-12-21 15:04:45 +0000
  • 2d58f8360e jenkins helper script quoting in shell wilidcard case was wrong Vincent Sanders 2014-12-21 14:15:58 +0000
  • 3f331a701a add freebsd to jenkins build script for gtk, framebuffer and monkey Vincent Sanders 2014-12-21 13:55:23 +0000
  • 8e60d32831 remove some warnings from freebsd build Vincent Sanders 2014-12-21 02:01:45 +0000
  • c6ada5c089 Cope with freebsd gdk paths Vincent Sanders 2014-12-21 01:25:36 +0000
  • 3d514d5334 do not exit on error from env script Vincent Sanders 2014-12-21 00:40:10 +0000
  • 0e7a8aba9c Improve env script packe install for freebsd Vincent Sanders 2014-12-21 00:11:02 +0000
  • d8c3efc3e8 update env script for freebsd using gmake Vincent Sanders 2014-12-20 23:56:00 +0000
  • facaa0a829 Some OS3 compatibility for testing Chris Young 2014-12-20 12:42:55 +0000
  • 6684b938e2 Update the coverity build script for buildsystem HOST/BUILD changes Vincent Sanders 2014-12-19 16:56:43 +0000
  • 876b6cbeb0 fix BUILD/HOST usage to work with fixed buildsystem Vincent Sanders 2014-12-19 13:29:12 +0000
  • ef43be9989 Fix crash on startup when "always show tabs" is enabled. Chris Young 2014-12-19 11:57:32 +0000
  • 7beb6b0bd5 Helper script to open YouTube videos with SMTube Chris Young 2014-12-15 19:00:17 +0000
  • dec0ec6ade Remove GetVideo support It appears to be a dead project and no longer available for download. Chris Young 2014-12-14 12:10:52 +0000