summaryrefslogtreecommitdiff
path: root/amiga/fetch_file.c
Commit message (Collapse)AuthorAgeFilesLines
* Update to new APIChris Young2008-12-271-5/+8
| | | | svn path=/trunk/netsurf/; revision=5933
* Allow opening of local files from anywhere, not just the parent of the ↵Chris Young2008-11-151-15/+137
| | | | | | current dir. svn path=/trunk/netsurf/; revision=5695
* Local file handling improvements (fetch_file is incomplete and not being ↵Chris Young2008-11-081-0/+193
used yet) filetype.c has been changed to get the MIME type of a file from the MIMETYPE tooltype of the icon or default icon for the file. The install script will set the basic of these, and icons for default.css and AdBlock.css have been added to ensure these always return the correct MIME type. If the MIMETYPE tooltype is not found, the code will use datatypes.library to identify the file and make a guess as to what the MIME type is. svn path=/trunk/netsurf/; revision=5651