Commit Graph

  • 8b1a36e2db Correctly centering lines on pixel grid if their width is even. Sven Weidauer 2011-02-26 11:14:11 +0000
  • 2a693de4df Not retaining outlets. Fixing memory leak for favicon. Sven Weidauer 2011-02-26 10:35:44 +0000
  • bccdea6026 Implemented gui_find_resource and using resource: URIs for builtin stylesheets. Sven Weidauer 2011-02-26 09:43:48 +0000
  • ceadbafcbc Clean up blank_import on exit John Mark Bell 2011-02-26 01:19:11 +0000
  • daa8697651 Parallelise fetch and conversion of imported stylesheets John Mark Bell 2011-02-26 00:58:54 +0000
  • 0925ee3cf0 oadded handler for about menu click. Ole Loots 2011-02-25 23:29:40 +0000
  • af39a7c8ae redraw % on download finish. Ole Loots 2011-02-25 23:28:24 +0000
  • a34cd9c8c6 Take CSS System Colours from the RISC OS Desktop palette at start and on mode/palette change. Need to revisit and confirm some of the mappings. Steve Fryatt 2011-02-25 23:26:36 +0000
  • 66ed6d8867 NULL check Ole Loots 2011-02-25 23:25:22 +0000
  • 0c992d61b9 typo Ole Loots 2011-02-25 23:24:02 +0000
  • 4ee38c563a added .txt file type. Ole Loots 2011-02-25 23:21:40 +0000
  • d324c0397c merged clipping parameter changes. Ole Loots 2011-02-25 23:19:56 +0000
  • 5582925052 merged clipping parameter changes. Ole Loots 2011-02-25 23:19:06 +0000
  • ac80ab3d13 merged clipping parameter changes. Ole Loots 2011-02-25 23:14:41 +0000
  • a4303a3d43 Updated preferences and search window xib to allow more space for localized text. Sven Weidauer 2011-02-25 22:23:24 +0000
  • 556030503b Translated UI strings to german. Sven Weidauer 2011-02-25 22:23:19 +0000
  • 97a0229414 Lose space: make can sometimes be picky about such things, so avoid the potential for failure John Mark Bell 2011-02-25 22:09:16 +0000
  • de74250a3e Building translated nib files if strings file exist. Sven Weidauer 2011-02-25 21:50:21 +0000
  • b1a2212a95 Fix bug #3140968: form submission with the GET method must replace the query segment of the action URL. John Mark Bell 2011-02-25 19:57:23 +0000
  • ec39ae69d6 Correct handling of action="": should submit to the document URL, not the base URL. John Mark Bell 2011-02-25 19:56:28 +0000
  • 021d3afd3e Fix comment John Mark Bell 2011-02-25 19:41:13 +0000
  • d9280e8d72 Fix bug #2076786: do not apply fallback content to failed objects John Mark Bell 2011-02-25 19:14:38 +0000
  • c419e726b1 Added 'Localizable.strings' to bundle resources and added german translations. Other languages use english original. Sven Weidauer 2011-02-25 16:20:16 +0000
  • 2bb6987d39 Prepared for localizing string literals in source code. Sven Weidauer 2011-02-25 16:20:10 +0000
  • ba20058f2c Saving bookmarks before quitting NetSurf. Sven Weidauer 2011-02-25 15:31:48 +0000
  • 2e04c57929 Fix WWW-Authenticate parsing to leave f->realm alone if there is no realm specified in the header John Mark Bell 2011-02-25 00:41:16 +0000
  • 38ec3a917d Don't consider top/left of descendant box when applying box overflow scrollbars. Michael Drake 2011-02-24 22:00:24 +0000
  • d25a88145b Make no-cache a tristate. In the case of a forced reload, we want to revalidate once only. John Mark Bell 2011-02-24 21:22:24 +0000
  • 00bf0fbd24 Revert the functional change from r11789: the no-cache directive forces us to revalidate a cached object, not reject it entirely. John Mark Bell 2011-02-24 21:06:45 +0000
  • 4f740f5a32 Ensure cache hits after a forced reload -- don't even attempt to reuse objects with the no_cache flag set (as they'll never be considered fresh, thus requiring a round trip to the server every time they're used). Instead, we'll fetch a new object, which will be considered fresh for caching purposes. John Mark Bell 2011-02-24 20:51:35 +0000
  • 9125bd1fa4 Apply margin before clear. Michael Drake 2011-02-24 15:45:10 +0000
  • b68dc734e1 Handle text-indent in layout_minmax_line(). (Fixes #3187505; scattering of social networking icons on BBC News.) Michael Drake 2011-02-24 13:46:12 +0000
  • c392e4606e Get filename for downloads from core. Sven Weidauer 2011-02-24 11:43:08 +0000
  • 6b26f77bb1 Use cache control data invalidation function everywhere we want the cache control data reset. Fix cache control data invalidation to reset the age and max_age fields to INVALID_AGE. Fix cache control data reset on encountering an HTTP response line to occur before we fill in the response time, rather than after it. John Mark Bell 2011-02-24 10:14:50 +0000
  • c74936c3e8 Castrate favicon fetching. I've lost count of how much pain this has caused. John Mark Bell 2011-02-24 00:03:19 +0000
  • 8bda9725b8 Very basic resource selection (resource: simply points to PROGDIR:Resources) Chris Young 2011-02-23 23:29:24 +0000
  • eb338c3c89 Updates required to build with previous commit Chris Young 2011-02-23 23:15:12 +0000
  • 124de0c84a Disable fast scrolling for scaled contents for now Chris Young 2011-02-23 23:11:26 +0000
  • b967824575 Improve commentary. Stop leaking object_scheme in error cases. John Mark Bell 2011-02-23 23:05:36 +0000
  • b193361d8f Make resource paths global static, as it's only used in here John Mark Bell 2011-02-23 22:58:21 +0000
  • fc09f79aa4 Remove unnecessary debug John Mark Bell 2011-02-23 22:55:39 +0000
  • 308f549f78 Fix backend fetcher poll loops John Mark Bell 2011-02-23 22:41:17 +0000
  • 79d9d6abab Get download filenames from the core. Steve Fryatt 2011-02-23 22:36:47 +0000
  • e591889566 The frontend has no business calling fetch_poll(). Stop it. John Mark Bell 2011-02-23 22:30:31 +0000
  • 0231675abf add resource handling move gtk and framebuffer to use generic resource handling Vincent Sanders 2011-02-23 22:27:55 +0000
  • b49669d17e Get filename from core Chris Young 2011-02-23 18:45:08 +0000
  • 2ef37af60c When box has no style, handle descendant calc as for overflow: visible. Michael Drake 2011-02-23 13:11:19 +0000
  • 5c2d8c35f7 Hide implementation detail John Mark Bell 2011-02-23 08:23:02 +0000
  • ec1b92cf24 Obtain download filename from the core John Mark Bell 2011-02-23 08:19:10 +0000
  • 6878eba295 Consider filename in Content-Disposition header when downloading, or generate reasonably sane default if there isn't one. John Mark Bell 2011-02-23 00:54:29 +0000
  • e8ce7bd953 Fix the build. François Revel 2011-02-22 23:50:18 +0000
  • c550ae0e69 Parser for Content-Disposition header John Mark Bell 2011-02-22 23:46:03 +0000
  • cbaada8305 Fix silly. Michael Drake 2011-02-22 22:14:22 +0000
  • 8a223ef1b2 Fix text clipping bug. Michael Drake 2011-02-22 22:07:28 +0000
  • bf77abd2f5 Fix bug #3189352: ensure vertical extent of toolbars is set correctly. Steve Fryatt 2011-02-22 21:19:23 +0000
  • e4e9c115a8 Merged Makefile Ole Loots 2011-02-22 21:10:23 +0000
  • 804aa6259e Updated package script ( reduced stack size ) Ole Loots 2011-02-22 21:08:09 +0000
  • 890d1d00fd Updated resources Ole Loots 2011-02-22 21:07:39 +0000
  • d4bb6718d6 Updated docs Ole Loots 2011-02-22 21:06:43 +0000
  • 4a80554406 Zero-pad colours in plain text output. Michael Drake 2011-02-22 15:53:12 +0000
  • 7eaa663d74 Child bbox is relative to current box. Michael Drake 2011-02-22 15:34:36 +0000
  • 7f1108df32 Child's descendant bbox only affects current box's bbox if the child has overflow:visible. Michael Drake 2011-02-22 15:12:18 +0000
  • 474cbe917e Add function to get a box's border edge bbox, and use it to find initial descendant bbox. Michael Drake 2011-02-22 14:57:04 +0000
  • 9a8341cb39 Simplify descendant bbox calculations. Michael Drake 2011-02-22 11:38:19 +0000
  • b077f15485 Reduce redraw flicker when changing URL bar extent. Steve Fryatt 2011-02-21 23:50:40 +0000
  • b445ddd6ca Fixed drawing of dotted lines. Ole Loots 2011-02-21 23:23:31 +0000
  • 593b35997b Slightly more useful behaviour if we can't handle an URL when downloading John Mark Bell 2011-02-21 21:47:55 +0000
  • 63f902e995 Fix bug #3188385: ensure that options_snoptionf terminates its output John Mark Bell 2011-02-21 21:25:47 +0000
  • 66247f5b37 Fix bug #3188376: there may be no window for a download if there were no headers or data. Additionally, ensure we clean up on error. John Mark Bell 2011-02-21 20:56:58 +0000
  • 7fb4e84c77 Fix typo so the mac port compiles Sven Weidauer 2011-02-21 18:28:28 +0000
  • cd40c260b9 Remove knockout from html_redraw, and use it in browser_window_redraw and thumbnail_redraw. Michael Drake 2011-02-21 14:48:55 +0000
  • 1b5d9f07c8 Squash warnings John Mark Bell 2011-02-20 23:41:50 +0000
  • c70ed3d5ad Ensure returned length is initialised John Mark Bell 2011-02-20 23:40:42 +0000
  • c16b6ba8fa Fix comment typo and update formatting. Michael Drake 2011-02-20 23:22:31 +0000
  • c422f860e5 Fix wrap. Michael Drake 2011-02-20 23:19:18 +0000
  • cd9c0998e9 Merge branches/stevef/toolbars to trunk. Steve Fryatt 2011-02-20 23:16:33 +0000
  • f54fc080c2 Add module namespace to options_snoptionf() Michael Drake 2011-02-20 22:38:43 +0000
  • c95460da05 Fix colour component combination for plain text output too. Michael Drake 2011-02-20 22:30:53 +0000
  • f8c5eeb70a Fix colour component combination. Render text as valid #xxxxxx too. Michael Drake 2011-02-20 22:18:35 +0000
  • 675a07083a add options display to about: scheme Vincent Sanders 2011-02-20 21:04:53 +0000
  • 2668db2024 Fix compilation Chris Young 2011-02-20 18:06:56 +0000
  • 9e8476f27f Port Amiga front end to thumbnail_redraw(). Set maximum plot size for thumbnail. Don't redraw any more of the content than we need to. Set plot scale to thumbnail scale. Note: untested. Michael Drake 2011-02-20 17:11:07 +0000
  • dbab823ddc Port Atari front end to browser_window_redraw(). Michael Drake 2011-02-20 16:17:43 +0000
  • ef18fe4384 Pass bw, not content. Michael Drake 2011-02-20 16:13:50 +0000
  • 1545c2bbae Port BeOS front end to browser_window_redraw(). Michael Drake 2011-02-20 16:07:43 +0000
  • d2deb88e3d Port Windows thumbnailer to thumbnail_redraw(). Michael Drake 2011-02-20 15:50:15 +0000
  • c78e7d9acd Make Windows intrim thumbnail aspect ratio match required bitmap aspect ratio. Increase max render width. Michael Drake 2011-02-20 15:48:27 +0000
  • 77985f4faa Use core thumbnail_redraw() function in BeOS front end. Michael Drake 2011-02-20 15:32:20 +0000
  • 0bad971aec Impose maximum constraint on BeOS intrim thumbnail size. Michael Drake 2011-02-20 15:30:23 +0000
  • a06b4b4302 Port cocoa front end to use thumbnail_redraw(). Note: untested. Michael Drake 2011-02-20 12:39:23 +0000
  • 8813181cea Use core's thumbnail_redraw(). Michael Drake 2011-02-19 22:24:36 +0000
  • a66575dfeb Remove thumbnail_create() from browser.h. Make RO front end use the core thumbnail_redraw function. Make other front ends include the right header for thumbnail_create(). Michael Drake 2011-02-19 22:17:54 +0000
  • bd48a052a3 Add core thumbnail redraw functions. Michael Drake 2011-02-19 22:15:43 +0000
  • 4cc4f6dffc Update comments. Michael Drake 2011-02-19 20:05:16 +0000
  • 0ca3e6e00e Get one timer message per signal to allow other non-scheduled events to be actioned. This fixes a curious pause upon starting NetSurf. Chris Young 2011-02-19 20:01:11 +0000
  • 3123192dfc Move timer.device stuff to schedule.c Chris Young 2011-02-19 17:19:38 +0000
  • b76ef4333a Don't crash if there's no box associated with a textarea John Mark Bell 2011-02-19 14:59:30 +0000
  • d8d0353a73 Fix bug #3184972: cope with server sending a 304 in response to an unconditional request. John Mark Bell 2011-02-17 17:50:14 +0000
  • f9f1c0c3b3 Remove padding in arrow box. Sven Weidauer 2011-02-17 17:30:36 +0000
  • d092b9ca35 Making sure history popup stays on screen. Sven Weidauer 2011-02-17 17:23:58 +0000