Commit Graph

  • 20ae506d25 Add the icons to the BeOS resources. François Revel 2011-05-07 22:03:17 +0000
  • dd43363d57 Add internal.css to OSX resources. This fixes the dirlist display. François Revel 2011-05-07 18:37:07 +0000
  • e679fc7bf5 Fix BeOS build after the content_factory merge. François Revel 2011-05-07 17:17:54 +0000
  • 27d4350054 Register additional MIME types for DataTypes Default file contains all image MIME Types NetSurf is capable of handling natively (plus JPEG2000) to ensure disabling features in NetSurf won't lose support. Chris Young 2011-05-07 11:09:23 +0000
  • 0cc1dade3c When passed WITH_MACPORTS to make, add /opt/local/{include,lib} to the search paths for Cocoa builds. François Revel 2011-05-06 23:58:58 +0000
  • 6b0982c2e3 Partial Cocoa build fix: missing definition of NOF_ELEMENTS. François Revel 2011-05-06 23:37:38 +0000
  • 208363fe2a Rename DataTypes related code/files/defines to avoid confusion and aid adding support for other DataType classes. Disable MNG/WebP by default as they aren't common and the required libs are quite large; DataTypes can handle these formats for now. Chris Young 2011-05-06 22:42:37 +0000
  • e71691bae8 Merge branches/jmb/content-factory to trunk John Mark Bell 2011-05-06 20:40:09 +0000
  • e77b1a2955 Allow the user to set screen resolution in DPI in preferences Chris Young 2011-05-02 16:18:00 +0000
  • da20605385 Correct width of the em-square for non-72dpi settings Fix warnings Chris Young 2011-05-02 10:33:16 +0000
  • 08dcfc0c44 Every five minutes, close any fonts not used in the last five minutes Chris Young 2011-05-01 11:59:08 +0000
  • 37854d1575 Better logging Chris Young 2011-05-01 08:53:51 +0000
  • 56482725b6 If a designed font is defined but not available, error out Chris Young 2011-05-01 08:49:00 +0000
  • 11a0284427 Don't open fonts until they are needed Chris Young 2011-04-30 19:05:11 +0000
  • 003f3537c6 Ensure selection drags to NetSurf text boxes are always UTF-8 Chris Young 2011-04-30 11:21:14 +0000
  • 9f9436bf40 Ensure drags to string gadgets are in local charset Chris Young 2011-04-30 11:11:34 +0000
  • ebd0145eaf Convert _from_ UTF-8 and translate the converted string, not the original Chris Young 2011-04-30 11:05:47 +0000
  • 7fd6597468 Avoid crash if conversion to local charset fails. Attempt to convert nbsp to normal spaces when converting to local charset for clipboard Chris Young 2011-04-30 10:54:02 +0000
  • 1518543c22 Fix DSI when drag saving Allow selection drags to URL and search gadgets Chris Young 2011-04-29 18:15:20 +0000
  • 1304964f92 Reduce number of page reflows and viewport redraws as images are fetched: + Flag known-sized boxes generated by images. + Treat them as replaced all through layout. + Only reflow the document for fetched images if we don't already have the box at the right size. Michael Drake 2011-04-27 13:50:49 +0000
  • d0e7a5ecac Skip command line arguments starting with - (including the annoying -psn_0_... one when launched from Finder). François Revel 2011-04-26 22:40:17 +0000
  • 06f80d731f Accept urls as arguments to the OSX binary and open them in different windows. François Revel 2011-04-26 15:38:28 +0000
  • 769011911c Optimise first pass of layout. Reduces number of nsfont_width calls by up to the page's word count. Michael Drake 2011-04-26 15:03:44 +0000
  • ae851630ec Documentation update: softstyles Chris Young 2011-04-25 17:45:32 +0000
  • 06213b4dd2 Make Y DPI a configurable option. Default is 72 (AmigaOS standard) Chris Young 2011-04-25 17:43:22 +0000
  • 45778bbb36 Improved path conversion for DOS Filesystems. Ole Loots 2011-04-23 20:09:24 +0000
  • 8d2bb4bd3a Change how blocks are positioned vertically (esp. margin handling). Michael Drake 2011-04-22 21:57:18 +0000
  • 9fef803d1a Even less debug output. François Revel 2011-04-22 17:59:00 +0000
  • be16cd70c5 Fix treeview display Chris Young 2011-04-22 17:17:05 +0000
  • 93d4939787 Logically, this ratio should be x/y not y/x Chris Young 2011-04-22 17:00:27 +0000
  • 0a24f4dbca Aspect-corrected font DPI (files missing from previous commit) Chris Young 2011-04-22 16:54:11 +0000
  • 1bc9a86109 Aspect-corrected font DPI. Needs testing on a mode with non-square pixels and on a widescreen monitor. Chris Young 2011-04-22 16:48:29 +0000
  • 83914b9c3e Set font DPI from nscss_screen_dpi to ensure it is always in sync Reset font DPI when opening screens to allow us to correct for aspect ratio in the future Chris Young 2011-04-22 16:06:46 +0000
  • b14edfdd5a Also add softstyle for italics Move the values into defines at the top of the file to make them easier to change Chris Young 2011-04-22 15:30:16 +0000
  • ed5d8d0dba Use bold softstyle when no designed bold font is defined Chris Young 2011-04-22 14:53:56 +0000
  • b5f94b26dc Apply same hack for :before as for :after John Mark Bell 2011-04-22 14:48:54 +0000
  • c737dbd5f8 Use PROGDIR: instead of current dir when setting the path to the executable for AmiUpdate Chris Young 2011-04-22 13:55:25 +0000
  • c64bd92922 Tone down debug output a bit. François Revel 2011-04-22 10:58:28 +0000
  • 9785c6ff3d Simpliefied scheduler timeout. Ole Loots 2011-04-22 10:42:53 +0000
  • 8d5091fab7 Added option for knockout rendering. Ole Loots 2011-04-22 10:42:04 +0000
  • 0cec5e0d07 Added option for knockout rendering. Ole Loots 2011-04-22 10:41:42 +0000
  • dc0cbe8dcd fix pkgconf error when called for clean target Vincent Sanders 2011-04-22 10:17:00 +0000
  • a729299ab5 Rudimentary sanitisation of uname -s John Mark Bell 2011-04-22 09:00:24 +0000
  • 96c42ff9e0 remove executable bit from italian translations Vincent Sanders 2011-04-21 21:49:25 +0000
  • 2249dbaf9a Restore some Adjust-double-click functionality to RO treeviews. Steve Fryatt 2011-04-18 23:03:45 +0000
  • 4e7235a92f Moved mouse movement handling into window event handlers, updated resources, updated todos, implemented treeview + hotlist Ole Loots 2011-04-10 21:52:07 +0000
  • 8723876bd5 cleanup, fixed invalid option name (downloads_path) Ole Loots 2011-04-10 21:49:27 +0000
  • 9520ad67fe cleanupd & comments, fixed clipping of mfdb's Ole Loots 2011-04-10 21:47:59 +0000
  • ac97eac0cf file not changed, commiting the change anyway ;) Ole Loots 2011-04-10 21:46:05 +0000
  • a0f2fcf740 removed MFDB_STRIDE macro ( moved to plotter.h) Ole Loots 2011-04-10 21:44:25 +0000
  • 90c2d50d16 added some comments Ole Loots 2011-04-10 21:43:22 +0000
  • 11dba4e9ee Removed nonsense include. Ole Loots 2011-04-10 21:42:38 +0000
  • 649e4bc1a0 Script to create a resources dir in the build tree, for running NetSurf from the build tree or running makepackage (which assume a resources dir with the appropriate links in place) Chris Young 2011-04-09 21:44:53 +0000
  • f55474bf78 Make strchrnul stupid. John Mark Bell 2011-04-08 07:18:27 +0000
  • ff60007458 Fix build with NDEBUG defined John Mark Bell 2011-04-03 22:23:14 +0000
  • 2ca6e9a3e6 split out drawable window handling extensive cleanups fix localhistory Vincent Sanders 2011-04-03 22:01:37 +0000
  • 74ffc40e92 move logging initialisation Vincent Sanders 2011-04-02 13:05:55 +0000
  • a65d235a17 modern debian no longer links the math library bt default Vincent Sanders 2011-04-02 08:24:13 +0000
  • ad12c46af5 remove extraneous logging fix windows path_to_url coping with NULL input and allocation errors. remove forced verbose logging Vincent Sanders 2011-03-29 20:50:31 +0000
  • 402aaeb368 make windows frontend use Vincent Sanders 2011-03-29 20:38:40 +0000
  • 27ce150648 Remove silly -x Daniel Silverstone 2011-03-29 19:34:20 +0000
  • 229f70fa76 Fix bug #3156695: apply scrollbar from r12128 to all treeview windows. Steve Fryatt 2011-03-28 21:49:24 +0000
  • c3b7669ad4 Fix bug #3253090: don't schedule updates of the cookie tree John Mark Bell 2011-03-28 21:33:16 +0000
  • af0583f8a7 Enable the ask overwrite checkbox so it can actually be changed, correct the gadget ID so it works and swap clipboard and search bar options as it makes the interface look neater Chris Young 2011-03-26 22:35:41 +0000
  • e7f9e93cc6 make teh GTK frontend build on -DG_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES -DPANGO_DISABLE_DEPRECATED -DG_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DGTK_MULTIHEAD_SAFE Vincent Sanders 2011-03-26 20:56:59 +0000
  • f832eea7fa copy documentation Chris Young 2011-03-26 16:59:40 +0000
  • 757ad3cb02 Remove unused ColorMap to CLUT function Chris Young 2011-03-26 10:36:25 +0000
  • 14d6826685 Implement ask overwrite Chris Young 2011-03-26 10:33:58 +0000
  • 2c55af59de Finally fix initial layout size. Tested on wine, XP, vista and windows 7 Fix teh stupid always on top unintended behaviour Vincent Sanders 2011-03-25 23:32:46 +0000
  • aacd1d1d93 Italian translation by Samir Hawamdeh Chris Young 2011-03-25 15:16:03 +0000
  • 9d2699c6dd Remove "search from url bar" as it doesn't do anything. Move clipboard group into vacated space Chris Young 2011-03-25 00:34:00 +0000
  • 75744612b5 make windows about window functional make url bar font more acceptable Vincent Sanders 2011-03-25 00:14:34 +0000
  • 1c3ff8db7c Fix crash when adding to hotlist Chris Young 2011-03-24 19:34:59 +0000
  • 1c91a23c77 Force SSLCert pane to have a horizontal scroll bar and ensure initial extent calculation. Steve Fryatt 2011-03-24 00:09:49 +0000
  • 8ea109784c Fix bug #3238151: reinstate filename sanitisation and extension stripping John Mark Bell 2011-03-23 20:59:43 +0000
  • 237a62a9e7 Fix bug #3238323: pass correct context pointer for html_object_callback John Mark Bell 2011-03-23 20:39:18 +0000
  • 7d978f46fd Improve icon resource to contain all standard sizes and depths Vincent Sanders 2011-03-22 22:37:02 +0000
  • 1a47f49bdc Fix testament rule for cocoa's build system's prefixed paths Daniel Silverstone 2011-03-22 12:42:30 +0000
  • 15760b0960 Try encouraging the auto-build of testament a little harder Daniel Silverstone 2011-03-22 12:04:02 +0000
  • d2174fa8cc Change rsrc: fetcher to check the mime type of resources from the extension. Add needed resource to get about: working. François Revel 2011-03-21 21:15:58 +0000
  • 0d534e8c47 Fix compilation Chris Young 2011-03-21 20:28:33 +0000
  • 63416f3332 Use webp.library instead of libwebp.so Chris Young 2011-03-21 19:46:04 +0000
  • 06764ea9f0 add control of fbtk text widget padding Vincent Sanders 2011-03-21 07:51:37 +0000
  • 7ec2cc7f8e Update to use official libwebp 0.1 Remove libvpx references as no longer needed. Chris Young 2011-03-20 23:32:44 +0000
  • 99ef43c9fe Thanks to AtFact Ole Loots 2011-03-20 22:45:09 +0000
  • 740d3298fa Added missing prototypes. Ole Loots 2011-03-20 22:43:07 +0000
  • ea0e023e37 added resource: handling, gui_poll now checks for browser_reformat_pending Ole Loots 2011-03-20 22:41:29 +0000
  • 2e8d22b83d Allocate window title string memory dynamically. Ole Loots 2011-03-20 22:38:32 +0000
  • 7f38f0f70e Removed special handling of non html content, added sanity checking for scroll requests. Ole Loots 2011-03-20 22:33:56 +0000
  • b24b7d8de4 When using onscreen plotter: Collect nsfb internal font characters into a single bitmap instead of plotting each character. Ole Loots 2011-03-20 22:28:53 +0000
  • dad9306e2a print caret at scroll position netsurf believes the page is at, rather than where the gui says it is Chris Young 2011-03-19 22:40:02 +0000
  • e8ca07b0dc Redraw the area under a caret when it is cleared, rather than relying on a potentially out-of-date off-screen copy of what used to be there. Chris Young 2011-03-19 13:00:45 +0000
  • fff2520409 commandline option setting Vincent Sanders 2011-03-18 21:58:29 +0000
  • 48b374736a Various changes to about: content markup. Added me to LibNSFB bit. Michael Drake 2011-03-18 12:10:15 +0000
  • 4563b7ea5a Don't add NetSurf as FTP (launch-)handler. Probably need to document how to add another app to handle FTP though, as it's not obvious but could be useful. Chris Young 2011-03-17 23:17:05 +0000
  • ef02bcc122 Enable fast scrolling for non-HTML contents Chris Young 2011-03-17 23:13:50 +0000
  • fea411b71e Fix BeOS build: - missing include, - use css_computed_color() accessor instead of struct css_computed_style member as it's now opaque to us. François Revel 2011-03-17 20:53:59 +0000
  • d86e8b49c4 Remove what should now be redundant special casing of text/plain. Michael Drake 2011-03-17 18:53:04 +0000
  • ad2116a730 Handle scaled rendering of text/plain with plot origin offset too. Michael Drake 2011-03-17 18:49:25 +0000
  • ff600fbf8c Fix text/plain rendering's plot range calc to take account of vertical plot offset (y). Michael Drake 2011-03-17 18:15:32 +0000