Commit Graph

  • ca8d2c9feb update variable names Chris Young 2011-05-11 18:34:43 +0000
  • 45be35677c Allow users to register external applications for plugin contents, and run from context menu Chris Young 2011-05-11 18:33:31 +0000
  • df081a0888 Increase pointer drag range. Setting the clamps correctly seems to cause us not to get the movement event when we hit the clamp (at least on RISC OS). Michael Drake 2011-05-11 10:36:15 +0000
  • 297f1dfebb Restore clipping rectangle before rendering scrollbars. Fixes broken rendering due to interaction between text selection and scroll. Michael Drake 2011-05-11 09:21:43 +0000
  • d41dcfa780 Fix content drags within scrollable areas. Various tidyups. Michael Drake 2011-05-11 08:34:33 +0000
  • 255c858c43 Restrict Object context submenu to CONTENT_IMAGE Chris Young 2011-05-10 23:10:53 +0000
  • 8def2d6932 fix copy/paste error Chris Young 2011-05-10 22:09:32 +0000
  • 38bcb14d77 Migrate to new MIMEtyper Chris Young 2011-05-10 19:32:21 +0000
  • 4f8995ae8d Rename scroll offset in scrollbar message data, although nothing seems to use that callback message. Michael Drake 2011-05-10 17:39:23 +0000
  • f78252fc75 Move scrollbar widget API documentation to header. Michael Drake 2011-05-10 17:30:46 +0000
  • dc9e685cde Scrollbar widget changes: Update functon parameters to have names that aren't wrong. Remove confusion and wrongness from API documentation. General source tidy. Michael Drake 2011-05-10 17:17:03 +0000
  • 2b19c144da Add function to convert MIME types to DefIcons types, and make ami_mime_compare use it Chris Young 2011-05-10 17:05:31 +0000
  • 27386a45ad Using the file name and size of an image as title. Sven Weidauer 2011-05-10 16:11:54 +0000
  • b56cbd365b Stop keeping all lwc strings for mime types in apple_image.m Sven Weidauer 2011-05-10 15:12:09 +0000
  • 4d8201b8ca Continue improving comments. Fix bugs in scrollbar_set_extents. Rename things so their name matches what they are. Michael Drake 2011-05-10 14:29:10 +0000
  • e23fdcae82 Incremental loading images using ImageIO Sven Weidauer 2011-05-10 13:28:17 +0000
  • a2b1e4bcd0 Remove NSLog calls (unnecessary) Sven Weidauer 2011-05-10 11:12:28 +0000
  • 5bd37ecf2c Elements replaced with HTML don't affect parent descendants. Michael Drake 2011-05-10 11:11:54 +0000
  • 523e77e38d Fix box scrollbars to accurately represent ratio of visible area's length to full area's length, in the length of the scroll bar slider. Michael Drake 2011-05-10 10:41:57 +0000
  • ac447fc293 s/scroll/scrollbar/ and improve scrollbar widget comments. Michael Drake 2011-05-09 22:49:17 +0000
  • 5c95b32756 Fix crashing Chris Young 2011-05-09 22:39:30 +0000
  • 48be9f6939 Experimental/incomplete/non-functional content handlers (files required for NetSurf to compile from trunk) Chris Young 2011-05-09 22:14:08 +0000
  • 1f1fe78c17 New style MIME typing; maps MIME types to DataTypes and DefIcon format names. Currently only able to resolve DataTypes to MIME Types. Chris Young 2011-05-09 22:11:18 +0000
  • 3276ce5db9 rearranged includes, seperate redraw request areas. Ole Loots 2011-05-09 22:10:02 +0000
  • 2f40a85b67 fixed call parameters for vdi_clip. Ole Loots 2011-05-09 22:08:34 +0000
  • b046d77f3f fixed call parameters for vdi_clip. Ole Loots 2011-05-09 20:46:44 +0000
  • 87430b985b Updated translation (credit: Samir Hawamdeh) Chris Young 2011-05-09 20:09:15 +0000
  • c4efa5593b Don't say "registering" when we actually skipped the type... François Revel 2011-05-09 19:30:44 +0000
  • 4f2e8aa2e5 Skip image/gif when registering Apple Image handlers, to give precedence to nsgif since it handles animated GIF. François Revel 2011-05-09 19:26:31 +0000
  • 1c753c0707 OSX: Always empty the Resources folder in the .app bundle when populating it, to avoid errors when copying .svn stuff over a 2nd time. Ideally those shouldn't be copied over anyway, but I didn't yet find an easy way to use tar the way I need. François Revel 2011-05-09 18:39:42 +0000
  • 3e62014f2f Pedantic whitespace changes. Michael Drake 2011-05-09 18:22:10 +0000
  • b1e09e9b99 Remove forward declaration. Michael Drake 2011-05-09 18:15:51 +0000
  • 5e1a9bbfc0 Registering all image types NSBitmapImageRep can load and using ImageIO instead of other image libraries by default. Sven Weidauer 2011-05-09 18:13:36 +0000
  • bf69743db9 Include correct header in schedule.m, fixes warning Sven Weidauer 2011-05-09 16:43:28 +0000
  • 6d180ce9b3 Use named initializers. François Revel 2011-05-09 16:23:31 +0000
  • e7986379f0 Fix the apple_image handler to only have a redraw method that also does tiling. François Revel 2011-05-09 16:19:16 +0000
  • 83f9e707eb refactor content handler initilisation to use named initialisors Vincent Sanders 2011-05-09 15:32:34 +0000
  • 0929aa897b Fix tiled redraw of SVGs. Michael Drake 2011-05-09 13:02:22 +0000
  • cbc2a9470f Wrap macro. Michael Drake 2011-05-09 12:17:55 +0000
  • 2fbce3df3f Wrap fix. Michael Drake 2011-05-09 10:05:10 +0000
  • 046d615a5d Add a quick search icon for mmu_man. Michael Drake 2011-05-09 09:59:32 +0000
  • 2ec96e508c Put RISC OS filetype content handlers in their own directory. Michael Drake 2011-05-09 09:57:40 +0000
  • 044018739b Fix Drawfile content handler build. Michael Drake 2011-05-09 08:48:49 +0000
  • 05945ebf1d Fix Artworks content handler build. Michael Drake 2011-05-09 08:46:12 +0000
  • 37b389e699 Untested fix and tile implementation for Sprite. Michael Drake 2011-05-09 08:42:49 +0000
  • 2d6c0e99ec Fix for new content_redraw API. Michael Drake 2011-05-09 08:38:56 +0000
  • e24fa186bb Fix for new content redraw API. Michael Drake 2011-05-09 08:31:45 +0000
  • 962fe1849c Fix for new content redraw API. Michael Drake 2011-05-09 08:28:56 +0000
  • 901ef07a95 Untested fix and tile implementation for nssprite. Michael Drake 2011-05-09 08:23:01 +0000
  • 41d2df4f5c Untested fix and tile implementation for webp. Michael Drake 2011-05-09 08:15:38 +0000
  • 8bb723a746 Fix MNG content handler. Michael Drake 2011-05-09 08:11:06 +0000
  • 94bcee728b Fix declaration too. Michael Drake 2011-05-09 08:10:27 +0000
  • 8a74107c36 Fix image/svg.c build. Michael Drake 2011-05-09 08:03:36 +0000
  • cf25f54364 Clear extraneous text when done.. Michael Drake 2011-05-09 07:59:27 +0000
  • 034ac2e7f7 Beginnings of some more advanced mimetyping Chris Young 2011-05-08 22:59:48 +0000
  • 813c115cb5 Remove redraw_tiled Chris Young 2011-05-08 22:18:28 +0000
  • 8be1e85e91 consolidate content redraw more cleanups ready for image content refactor Vincent Sanders 2011-05-08 19:54:35 +0000
  • 8f6c343309 Simplify status bar text. Michael Drake 2011-05-08 19:11:34 +0000
  • 29623da1ba Fix typo. François Revel 2011-05-08 17:37:11 +0000
  • 658cd31311 clean up jpeg image handling ready for refactor Vincent Sanders 2011-05-08 15:14:21 +0000
  • f277c59c9a missing copy Chris Young 2011-05-08 09:56:08 +0000
  • 0fe71fd58a Sticky menus shouldn't be default as they are non-standard Chris Young 2011-05-08 09:47:03 +0000
  • d5e27b2850 Remove debug output. François Revel 2011-05-08 01:18:43 +0000
  • 4ebb145a7d Automatically build an rdef file importing the resources listed as dependencies for BeOS. François Revel 2011-05-08 01:03:44 +0000
  • f2e8be9fe7 Cleanup png code only use the bitmap pointer in the png content the one in teh base content seems extraneous for png. Vincent Sanders 2011-05-07 23:35:57 +0000
  • 489c35c5f7 Simple initialisation splash screen Chris Young 2011-05-07 22:21:41 +0000
  • 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