summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Log CA optionsJohn Mark Bell2011-05-191-2/+6
* Netsurf now appears in the 'Open with' menu for HTML files.Sven Weidauer2011-05-192-1/+23
* Importing UTI types for HTML and CSS.Sven Weidauer2011-05-191-6/+58
* Handling animations in apple_image.m. Loop counts are ignored for nowSven Weidauer2011-05-191-0/+41
* Reverting r12367, cannot get incremental image loading to work correctly.Sven Weidauer2011-05-191-54/+9
* Fixing warning about unused result of expression.Sven Weidauer2011-05-191-1/+1
* Replacing deprecated method createDirectoryAtPath:attributes: with non-deprec...Sven Weidauer2011-05-191-1/+1
* Adding quarantine attributes to downloaded files.Sven Weidauer2011-05-191-0/+12
* Remove box_applet.Michael Drake2011-05-181-140/+0
* Italian OSX localized strings, contributed by Samir Hawamdeh.François Revel2011-05-171-0/+0
* Purge unused variable.Michael Drake2011-05-171-3/+1
* check for dereference of teh right valueVincent Sanders2011-05-171-1/+1
* Add some parenthesesJohn Mark Bell2011-05-161-4/+4
* If you ask for a new tab, clone must be non-NULLJohn Mark Bell2011-05-161-3/+6
* Avoid dereferencing NULLJohn Mark Bell2011-05-161-1/+2
* Handle case where configured curl handle cache limit is 0John Mark Bell2011-05-161-6/+12
* Squash static analyser warningJohn Mark Bell2011-05-161-2/+1
* Implement todoJohn Mark Bell2011-05-161-4/+1
* Lose dead codeJohn Mark Bell2011-05-161-7/+0
* Squash static analyser warningJohn Mark Bell2011-05-161-3/+0
* Clean up after content factoryJohn Mark Bell2011-05-163-0/+23
* Revert r12412, the doi: URI scheme hasn't been kept around it seems, even ACM...François Revel2011-05-164-248/+1
* Use height type enum.Michael Drake2011-05-161-2/+3
* Add a redirecting fetcher for the doi: URI scheme. Not much used but just in ...François Revel2011-05-154-1/+248
* If you do not have xcode installed many critical mime mappings (like css and ...Vincent Sanders2011-05-141-7/+57
* Fix Segfault at start if ca resource bundle path cannot be foundVincent Sanders2011-05-141-2/+5
* Add an about:logo redirect to resource:netsurf.png.François Revel2011-05-141-0/+13
* Add netsurf.png to the OSX resources.François Revel2011-05-142-1/+3
* Add code to open the source file into Xcode. Currently called by the context ...François Revel2011-05-124-1/+72
* Fix url node iconsJohn Mark Bell2011-05-111-0/+1
* update variable namesChris Young2011-05-111-6/+6
* Allow users to register external applications for plugin contents, and run fromChris Young2011-05-113-28/+79
* Increase pointer drag range. Setting the clamps correctly seems to cause us ...Michael Drake2011-05-111-8/+8
* Restore clipping rectangle before rendering scrollbars. Fixes broken renderi...Michael Drake2011-05-111-0/+5
* Fix content drags within scrollable areas. Various tidyups.Michael Drake2011-05-112-22/+26
* Restrict Object context submenu to CONTENT_IMAGEChris Young2011-05-101-1/+2
* fix copy/paste errorChris Young2011-05-101-1/+1
* Migrate to new MIMEtyperChris Young2011-05-104-53/+92
* Rename scroll offset in scrollbar message data, although nothing seems to use...Michael Drake2011-05-102-2/+2
* Move scrollbar widget API documentation to header.Michael Drake2011-05-102-94/+123
* Scrollbar widget changes: Update functon parameters to have names that aren't...Michael Drake2011-05-102-225/+197
* Add function to convert MIME types to DefIcons types, and make ami_mime_compa...Chris Young2011-05-101-58/+163
* Using the file name and size of an image as title.Sven Weidauer2011-05-101-3/+3
* Stop keeping all lwc strings for mime types in apple_image.mSven Weidauer2011-05-101-38/+5
* Continue improving comments. Fix bugs in scrollbar_set_extents. Rename things...Michael Drake2011-05-101-64/+66
* Incremental loading images using ImageIOSven Weidauer2011-05-101-9/+54
* Remove NSLog calls (unnecessary)Sven Weidauer2011-05-101-1/+0
* Elements replaced with HTML don't affect parent descendants.Michael Drake2011-05-101-1/+4
* Fix box scrollbars to accurately represent ratio of visible area's length to ...Michael Drake2011-05-101-29/+32
* s/scroll/scrollbar/ and improve scrollbar widget comments.Michael Drake2011-05-0916-1050/+1082