Commit Graph

  • ca555e7fd1 remove extraneous linefeeds Chris Young 2012-10-16 22:10:49 +0100
  • e3261a38e2 Document messages_load behaviour. Michael Drake 2012-10-16 22:01:55 +0100
  • e2bde3482b Remove double ;. Michael Drake 2012-10-16 18:36:34 +0100
  • 88dd7c3709 Fix url encoded query generation, when there's no name/value pairs. Michael Drake 2012-10-16 18:32:14 +0100
  • c41ff369ff Merge branch 'master' of git://git.netsurf-browser.org/netsurf Michael Drake 2012-10-15 19:41:13 +0100
  • fe3582667c Update. Michael Drake 2012-10-15 19:40:13 +0100
  • b40fd3a88a use correct flags with cp for mac os directory copying Vincent Sanders 2012-10-15 16:15:14 +0100
  • 42657ea9a4 bodge the makefile version extraction. Vincent Sanders 2012-10-15 16:04:51 +0100
  • 248fc0acc9 add packaging objects to clean target Vincent Sanders 2012-10-15 15:49:52 +0100
  • c9fe400353 remove -a from cp command as mac os x 10.5 cp does not have the switch Vincent Sanders 2012-10-15 15:09:17 +0100
  • 094b866388 Document HOTLIST ARexx command Chris Young 2012-10-14 23:17:05 +0100
  • 1fd2e1effa Add ARexx commands HOTLIST OPEN and HOTLIST CLOSE Chris Young 2012-10-14 23:10:09 +0100
  • b7c9b57064 attempt to avoid a crash during font scanning Chris Young 2012-10-14 23:01:13 +0100
  • 436f5d659f for native builds, temporarily revert usage of pkg-config for cairo detection Chris Young 2012-10-14 22:59:39 +0100
  • 4938723896 Remove last notion of bitmap suspension. Michael Drake 2012-10-14 20:17:17 +0100
  • d88a839937 Remove suspension of bmp/gif images. It's completely redundant with the convert on demand core image cache. Michael Drake 2012-10-14 20:03:18 +0100
  • dbed8312c8 Disable thumbnail persistence. Michael Drake 2012-10-14 19:13:07 +0100
  • 827d063c6b Remove special RISC OS handling of thumbnail files. (The feature has been broken for ages.) Michael Drake 2012-10-14 19:11:35 +0100
  • 8dd8330eee Remove unused #ifdef riscos. Michael Drake 2012-10-14 19:10:39 +0100
  • 53b51c8083 Add newline at end of file. Michael Drake 2012-10-14 18:32:15 +0100
  • 05e71dc142 Add optional use of STACK & STRIP Variables. Ole Loots 2012-10-14 00:03:59 +0200
  • e56b72da5e appears that we don't actually need to use dynamic linking for cairo Chris Young 2012-10-13 22:42:19 +0100
  • 61a2b8ddc4 Strip the resulting executable, also update stack size. Consider m5475 toolchain (new Variable CROSS_COMPILE). Ole Loots 2012-10-13 22:50:55 +0200
  • fa7048d66d Redraw favicon when it has been changed. Improve the window icon / favicon interface. Ole Loots 2012-10-13 22:25:10 +0200
  • 221cd56826 Show mouse again after the color popup is ready. Ole Loots 2012-10-13 22:23:19 +0200
  • 340e958ebc remove unneeded manual cairo ldflags etc Chris Young 2012-10-13 20:49:16 +0100
  • 6be1ba6097 auto-detect cairo Chris Young 2012-10-13 20:45:51 +0100
  • 266b37fc37 use pkgconfig Chris Young 2012-10-13 15:25:15 +0100
  • 8d6c2a2a4d allow cross-compiling Cairo build Chris Young 2012-10-13 15:15:58 +0100
  • f386b2fc65 don't need libcares Chris Young 2012-10-12 19:44:39 +0100
  • ee590763c6 use libtre instead of libregex for native builds, same as cross-compile Chris Young 2012-10-12 19:38:47 +0100
  • 4fccdf18f3 Move dom walker to utils/libdom.{c|h}. Add a few HTML elements to core strings. Michael Drake 2012-10-12 16:21:29 +0100
  • e7e3329767 Preserve the executable attribute, and ensure we copy the correct binary in all scenarios Chris Young 2012-10-11 21:33:49 +0100
  • fa660c24e8 Remove unnecessary libxml includes from GTK includes Daniel Silverstone 2012-10-11 20:48:06 +0100
  • fdba0bd72c Fix document leak in encoding change handler Daniel Silverstone 2012-10-11 20:43:46 +0100
  • d0665a1af6 Merge branch 'master' of git://git.netsurf-browser.org/netsurf Chris Young 2012-10-11 20:13:59 +0100
  • a5bd3d112c fix warnings Chris Young 2012-10-11 20:13:38 +0100
  • df3f1237c7 Merge branch 'master' of git://git.netsurf-browser.org/netsurf Michael Drake 2012-10-11 20:12:59 +0100
  • 672fa0a8e2 Make url_{get|reform|destroy}_components static. Michael Drake 2012-10-11 20:12:06 +0100
  • 0c8b03474e Make form_url_encode static. Michael Drake 2012-10-11 20:05:36 +0100
  • 6f7c6de0c9 Use nsurl_replace_query instead of url_get_components and url_reform_components. Michael Drake 2012-10-11 20:02:52 +0100
  • e3cbd8aec6 Merge branch 'master' of git://git.netsurf-browser.org/netsurf Chris Young 2012-10-11 19:48:49 +0100
  • d4043d8011 Run FixFonts at the end of install Chris Young 2012-10-11 19:48:28 +0100
  • d84e3fd773 Add nsurl_replace_query. Add tests. Make tester itterate remaining lwc_strings. Michael Drake 2012-10-11 19:23:22 +0100
  • 6b7669dc09 Use nsurl_join instead of url_join. Forms still need to be moved over to nsurl. Michael Drake 2012-10-11 17:49:42 +0100
  • 4c4e93ea54 Remove unused function. Michael Drake 2012-10-11 17:49:01 +0100
  • 8ab9430bb4 Don't need url_compare any more. Michael Drake 2012-10-11 17:24:00 +0100
  • 2e869ade2a Cleanup. Michael Drake 2012-10-11 14:38:10 +0100
  • 25cacb19c8 Ensure correct error type is returned. Michael Drake 2012-10-11 14:21:13 +0100
  • 93ee8f48c1 Fix dead store. Michael Drake 2012-10-11 14:11:49 +0100
  • 5f7a3a7ada Widget can't be NULL. Michael Drake 2012-10-11 14:07:22 +0100
  • c8263d299e Tree can't be NULL. Michael Drake 2012-10-11 14:06:48 +0100
  • 211e3ac414 Fix leak. Michael Drake 2012-10-11 13:16:07 +0100
  • 167336cce2 Iframes have to have a parent content. Michael Drake 2012-10-11 13:06:51 +0100
  • 5d2d7d579e Squash warning. Michael Drake 2012-10-11 12:58:11 +0100
  • 9219e90587 Pass right URL to urldb. Michael Drake 2012-10-11 12:56:47 +0100
  • 8c8e9cc7e6 lwc_string_isequal takes a bool for result. Michael Drake 2012-10-11 12:52:47 +0100
  • e2a714acb0 Fix warnings. Michael Drake 2012-10-11 12:48:15 +0100
  • 045905b93e Fix some build warnings. Michael Drake 2012-10-11 12:09:48 +0100
  • eecb074f7b Fixup for URLdb. Michael Drake 2012-10-11 12:03:36 +0100
  • 20425b6914 Ensure non-void functions have a return at the end, even though it shouldn't get there, to squash warning. Michael Drake 2012-10-11 11:58:27 +0100
  • d3970e501a More fixup. Michael Drake 2012-10-11 11:47:48 +0100
  • 6cea9a3c09 Fixup for urldb change. Michael Drake 2012-10-11 11:44:14 +0100
  • a668f327ba Merge branch 'master' of git://git.netsurf-browser.org/netsurf Michael Drake 2012-10-11 11:21:27 +0100
  • d9e7d58106 Fix up ripples from urldb change. Michael Drake 2012-10-11 11:20:02 +0100
  • 43724acf94 Fix bug #3576005: partial file means finished, not error. John-Mark Bell 2012-10-10 23:48:33 +0100
  • 5a5eab9a1e Add a test for file scheme. Michael Drake 2012-10-10 18:00:47 +0100
  • 7411356b3b Merge branch 'master' of git://git.netsurf-browser.org/netsurf Michael Drake 2012-10-09 15:38:01 +0100
  • 38a9c374a4 Remove unused functions. Michael Drake 2012-10-09 15:26:32 +0100
  • af89fdb38a Fixup for nsurl urldb. Michael Drake 2012-10-09 11:20:21 +0100
  • 4fb0e9f4d6 Merge branch 'master' of git://git.netsurf-browser.org/netsurf Michael Drake 2012-10-09 11:19:08 +0100
  • 4945eeac2f Revert previous two commits now that we've diagnosed the CI hiccough Daniel Silverstone 2012-10-08 21:59:47 +0100
  • b8af038726 Throw a #warning when the CI build is detected. Sorry for the noise Daniel Silverstone 2012-10-08 21:50:12 +0100
  • 83cb1baf4f Report if we spot CI builds. Sorry for the noise Daniel Silverstone 2012-10-08 21:35:25 +0100
  • 9d29c8b48a Merge branch 'master' of git://git.netsurf-browser.org/netsurf Michael Drake 2012-10-08 20:34:34 +0100
  • ce577f4dc4 Port to new urldb API. Michael Drake 2012-10-08 20:34:04 +0100
  • 55bef354a6 Port to new urldb. Michael Drake 2012-10-08 20:33:17 +0100
  • 5d7ad9db46 Port to new urldb. Michael Drake 2012-10-08 20:32:57 +0100
  • e9b207c658 Port urldb to nsurl. Won't build since rest of NS needs ported to new urldb API. Michael Drake 2012-10-08 20:22:04 +0100
  • 1b9b870921 Add "https" lwc string. Michael Drake 2012-10-08 19:26:35 +0100
  • 5800789df2 trivial docuemntation cleanups to address some of the huge number of docuemntation warnings Vincent Sanders 2012-10-08 14:51:48 +0100
  • 953b937829 Squeeze harder Rob Kendrick (humdrum) 2012-10-08 09:52:17 +0100
  • b65ed25c32 Use squeeze John-Mark Bell 2012-10-07 22:17:18 +0100
  • 2c05bc55c5 Set SQUEEZE variable. Michael Drake 2012-10-07 20:40:01 +0100
  • 9cb4d00ea9 If you pass CI_BUILD=xxx to make, it will build a CI #xxx into the version string and also mention it in the testament Daniel Silverstone 2012-10-06 18:12:57 +0100
  • 9c1a04e279 Fix frame name allocation. John-Mark Bell 2012-10-06 16:42:58 +0100
  • 1f11f33a24 Merge branch 'master' of git://git.netsurf-browser.org/netsurf Michael Drake 2012-10-06 14:13:27 +0100
  • aeac82ff17 Remove url_parent. Michael Drake 2012-10-06 14:11:29 +0100
  • 639d2cb659 Use nsurl_parent. Michael Drake 2012-10-06 14:09:36 +0100
  • 29ad56b4b2 Use nsurl_parent. Michael Drake 2012-10-06 14:07:34 +0100
  • 40343b740d Add nusrl_parent function, to get parent path URL. Michael Drake 2012-10-06 14:06:38 +0100
  • 192b2285f5 Constify. Michael Drake 2012-10-06 00:20:26 +0100
  • a06a64686f Create a logfile when AutoInstalling with AmiUpdate Chris Young 2012-10-05 23:19:42 +0100
  • 120798b933 Fix urldbtest. Michael Drake 2012-10-05 19:30:13 +0100
  • 63adec1315 Add comment. Michael Drake 2012-10-05 19:06:24 +0100
  • 346b061d7b Remove unused #include. Michael Drake 2012-10-05 18:29:17 +0100
  • 0e23bbe911 Improve comment. Michael Drake 2012-10-05 17:29:57 +0100
  • 01f421611c Remove unused functions. Michael Drake 2012-10-05 17:29:19 +0100
  • 16bcecc378 Talloc ctx fixup. Michael Drake 2012-10-05 16:58:59 +0100
  • 3c4f4ca461 Alocate jsclass_document_priv size. Michael Drake 2012-10-05 15:06:32 +0100