summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* convert from mimetype to filetype rather than simple content type to filetype...Chris Young2011-06-153-3/+24
* remove zlib updateChris Young2011-06-152-7/+1
* remove no_iframesChris Young2011-06-153-6/+0
* avoid crashChris Young2011-06-151-1/+2
* Delete redundant function declaration.Michael Drake2011-06-151-2/+0
* Fix paste in form inputs in iframes.Michael Drake2011-06-151-2/+3
* Remove logging.Michael Drake2011-06-151-1/+0
* Improve scale with iframes.Michael Drake2011-06-151-4/+10
* Reformat floated iframe browser windows only after the iframe box has been li...Michael Drake2011-06-141-6/+10
* Only call gui_window_new_content for browser windows with gui windows.Michael Drake2011-06-141-1/+2
* First pass at core iframes. Currently lacking scrollbars.Michael Drake2011-06-1414-112/+507
* Fix warnings.Michael Drake2011-06-131-2/+2
* Redirect libpng errors to the standard NetSurf logfileChris Young2011-06-121-0/+19
* Only show external app context menu item if an external app is actually definedChris Young2011-06-094-26/+38
* compatability fix for recent gtk API deprecationVincent Sanders2011-06-073-21/+54
* missing double-quotesChris Young2011-06-061-2/+2
* Don't modify the DataType name within the structure.Chris Young2011-06-062-7/+43
* Sound DataTypes implementation. Currently has no interface, so onlyChris Young2011-06-054-1/+295
* Avoid compiling arexx.c more than necessaryChris Young2011-06-052-6/+7
* plugin_hack loose endsChris Young2011-06-056-3/+13
* Disable extra logging. Here treeview init is down to ~5 seconds from ~20.Chris Young2011-06-041-1/+1
* Don't expand cookies tree by defaultChris Young2011-06-041-1/+1
* Rudimentary text width caching to speed up many duplicate "Today", "Yesterday...Chris Young2011-06-041-4/+16
* Remove at least one instance of unnecessary recalculationChris Young2011-06-041-13/+19
* Extra logging to track the source of node size calculationsChris Young2011-06-041-4/+21
* Remove redundant code.Michael Drake2011-06-041-9/+0
* New window opens with homepage, rather than current page.Michael Drake2011-06-041-1/+7
* lowered stack value (the large value was added because of excesive stack usag...Ole Loots2011-06-031-2/+3
* Make GUI update when back/forward commands used from ARexxChris Young2011-06-032-15/+4
* up = down and down = upChris Young2011-06-031-4/+4
* Make 4th mouse button go back in history, and 5th go forward. Untested.Chris Young2011-06-031-12/+32
* don't unref pointerChris Young2011-05-301-1/+0
* Remove ami_datatype_to_mimetypeChris Young2011-05-302-62/+9
* Guess MIME type from DataType only if there isn't already a valid entry in th...Chris Young2011-05-304-32/+115
* Allow mixing of AmigaOS and NetSurf command line optionsChris Young2011-05-301-2/+3
* Convert the supplied MIME type to the DefIcons type *before* doing the compar...Chris Young2011-05-301-1/+5
* updated root certificatesChris Young2011-05-301-790/+1268
* Removed dependency to cflib,Ole Loots2011-05-249-21/+1334
* 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