summaryrefslogtreecommitdiff
path: root/amiga/filetype.h
Commit message (Collapse)AuthorAgeFilesLines
* convert from mimetype to filetype rather than simple content type to ↵Chris Young2011-06-151-0/+2
| | | | | | | | filetype, where available svn path=/trunk/netsurf/; revision=12484
* Only show external app context menu item if an external app is actually definedChris Young2011-06-091-2/+1
| | | | svn path=/trunk/netsurf/; revision=12470
* Remove ami_datatype_to_mimetypeChris Young2011-05-301-1/+0
| | | | svn path=/trunk/netsurf/; revision=12451
* Guess MIME type from DataType only if there isn't already a valid entry in ↵Chris Young2011-05-301-0/+1
| | | | | | the list svn path=/trunk/netsurf/; revision=12450
* Migrate to new MIMEtyperChris Young2011-05-101-2/+10
| | | | svn path=/trunk/netsurf/; revision=12375
* New style MIME typing; maps MIME types to DataTypes and DefIcon format names.Chris Young2011-05-091-0/+10
| | | | | | | | | | | | | | Currently only able to resolve DataTypes to MIME Types. TODO: - DT MIME type guessing needs mostly removing (only use if no matches in mimetypes file) - Migrate the rest of filetype.c to the new format (can filetype using icon.library and reverse lookup MIME type, for example) - Use to distinguish between CONTENT_IMAGE types - Simplify so DefIcon type defaults to lowercase DataType name svn path=/trunk/netsurf/; revision=12360
* Merge branches/jmb/content-factory to trunkJohn Mark Bell2011-05-061-0/+4
| | | | svn path=/trunk/netsurf/; revision=12283
* Fix broken CONTENT_PLUGIN API.Chris Young2011-03-061-0/+4
| | | | | | | Add a default content handler for Amiga using the plugin interface, which passes unknown files (currently images only) through DataTypes. svn path=/trunk/netsurf/; revision=11924
* missing headerChris Young2010-10-301-0/+22
svn path=/trunk/netsurf/; revision=10923