Commit Graph

  • f9d10d83bd Add test for purely numeric subdomains (currently fails) John Mark Bell 2011-01-12 08:40:48 +0000
  • 4cd21d9934 Fix testsuite John Mark Bell 2011-01-12 08:40:08 +0000
  • e66211f669 Added missing font copy command Ole Loots 2011-01-10 23:55:39 +0000
  • 5f62669c20 Added realpath() for plain TOS systems. Ole Loots 2011-01-10 23:51:52 +0000
  • ae44623e0d Remove unused include. James Bursa 2011-01-09 21:39:49 +0000
  • 40a034b08f Don't clear floats if there aren't floats to clear. Michael Drake 2011-01-09 19:09:30 +0000
  • 4f75b67cdd Copy correct libxml Chris Young 2011-01-09 16:41:17 +0000
  • 0818ae160e Remove unnecessary assertion (we've already handled the NULL case) John Mark Bell 2011-01-09 13:02:03 +0000
  • a145763c1d Remove redundant computation. Fix nsfont_split to actually conform to its API and not return split points in the middle of character byte sequences. John Mark Bell 2011-01-09 00:52:00 +0000
  • fe291f87d9 Ensure top margin is affects static position in particular case. Michael Drake 2011-01-09 00:09:57 +0000
  • 3368407d9e Document font APIs -- specifically, string lengths are specified in bytes, not characters John Mark Bell 2011-01-09 00:02:47 +0000
  • 6b544e94b9 Include OS3 support header John Mark Bell 2011-01-08 23:00:33 +0000
  • b85fcf590f Table top/bottom margin is 0px when computed value is 'auto'. Michael Drake 2011-01-08 17:34:45 +0000
  • 7cde13feee Partially support 8-bit icons for superimpose Fix memory leak Chris Young 2011-01-08 00:08:47 +0000
  • 360f20b287 ami_superimpose_favicon isn't dependent on Amiga icon loader Chris Young 2011-01-07 23:47:21 +0000
  • 8aaa55a5ac #defines for icon.library v51 Chris Young 2011-01-07 23:45:17 +0000
  • 90fb7362c5 Use base type for gfxbase Chris Young 2011-01-07 18:21:01 +0000
  • aec29351a6 Ensure we poke the favicon as soon as an HTML content reaches the browser window. This is the earliest we can safely do this, otherwise STOP etc. can cause problems. Daniel Silverstone 2011-01-07 14:23:14 +0000
  • 1335ffd488 Make the default favicon a desaturated netsurf logo Daniel Silverstone 2011-01-07 14:16:33 +0000
  • 1ca13118a8 Ensure that if we're given no icon (or can't generate one) we default to the system-default favicon Daniel Silverstone 2011-01-07 14:13:40 +0000
  • 0bfafb51a6 New tabs should be (assuming not blank) my-home-page/netsurf-home-page rather than current URL Daniel Silverstone 2011-01-07 13:36:05 +0000
  • 29321bf3bd Ensure we only update the favicon rendering when the icon being updated is the one in the active tab. Daniel Silverstone 2011-01-07 13:20:47 +0000
  • 234301ad23 Fix silliness Daniel Silverstone 2011-01-07 13:14:06 +0000
  • d00c5b0cd5 Add CONTENT_MSG_FAVICON_REFRESH and emit and handle it appropriately. Animated favicons now work Daniel Silverstone 2011-01-07 13:10:20 +0000
  • e6f33ef6ef Add cheating redraw bypass for gifs, so we can cause animation updates Daniel Silverstone 2011-01-07 13:09:53 +0000
  • 4b4db144f0 Ensure that we only set done once, but that we do reformat if we're updated. (First stage to animated favicon) Daniel Silverstone 2011-01-07 12:40:57 +0000
  • 72683554b4 Only consider a favicon for redraw/done if an event *caused* it to become ready Daniel Silverstone 2011-01-07 12:12:47 +0000
  • 68f8fa1059 Include OS3 support header Squash warning about implicit declaration of free() John Mark Bell 2011-01-07 00:14:37 +0000
  • 7f62710772 Include os3support header John Mark Bell 2011-01-06 23:56:03 +0000
  • 64b26c85a3 More #ifdef __amigaos4__. This is getting a little messy. John Mark Bell 2011-01-06 23:50:50 +0000
  • 8cd854cfd5 Define __USE_BASETYPE__, makes thumbnail.c compile again on OS4. GfxBase changes will need to be made to other files in the same manner. Chris Young 2011-01-06 23:46:50 +0000
  • 4f8a44af35 Copy correct files Chris Young 2011-01-06 23:45:53 +0000
  • b27b9fbf58 Fix compilation when WITH_AMIGA_ICON is not defined John Mark Bell 2011-01-06 23:43:06 +0000
  • bcc0c0fde9 Make thumbnail.c compile for AmigaOS3 John Mark Bell 2011-01-06 23:34:56 +0000
  • d83f683e96 Sprinkle some #ifdef __amigaos4__ around John Mark Bell 2011-01-06 23:17:17 +0000
  • b5e989487c AmigaOS 3 support John Mark Bell 2011-01-06 23:05:00 +0000
  • 749dfa52ba Completion of first-letter and first-line pseudo element computed styles is not handled yet. Michael Drake 2011-01-06 11:11:47 +0000
  • 30a92ed4e6 remove malloc.h anachronism Vincent Sanders 2011-01-06 09:24:14 +0000
  • d235d53dfc Fix include directive -- case matters now John Mark Bell 2011-01-06 01:16:11 +0000
  • 3fcb02afa1 Revert r10650/1. We no longer require noisy fetch/cache logging. John Mark Bell 2011-01-06 00:31:54 +0000
  • 77ea8a8d63 Always want inline style now (also prevents use of an uninitialised variable) John Mark Bell 2011-01-05 22:38:37 +0000
  • 124e4cd788 Atari frontend (credit: Ole Loots) John Mark Bell 2011-01-05 21:02:22 +0000
  • 9422e6dad0 Remove redundant validation -- if you successfully obtain a css_select_results object, then its base style is guaranteed to exist John Mark Bell 2011-01-05 20:14:34 +0000
  • 12a9c138e6 Fix attempt to destroy selection resutls that don't exist. Michael Drake 2011-01-05 19:53:35 +0000
  • 08ed4c207f Update to new libcss API for simultanious selection for base element and its pseudo elements. Michael Drake 2011-01-05 19:36:05 +0000
  • 027726c432 Don't create iframes for hidden or non-displayed boxes. Michael Drake 2011-01-05 01:26:29 +0000
  • 426afc91e1 Disable IFrames by default as they are a pop-up nightmare Chris Young 2011-01-04 22:34:04 +0000
  • 61b7c722be Implement enough support for the :after pseudo element for the widely-used clearfix CSS layout hack to work. Michael Drake 2011-01-04 21:52:43 +0000
  • f929155a40 Require Iconv 0.11 John Mark Bell 2011-01-04 20:04:20 +0000
  • 3c698793a0 Make function only used in the selection code private. Michael Drake 2011-01-04 18:02:55 +0000
  • 26a8af2cbc Look for toolchain in /opt/netsurf/arm-unknown-riscos/cross/bin in preference to /home/riscos/cross/bin John Mark Bell 2011-01-03 21:10:15 +0000
  • ba89b95888 Flag a todo John Mark Bell 2010-12-30 01:55:20 +0000
  • 2a29877374 Add iconv to the link flags John Mark Bell 2010-12-30 01:50:02 +0000
  • 79997efe4b Default toolchain location is /opt/netsurf/... John Mark Bell 2010-12-30 01:47:27 +0000
  • 625b59f61a First pass of AmigaOS 3 compatibility John Mark Bell 2010-12-30 00:53:11 +0000
  • 8a2247b3b3 Squash some warnings, don't attempt to free data we don't own John Mark Bell 2010-12-30 00:48:09 +0000
  • 27b00696a3 Back out r11152 -- we're going to do this differently John Mark Bell 2010-12-30 00:33:18 +0000
  • 71fb6f282b Sprinkle some _t suffixes around John Mark Bell 2010-12-29 23:20:04 +0000
  • e08872d7b3 Squash warning John Mark Bell 2010-12-29 23:10:25 +0000
  • 2d7144103c First cut at cross compilation support for the Amiga frontend John Mark Bell 2010-12-29 21:26:45 +0000
  • 43ce8206b7 Whee. Another runtime that doesn't support stdout = stderr. We really should stop doing this. John Mark Bell 2010-12-29 21:25:47 +0000
  • ed2fcc7121 AmigaOS 3 doesn't support IPv6, either John Mark Bell 2010-12-29 21:25:09 +0000
  • 0eb65d3344 Add some assert()s. Michael Drake 2010-12-29 20:42:00 +0000
  • a501aeaabe malloc.h is non-standard. Remove it John Mark Bell 2010-12-29 18:39:20 +0000
  • c154e7242d Fix empty tree rendering. Michael Drake 2010-12-29 16:39:23 +0000
  • 0d04658544 When fetching a local file of type data, examine the extension to determine mime type. Michael Drake 2010-12-27 14:03:45 +0000
  • 841b458f7a Add LOG() to warn_user(). James Bursa 2010-12-26 18:51:24 +0000
  • 5b754b8b1f Add LOG() to warn_user() and die(). Full implementation still needed. James Bursa 2010-12-26 18:48:11 +0000
  • 873fa857a7 Use colour options for treeview rendering. Michael Drake 2010-12-21 17:01:30 +0000
  • 710f0ce844 Add COLOUR option type. Add some colour options for rendering core interfaces. Michael Drake 2010-12-21 17:00:44 +0000
  • 2d54d7f798 Pass space down to ami_add_to_clipboard Chris Young 2010-12-20 19:06:57 +0000
  • b85b1f5ba5 Make fetch.c use new RING_COUNTBYLWCHOST Daniel Silverstone 2010-12-20 10:32:15 +0000
  • 8f734e5b7a Add RING_COUNTBYLWCHOST Daniel Silverstone 2010-12-20 10:31:59 +0000
  • 7d032d5fb7 Handy way to intersperse GDB when testing nsgtk Daniel Silverstone 2010-12-20 10:31:23 +0000
  • 699cf4ed10 Don't show a drag icon for text selection Chris Young 2010-12-20 00:21:47 +0000
  • 9a0ecd3d8a Fix framebuffer build. Michael Drake 2010-12-19 19:08:44 +0000
  • 333d202068 Remove unnecessary duplicate parameter. Steve Fryatt 2010-12-19 18:22:09 +0000
  • ae920bfb34 Track pointer on all treeview windows. Steve Fryatt 2010-12-19 18:16:14 +0000
  • ec1e826e3b Squash warning Chris Young 2010-12-19 17:33:16 +0000
  • 87592394cf Prefill incorrect login details Chris Young 2010-12-19 17:18:17 +0000
  • 1aad3b71c0 Enable knockout for tree redraw. Michael Drake 2010-12-19 16:14:06 +0000
  • 60e8d57209 Dynamically enable/disable buttons and menus Chris Young 2010-12-19 12:49:41 +0000
  • 0bd39eed21 Allow tree drag status to reflect drags within textareas. Steve Fryatt 2010-12-19 12:27:33 +0000
  • 3d62709e60 Allow snapshotting of treeview windows Chris Young 2010-12-19 12:04:35 +0000
  • 2820ff0d6f Use dashed boxes for treeview drags. Steve Fryatt 2010-12-19 10:45:13 +0000
  • 6cc0f1b24b Give macro expansion less potential for ambiguity. Steve Fryatt 2010-12-19 10:33:14 +0000
  • de5cbf9ee4 Make drag scrolls work more reliably and only within 10px of render area Chris Young 2010-12-18 23:34:56 +0000
  • 75c82c33e6 Draw tree background when there are no nodes. Michael Drake 2010-12-18 16:35:52 +0000
  • 00a18370e0 Stop empty mouse events being reported, remove spurious extra button presses Chris Young 2010-12-17 20:30:50 +0000
  • cef10de11b Don\'t pass spurious drag event data to the core treeview. Steve Fryatt 2010-12-17 17:13:34 +0000
  • d5b18c69fd Take some calculations out of line redraw loop and fix rounding error. Michael Drake 2010-12-17 14:11:06 +0000
  • 74ecfe0036 Simplify text plot position calc. Michael Drake 2010-12-17 14:07:33 +0000
  • a01f9508b0 Base treeview line height on text height, unless that's too small for the icon to fit. Michael Drake 2010-12-17 13:32:43 +0000
  • 4f03905955 Move setting of the CSS DPI to before any treeviews are created, from when the first browser window is created. Rob Kendrick 2010-12-17 13:07:38 +0000
  • bb4bda0b3a When a hotlist entry edit ends by cancelling, rather than confirming the change, end the whole edit and don't pass onto next element for edit. Michael Drake 2010-12-17 11:10:22 +0000
  • 96cb4b40e7 Allow double-clicks in main browser and middle button double-clicks in treeview Chris Young 2010-12-16 23:28:33 +0000
  • ddd677e72a Copy shared libraries too Chris Young 2010-12-16 23:04:30 +0000
  • 689123822a Apply simple weighted averaging to download rate calculations. Steve Fryatt 2010-12-16 22:09:10 +0000
  • d2b8d00cd3 Remove redundant code from drag browser_mouse_state setup. Michael Drake 2010-12-16 21:38:42 +0000
  • ccdafcc4d7 Document RISC OS front end's setup of browser_mouse_state. Michael Drake 2010-12-16 21:33:19 +0000