Commit Graph

  • ef6690ad72 Stop processing headers and sending FETCH_HEADER if fetch was aborted. James Bursa 2008-05-31 16:52:37 +0000
  • b9bce3fa31 Fix freeing of etag data. James Bursa 2008-05-31 15:52:22 +0000
  • b4621337e8 Fix native RISC OS build. Thanks joty. Michael Drake 2008-05-31 14:39:50 +0000
  • f4be61553c Fix handling of cache control data John Mark Bell 2008-05-30 11:09:50 +0000
  • ae992eab4d Add new fetch callback FETCH_HEADER for headers and move as much header parsing as possible from fetch_curl.c to fetchcache.c. This simplifies fetch_curl.c and will make it possible to store response headers in future. James Bursa 2008-05-30 04:11:16 +0000
  • a76164ab51 Wrap very verbose logging with #ifdef, so as to silence it. John Mark Bell 2008-05-29 19:32:31 +0000
  • b27e277eaa Fix desensitisation of reload menu entry John Mark Bell 2008-05-29 12:31:07 +0000
  • e17b53bc02 Fix clipping. John Mark Bell 2008-05-29 11:17:30 +0000
  • 601c02f08b Drop support for non-cairo plotting. Implement path plotter. John Mark Bell 2008-05-29 11:03:13 +0000
  • 287e6b2395 Recurse into <area> and <a>, too. John Mark Bell 2008-05-28 20:05:30 +0000
  • e004e0e745 Squash more warnings. John Mark Bell 2008-05-26 10:46:45 +0000
  • f7bc0cf850 Squash warning John Mark Bell 2008-05-26 10:41:46 +0000
  • 7a2454a40a Fix callback prototype John Mark Bell 2008-05-26 10:40:00 +0000
  • b1c8ab83f2 Lose redundant function John Mark Bell 2008-05-26 10:37:10 +0000
  • 50f520379b warnings.squash(); John Mark Bell 2008-05-26 10:34:47 +0000
  • 9b73dce1fd Update optimisation/warning flags Daniel Silverstone 2008-05-26 10:16:01 +0000
  • 4d343e3c6d Fix debug build some more. Disable optimisation for debug build. John Mark Bell 2008-05-25 23:57:34 +0000
  • b53f36ebc2 Add TARGET=debug and fix the debug build. James Bursa 2008-05-25 23:28:06 +0000
  • 70da04d69e Simplify code using xmlDocGetRootElement(). James Bursa 2008-05-25 22:31:42 +0000
  • 793d466edf - introduction of SLEN() - enforce result of url_normalize() being NULL on failure - plug memory leak when url_normalize() fails John Tytgat 2008-05-25 15:51:30 +0000
  • e89c346573 Remove .cvsignore. John Tytgat 2008-05-25 15:23:51 +0000
  • 3f6d2a9f0c Contribution from Philip Boulain <prb@ecs.soton.ac.uk>: John Tytgat 2008-05-25 15:04:22 +0000
  • 497372c257 Add .PHONY line. Suggestion from Philip Boulain prb@ecs.soton.ac.uk John Tytgat 2008-05-24 12:20:57 +0000
  • c24b426881 No longer suppress the default Accept: header. This fixes all those sites that brokenly assume that it's required and thus break when the client doesn't send one (here's looking at you royalmail.com). libcurl's default Accept header is "*/*", which is semantically equivalent to not sending a header at all (no header implies the client accepts all content types). John Mark Bell 2008-05-24 10:09:02 +0000
  • 5979083a16 Unescape URL before attempting to read filetype John Mark Bell 2008-05-24 01:19:21 +0000
  • 2b79c34977 Squash warning John Mark Bell 2008-05-23 14:17:31 +0000
  • a16586c9b7 Use local filetype directly, if we're "downloading" a local file John Mark Bell 2008-05-23 13:29:37 +0000
  • b30fde8b21 Use CCACHE if available on non-riscos host platforms Daniel Silverstone 2008-05-19 13:36:32 +0000
  • 181573d081 Fix bitmap format comment. Michael Drake 2008-05-16 23:04:41 +0000
  • fbb483e0ff Fix type of value_was_quoted member of cookie_data struct. John Mark Bell 2008-05-16 10:27:01 +0000
  • b15a6af3d2 s/wchar_t/uint32_t/g We always assumed that the keycode type was 32bits wide, anyway. wchar_t isn't guaranteed to be that big, so isn't remotely portable. John Mark Bell 2008-05-16 09:37:22 +0000
  • baca6796eb Ensure we've got a definition for size_t John Mark Bell 2008-05-14 10:23:22 +0000
  • dd54de03de Remove keypress restrictions from icon validation strings. At some point in future we should do this properly by having the validation string change dynamically as appropriate. John Mark Bell 2008-05-13 23:31:21 +0000
  • 1f2219aead Make this obey WITH_MNG correctly -- previously included libmng.h regardless John Mark Bell 2008-05-13 21:38:30 +0000
  • 23fb72ea6b The core code has always assumed a locale of "C". John Mark Bell 2008-05-13 14:37:44 +0000
  • 74a1095cd6 Remove unnecessary includes John Mark Bell 2008-05-11 10:09:44 +0000
  • ab62e61b55 Fix RO5 IconSprites John Mark Bell 2008-05-11 10:04:11 +0000
  • 301d71385d Correct file types John Mark Bell 2008-05-10 12:03:45 +0000
  • e6416eed54 Fix IconSprites on RO6 John Mark Bell 2008-05-10 11:59:09 +0000
  • 239ac40bd7 Add NetSurf Scrap/Choices directory openers. Michael Drake 2008-05-10 11:12:19 +0000
  • 6d4e871260 Require C99 SCL in Run file. Provides a friendlier error message than "Integer too big for SharedCLibrary" when attempting to load modules that require either a 32bit or C99-capable SCL (e.g. AcornURI or Iconv) John Mark Bell 2008-05-04 19:04:03 +0000
  • cc9ab23b04 Add html extensions to minimal MIME type hash John Mark Bell 2008-04-28 11:08:35 +0000
  • 7e28ca26d1 Accomodate text area scrollbars in fixed widths. Fix radio button / checkbox issue. Michael Drake 2008-04-25 14:57:36 +0000
  • 4110152a62 Change handling of form element widths / heights. Michael Drake 2008-04-25 14:15:18 +0000
  • fc4e39f5b8 Make floats that follow a cleared float heed the clear. Fixes position of search form on BBC homepage. Michael Drake 2008-04-23 18:49:11 +0000
  • e6e0fa0b32 Maybe fix table layout problem caused by r4100. Michael Drake 2008-04-23 10:45:46 +0000
  • c4146fb8ff Fix absolute positioning when there's a float between the box and its containing block. Michael Drake 2008-04-21 22:02:33 +0000
  • 05e8696fc4 Improve handling of absolutely positioned table cells. Corrects positioning of "Weather" box contents on BBC homepage. Michael Drake 2008-04-20 15:49:25 +0000
  • c5da2c906c Don't change URL bar contents until we've actually fetched the page. John Mark Bell 2008-04-19 11:13:56 +0000
  • dc85ddb0a8 Launch redirects to unsupported URLs in other applications. John Mark Bell 2008-04-19 11:07:42 +0000
  • 60c90f89b8 Fix comment typos. Michael Drake 2008-04-14 08:28:55 +0000
  • a2616bbfe7 Fix makefile for save text. Remove redundant ifdef. Michael Drake 2008-04-13 22:23:04 +0000
  • 48431f9674 Remove text export build config option. Tidy up save_text code. Michael Drake 2008-04-13 21:58:43 +0000
  • 5c8406bf8b Rewrite text export to use box tree. Improves output formatting. Simplify selection saving. Michael Drake 2008-04-13 18:21:22 +0000
  • 78c22d4171 Tidy and update comments. Michael Drake 2008-04-11 17:51:43 +0000
  • 3bd3a811c2 Improve selection of text in floats. Michael Drake 2008-04-11 15:52:56 +0000
  • 84cd9a655f Improve click handling in text inputs. Michael Drake 2008-04-08 12:40:05 +0000
  • 90e061c6a9 Updated comments on RISC OS HOST determination issue. John Tytgat 2008-04-07 23:13:06 +0000
  • f3d968bfc0 Native RISC OS building: create sym file in the build directory instead of current directory. John Tytgat 2008-04-07 19:13:11 +0000
  • 59641def82 const fixes in plotters and history core Rob Kendrick 2008-04-07 11:15:09 +0000
  • 79acb8b08c Further fixes for unsigned int being used as an intptr Rob Kendrick 2008-04-07 10:37:21 +0000
  • 7614b26944 Fix assumption that int is the same width as a pointer Rob Kendrick 2008-04-07 10:23:18 +0000
  • 384327a279 Default size for textareas. Michael Drake 2008-04-07 09:03:21 +0000
  • 8b2a23081f Various text selection improvements: + Fix redraw bug where parts of old selections would get left behind + Enable selection of list marker boxes (bullet points and numbers) + Improve formatting of copied-to-clipboard or saved text selections + Select click anywhere outside current selection now clears current selection Michael Drake 2008-04-07 09:00:21 +0000
  • 8de0baae0b Improve formatting of copied/saved text from text selections in PREs. Improve formatting in other odd cases too. Michael Drake 2008-04-02 18:23:42 +0000
  • 7b1c0bde45 I want a symbol list, thank you Adrian Lees 2008-04-02 01:15:22 +0000
  • 0d39c69763 - riscos/gui.c(path_to_url): escape the characters which need to be escaped when converting the host path to file: URL. - utils/{url.c,url.h}(url_escape): * added parameter 'toskip' to specify number of input characters which need to be skipped in the escape process. This avoids extra malloc buffer juggling. * added parameter 'escexceptions' to specify the characters which need to be excluded from the escape process. John Tytgat 2008-04-02 00:43:51 +0000
  • 4b7c105afc Remove useless private UnixLib include. John Tytgat 2008-04-01 19:44:57 +0000
  • d12357c9a3 Remove unused variable. Update copyright. Michael Drake 2008-03-31 22:22:14 +0000
  • 13b1c0d379 Suppress the box->space spaces after BRs in copied/saved text selections. Michael Drake 2008-03-31 21:52:12 +0000
  • 421be3633e Fix crash when attempting to dump non HTML content (Dobos D. Calin) John Mark Bell 2008-03-31 19:10:19 +0000
  • 62ca5e3e11 Tidy up. Michael Drake 2008-03-31 18:59:23 +0000
  • 5def4f5e0c Fix formatting of copied or saved text selections. Michael Drake 2008-03-31 18:04:36 +0000
  • 8ec3958b04 Ensure adjust drags before selection adjust selection start point. Michael Drake 2008-03-30 00:06:16 +0000
  • ba18c56123 Restructure and update. Michael Drake 2008-03-29 23:26:37 +0000
  • 05dca28d58 Selection adjustments always change the selection end when click is inside the existing selection. Michael Drake 2008-03-29 22:26:04 +0000
  • 83a83757ab Only record that the HTML alignment was set by a table element if it is actually set. Michael Drake 2008-03-29 19:51:00 +0000
  • e1cfaa91de Add support for more GTK accelerators: num pad equivalents, as well as ctrl= for zoom in James Shaw 2008-03-29 17:51:45 +0000
  • 0da3848703 Fix build with WITH_NSSPRITE undefined John Mark Bell 2008-03-29 14:42:39 +0000
  • f975c2e53b Pedantic typo fix John Mark Bell 2008-03-29 14:41:40 +0000
  • 0ab7a1bd37 Fix instructions on disabling librosprite. Move #include for when librosprite isn't installed James Shaw 2008-03-29 14:34:21 +0000
  • 99dea0939b Fix typo James Shaw 2008-03-29 13:48:15 +0000
  • 0612813103 Update docs with instructions for building or disabling librosprite. James Shaw 2008-03-29 13:46:24 +0000
  • 9402e110e9 Implement sprite support for GTK using librosprite James Shaw 2008-03-29 13:30:04 +0000
  • 2a5ffe493e Add content/fetchers to Doxygen config Rob Kendrick 2008-03-27 21:28:37 +0000
  • 1c15bd71f7 Make GTK thumbnail creation more robust, return false when unable to create pixmap for thumbnail. Rob Kendrick 2008-03-25 11:42:59 +0000
  • 014168da4d Fix typo Mention potential need to make clean after build failure due to missing dependencies John Mark Bell 2008-03-25 04:48:46 +0000
  • aefa03aed9 Save non-opaque images with a proper mask/full alpha channel Adrian Lees 2008-03-24 01:35:13 +0000
  • 175395b52d Tidy up when drag save aborted (fixes assert when dragging URL to same window) Adrian Lees 2008-03-23 06:07:40 +0000
  • 084bcd631a Ensure 'tracking window' defined when starting selection Adrian Lees 2008-03-23 06:06:44 +0000
  • 2fd567590c Added missing initialiser Adrian Lees 2008-03-23 06:05:40 +0000
  • 4347246eec Deal with $(shell ...) being successful on RISC OS and uname -s not returning "riscos" John Mark Bell 2008-03-23 00:59:09 +0000
  • 6aaa14e728 Add box tree dump saving, create 'debugging' sub menu to put this and debug rendering option in. Make debug rendering option cause all open windows to redraw. Rob Kendrick 2008-03-22 13:45:35 +0000
  • c95b8ea927 Fix clicking to the RHS of text box widgets - now places caret in correct position. Thanks to Dobos D.Calin <calin.dobos@info.uaic.ro>. The second part of this patch has not been included, pending further investigation. Rob Kendrick 2008-03-22 12:11:09 +0000
  • 0588417b3c Add GCCSDK 4 support (cross-compile, static ELF only atm); Ignore codedocs directory during 'svn status'. John Tytgat 2008-03-22 00:49:56 +0000
  • b8d548d152 Update GTK docs. Michael Drake 2008-03-21 23:47:23 +0000
  • 39fcb0ac79 css/parser.out is an intermediate file too. Remove it during clean target. John Tytgat 2008-03-21 23:39:58 +0000
  • 37830c958e Mention how to change the default home page, and fixed a posterior-related typo. Rob Kendrick 2008-03-21 23:36:00 +0000
  • cc47a7769f Add simple document with UNIX packaging suggestions Rob Kendrick 2008-03-21 23:29:07 +0000
  • 93d46bbe2a - Prefix OBJROOT with "build-" (which is then followed by build platform id + NS target plotter). - Update list of objects to be ignored at 'svn status' time. John Tytgat 2008-03-21 23:09:53 +0000