Commit Graph

  • 48a0663999 Remove at least one instance of unnecessary recalculation Chris Young 2011-06-04 20:46:08 +0000
  • 24d0a07f8f Extra logging to track the source of node size calculations A couple of minor changes to prevent unnecessary recalculation Chris Young 2011-06-04 20:22:24 +0000
  • a79ef8cffb Remove redundant code. Michael Drake 2011-06-04 14:38:50 +0000
  • 324e5bfce4 New window opens with homepage, rather than current page. Michael Drake 2011-06-04 13:51:42 +0000
  • 5eac88cb71 lowered stack value (the large value was added because of excesive stack usage within mintlibs regex, but it can be avoided when using malloc within regex impl.), added missing internal.css Ole Loots 2011-06-03 22:37:20 +0000
  • ed00b6a1e9 Make GUI update when back/forward commands used from ARexx Chris Young 2011-06-03 18:20:56 +0000
  • f2ef7ba6ba up = down and down = up Chris Young 2011-06-03 18:11:19 +0000
  • 4270e80d7a Make 4th mouse button go back in history, and 5th go forward. Untested. Chris Young 2011-06-03 18:08:17 +0000
  • 61138b0133 don't unref pointer Chris Young 2011-05-30 21:06:36 +0000
  • 0c9ca84e42 Remove ami_datatype_to_mimetype Chris Young 2011-05-30 21:03:57 +0000
  • e2ef8df4d7 Guess MIME type from DataType only if there isn't already a valid entry in the list Chris Young 2011-05-30 20:52:31 +0000
  • f214d3ecc8 Allow mixing of AmigaOS and NetSurf command line options Chris Young 2011-05-30 18:17:09 +0000
  • 9397f392c0 Convert the supplied MIME type to the DefIcons type *before* doing the comparison Chris Young 2011-05-30 16:16:48 +0000
  • 624af3890b updated root certificates Chris Young 2011-05-30 15:47:20 +0000
  • 2f6520e8b4 Removed dependency to cflib, call EvntWindom only one time per sec. when active flag is set. Ole Loots 2011-05-24 21:44:20 +0000
  • 381588bece Log CA options John Mark Bell 2011-05-19 22:35:41 +0000
  • ed7e65c74b Netsurf now appears in the 'Open with' menu for HTML files. Sven Weidauer 2011-05-19 16:04:54 +0000
  • 65dc81668c Importing UTI types for HTML and CSS. Sven Weidauer 2011-05-19 16:04:11 +0000
  • 3cae7a7d86 Handling animations in apple_image.m. Loop counts are ignored for now Sven Weidauer 2011-05-19 13:18:01 +0000
  • 658959bc88 Reverting r12367, cannot get incremental image loading to work correctly. Sven Weidauer 2011-05-19 13:17:58 +0000
  • 830da3a915 Fixing warning about unused result of expression. Sven Weidauer 2011-05-19 11:47:57 +0000
  • 3d71976607 Replacing deprecated method createDirectoryAtPath:attributes: with non-deprecated version createDirectoryAtPath:withIntermediateDirectories:attributes:error: Sven Weidauer 2011-05-19 11:47:53 +0000
  • eb0570f39d Adding quarantine attributes to downloaded files. Sven Weidauer 2011-05-19 07:27:21 +0000
  • ae46764ec4 Remove box_applet. Michael Drake 2011-05-18 16:01:02 +0000
  • 6dbb38cac9 Italian OSX localized strings, contributed by Samir Hawamdeh. François Revel 2011-05-17 20:06:38 +0000
  • 4db9dbe744 Purge unused variable. Michael Drake 2011-05-17 09:05:49 +0000
  • c7e943c7d2 check for dereference of teh right value Vincent Sanders 2011-05-17 07:28:15 +0000
  • 3bcbde2503 Add some parentheses John Mark Bell 2011-05-16 22:30:27 +0000
  • b8fd68db1b If you ask for a new tab, clone must be non-NULL John Mark Bell 2011-05-16 22:11:18 +0000
  • 21f01af35a Avoid dereferencing NULL John Mark Bell 2011-05-16 22:09:26 +0000
  • 54f6b3bffc Handle case where configured curl handle cache limit is 0 John Mark Bell 2011-05-16 22:05:47 +0000
  • 1b8ff87c23 Squash static analyser warning John Mark Bell 2011-05-16 21:49:21 +0000
  • da7c3c10bc Implement todo John Mark Bell 2011-05-16 21:47:36 +0000
  • a7c2dff805 Lose dead code John Mark Bell 2011-05-16 21:44:31 +0000
  • 35cd1a79f7 Squash static analyser warning John Mark Bell 2011-05-16 21:42:53 +0000
  • b92ca9cd30 Clean up after content factory John Mark Bell 2011-05-16 21:16:44 +0000
  • 955896ac46 Revert r12412, the doi: URI scheme hasn't been kept around it seems, even ACM doesn't use it. And kyllikki was jumping on his seat anyway... It's still in the svn history if needed. I have some stuff for view-source: and man: but I'm not use they would be appreciated either :-D François Revel 2011-05-16 19:28:40 +0000
  • 5e823ede7c Use height type enum. Michael Drake 2011-05-16 10:29:34 +0000
  • d25e5568bb Add a redirecting fetcher for the doi: URI scheme. Not much used but just in case... François Revel 2011-05-15 20:01:25 +0000
  • 6c2977ec29 If you do not have xcode installed many critical mime mappings (like css and html) are missing so this adds rudimentry filename extension mappings so teh browser does not explode on non develoepr machines. Vincent Sanders 2011-05-14 15:11:16 +0000
  • a7a2759ec9 Fix Segfault at start if ca resource bundle path cannot be found Vincent Sanders 2011-05-14 15:09:19 +0000
  • 069a501c4d Add an about:logo redirect to resource:netsurf.png. François Revel 2011-05-14 00:17:25 +0000
  • eafcb685c4 Add netsurf.png to the OSX resources. François Revel 2011-05-14 00:16:40 +0000
  • 092c62f0e0 Add code to open the source file into Xcode. Currently called by the context menu because I didn't want to dig the .xib files, feel free to move it to the View main menu. François Revel 2011-05-12 17:31:55 +0000
  • 6dfcd35580 Fix url node icons John Mark Bell 2011-05-11 19:29:48 +0000
  • 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