summaryrefslogtreecommitdiff
path: root/amiga/filetype.c
Commit message (Expand)AuthorAgeFilesLines
* More font-related tidy-upChris Young2016-01-161-43/+50
* Change LOG() macro to be varadicVincent Sanders2015-05-281-6/+2
* debugChris Young2015-02-211-0/+2
* Revert "Attempt to fix a couple of Enforcer hits"Chris Young2015-01-311-1/+0
* Attempt to fix a couple of Enforcer hitsChris Young2015-01-301-0/+1
* more easy os3 fixesChris Young2015-01-111-2/+5
* Fix warningsChris Young2014-11-091-13/+14
* Change the scope of some variables picked up by cppcheck, minor reformattingChris Young2014-04-051-19/+10
* Fix a bunch of cppcheck unused/unreadVariable warningsChris Young2014-04-051-2/+0
* create table for fetcher operations and move all operations into itVincent Sanders2014-01-231-6/+0
* Replace AllocVec with AllocVecTags. Remove some instances of MEMF_CLEAR where...Chris Young2013-10-121-2/+2
* memory leakChris Young2013-02-201-0/+3
* Identify JavaScript by extension as a fallbackChris Young2013-02-151-0/+4
* Also read mimetype mappings from mimetypes.userChris Young2011-09-251-2/+3
* fix memory leakChris Young2011-06-191-0/+3
* translate / to - when guessing mime typesChris Young2011-06-191-1/+2
* convert from mimetype to filetype rather than simple content type to filetype...Chris Young2011-06-151-2/+21
* Only show external app context menu item if an external app is actually definedChris Young2011-06-091-1/+16
* Don't modify the DataType name within the structure.Chris Young2011-06-061-1/+2
* don't unref pointerChris Young2011-05-301-1/+0
* Remove ami_datatype_to_mimetypeChris Young2011-05-301-61/+9
* Guess MIME type from DataType only if there isn't already a valid entry in th...Chris Young2011-05-301-2/+114
* Convert the supplied MIME type to the DefIcons type *before* doing the compar...Chris Young2011-05-301-1/+5
* Migrate to new MIMEtyperChris Young2011-05-101-4/+57
* Add function to convert MIME types to DefIcons types, and make ami_mime_compa...Chris Young2011-05-101-58/+163
* Fix crashingChris Young2011-05-091-1/+3
* New style MIME typing; maps MIME types to DataTypes and DefIcon format names.Chris Young2011-05-091-0/+168
* Rename DataTypes related code/files/defines to avoid confusion and aid adding...Chris Young2011-05-061-0/+4
* Merge branches/jmb/content-factory to trunkJohn Mark Bell2011-05-061-49/+15
* More rigourous MIME type checking for CSS allows us to remove the icons from ...Chris Young2011-03-141-12/+26
* Check for RISC OS CSS filetype in case we have got redirected (ie. we are run...Chris Young2011-03-141-0/+11
* Fix broken CONTENT_PLUGIN API.Chris Young2011-03-061-48/+54
* Amiga icon loader. Treeviews will now use the user's icons for content types.Chris Young2010-10-301-10/+28
* Merge branches/vince/netsurf-file-fetcher to trunkJohn Mark Bell2010-09-091-5/+0
* Show an icon under the pointer for drag save operations. Might need disablin...Chris Young2010-07-281-0/+71
* Amiga: Add "cut" option; make cut/copy/paste menus context sensitive; allow d...Chris Young2010-07-241-0/+4
* Missing typesChris Young2010-07-111-7/+13
* HTML files with an icon but no MIMETYPE tooltype were being picked up by theChris Young2008-11-161-0/+6
* NetSurf will now check if it is already running (ie. if ARexx port NETSURF ex...Chris Young2008-11-161-1/+8
* Allow opening of local files from anywhere, not just the parent of the curren...Chris Young2008-11-151-8/+15
* mime type overflow and tab switching fixes.Chris Young2008-11-091-2/+2
* Local file handling improvements (fetch_file is incomplete and not being used...Chris Young2008-11-081-19/+65
* Fix problem with file uploads to amigans.net always returning error to the ef...Chris Young2008-10-111-1/+2
* Initial Amiga port files, mostly empty stub functions.Chris Young2008-08-021-0/+55