summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Allow mixing of AmigaOS and NetSurf command line optionsChris Young2011-05-301-2/+3
| | | | svn path=/trunk/netsurf/; revision=12449
* Convert the supplied MIME type to the DefIcons type *before* doing the ↵Chris Young2011-05-301-1/+5
| | | | | | comparison svn path=/trunk/netsurf/; revision=12448
* updated root certificatesChris Young2011-05-301-790/+1268
| | | | svn path=/trunk/netsurf/; revision=12447
* Removed dependency to cflib,Ole Loots2011-05-249-21/+1334
| | | | | | call EvntWindom only one time per sec. when active flag is set. svn path=/trunk/netsurf/; revision=12443
* Log CA optionsJohn Mark Bell2011-05-191-2/+6
| | | | svn path=/trunk/netsurf/; revision=12436
* Netsurf now appears in the 'Open with' menu for HTML files.Sven Weidauer2011-05-192-1/+23
| | | | svn path=/trunk/netsurf/; revision=12435
* Importing UTI types for HTML and CSS.Sven Weidauer2011-05-191-6/+58
| | | | svn path=/trunk/netsurf/; revision=12434
* Handling animations in apple_image.m. Loop counts are ignored for nowSven Weidauer2011-05-191-0/+41
| | | | svn path=/trunk/netsurf/; revision=12433
* Reverting r12367, cannot get incremental image loading to work correctly.Sven Weidauer2011-05-191-54/+9
| | | | svn path=/trunk/netsurf/; revision=12432
* Fixing warning about unused result of expression.Sven Weidauer2011-05-191-1/+1
| | | | svn path=/trunk/netsurf/; revision=12431
* Replacing deprecated method createDirectoryAtPath:attributes: with ↵Sven Weidauer2011-05-191-1/+1
| | | | | | non-deprecated version createDirectoryAtPath:withIntermediateDirectories:attributes:error: svn path=/trunk/netsurf/; revision=12430
* Adding quarantine attributes to downloaded files.Sven Weidauer2011-05-191-0/+12
| | | | svn path=/trunk/netsurf/; revision=12429
* Remove box_applet.Michael Drake2011-05-181-140/+0
| | | | svn path=/trunk/netsurf/; revision=12427
* Italian OSX localized strings, contributed by Samir Hawamdeh.François Revel2011-05-171-0/+0
| | | | svn path=/trunk/netsurf/; revision=12426
* Purge unused variable.Michael Drake2011-05-171-3/+1
| | | | svn path=/trunk/netsurf/; revision=12425
* check for dereference of teh right valueVincent Sanders2011-05-171-1/+1
| | | | svn path=/trunk/netsurf/; revision=12424
* Add some parenthesesJohn Mark Bell2011-05-161-4/+4
| | | | svn path=/trunk/netsurf/; revision=12423
* If you ask for a new tab, clone must be non-NULLJohn Mark Bell2011-05-161-3/+6
| | | | svn path=/trunk/netsurf/; revision=12422
* Avoid dereferencing NULLJohn Mark Bell2011-05-161-1/+2
| | | | svn path=/trunk/netsurf/; revision=12421
* Handle case where configured curl handle cache limit is 0John Mark Bell2011-05-161-6/+12
| | | | svn path=/trunk/netsurf/; revision=12420
* Squash static analyser warningJohn Mark Bell2011-05-161-2/+1
| | | | svn path=/trunk/netsurf/; revision=12419
* Implement todoJohn Mark Bell2011-05-161-4/+1
| | | | svn path=/trunk/netsurf/; revision=12418
* Lose dead codeJohn Mark Bell2011-05-161-7/+0
| | | | svn path=/trunk/netsurf/; revision=12417
* Squash static analyser warningJohn Mark Bell2011-05-161-3/+0
| | | | svn path=/trunk/netsurf/; revision=12416
* Clean up after content factoryJohn Mark Bell2011-05-163-0/+23
| | | | svn path=/trunk/netsurf/; revision=12415
* Revert r12412, the doi: URI scheme hasn't been kept around it seems, even ↵François Revel2011-05-164-248/+1
| | | | | | 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 svn path=/trunk/netsurf/; revision=12414
* Use height type enum.Michael Drake2011-05-161-2/+3
| | | | svn path=/trunk/netsurf/; revision=12413
* Add a redirecting fetcher for the doi: URI scheme. Not much used but just in ↵François Revel2011-05-154-1/+248
| | | | | | case... svn path=/trunk/netsurf/; revision=12412
* If you do not have xcode installed many critical mime mappings (like css and ↵Vincent Sanders2011-05-141-7/+57
| | | | | | html) are missing so this adds rudimentry filename extension mappings so teh browser does not explode on non develoepr machines. svn path=/trunk/netsurf/; revision=12411
* Fix Segfault at start if ca resource bundle path cannot be foundVincent Sanders2011-05-141-2/+5
| | | | svn path=/trunk/netsurf/; revision=12410
* Add an about:logo redirect to resource:netsurf.png.François Revel2011-05-141-0/+13
| | | | svn path=/trunk/netsurf/; revision=12407
* Add netsurf.png to the OSX resources.François Revel2011-05-142-1/+3
| | | | svn path=/trunk/netsurf/; revision=12406
* Add code to open the source file into Xcode. Currently called by the context ↵François Revel2011-05-124-1/+72
| | | | | | menu because I didn't want to dig the .xib files, feel free to move it to the View main menu. svn path=/trunk/netsurf/; revision=12387
* Fix url node iconsJohn Mark Bell2011-05-111-0/+1
| | | | svn path=/trunk/netsurf/; revision=12383
* update variable namesChris Young2011-05-111-6/+6
| | | | svn path=/trunk/netsurf/; revision=12382
* Allow users to register external applications for plugin contents, and run fromChris Young2011-05-113-28/+79
| | | | | | context menu svn path=/trunk/netsurf/; revision=12381
* Increase pointer drag range. Setting the clamps correctly seems to cause us ↵Michael Drake2011-05-111-8/+8
| | | | | | not to get the movement event when we hit the clamp (at least on RISC OS). svn path=/trunk/netsurf/; revision=12380
* Restore clipping rectangle before rendering scrollbars. Fixes broken ↵Michael Drake2011-05-111-0/+5
| | | | | | rendering due to interaction between text selection and scroll. svn path=/trunk/netsurf/; revision=12379
* Fix content drags within scrollable areas. Various tidyups.Michael Drake2011-05-112-22/+26
| | | | svn path=/trunk/netsurf/; revision=12378
* Restrict Object context submenu to CONTENT_IMAGEChris Young2011-05-101-1/+2
| | | | svn path=/trunk/netsurf/; revision=12377
* fix copy/paste errorChris Young2011-05-101-1/+1
| | | | svn path=/trunk/netsurf/; revision=12376
* Migrate to new MIMEtyperChris Young2011-05-104-53/+92
| | | | svn path=/trunk/netsurf/; revision=12375
* Rename scroll offset in scrollbar message data, although nothing seems to ↵Michael Drake2011-05-102-2/+2
| | | | | | use that callback message. svn path=/trunk/netsurf/; revision=12374
* Move scrollbar widget API documentation to header.Michael Drake2011-05-102-94/+123
| | | | svn path=/trunk/netsurf/; revision=12373
* Scrollbar widget changes: Update functon parameters to have names that ↵Michael Drake2011-05-102-225/+197
| | | | | | aren't wrong. Remove confusion and wrongness from API documentation. General source tidy. svn path=/trunk/netsurf/; revision=12372
* Add function to convert MIME types to DefIcons types, and make ↵Chris Young2011-05-101-58/+163
| | | | | | ami_mime_compare use it svn path=/trunk/netsurf/; revision=12371
* Using the file name and size of an image as title.Sven Weidauer2011-05-101-3/+3
| | | | svn path=/trunk/netsurf/; revision=12370
* Stop keeping all lwc strings for mime types in apple_image.mSven Weidauer2011-05-101-38/+5
| | | | svn path=/trunk/netsurf/; revision=12369
* Continue improving comments. Fix bugs in scrollbar_set_extents. Rename ↵Michael Drake2011-05-101-64/+66
| | | | | | things so their name matches what they are. svn path=/trunk/netsurf/; revision=12368
* Incremental loading images using ImageIOSven Weidauer2011-05-101-9/+54
| | | | svn path=/trunk/netsurf/; revision=12367