summaryrefslogtreecommitdiff
path: root/amiga/filetype.h
Commit message (Collapse)AuthorAgeFilesLines
* 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