summaryrefslogtreecommitdiff
path: root/riscos/filetype.c
Commit message (Collapse)AuthorAgeFilesLines
* [project @ 2006-02-26 02:25:19 by rjw]Richard Wilson2006-02-261-0/+3
| | | | | | Add support for ICO files. svn path=/import/netsurf/; revision=2096
* [project @ 2006-02-25 18:50:34 by rjw]Richard Wilson2006-02-251-3/+4
| | | | | | Support for BMP files svn path=/import/netsurf/; revision=2095
* [project @ 2005-12-31 04:35:34 by rjw]Richard Wilson2005-12-311-7/+21
| | | | | | Allow filetype to be read from the content type svn path=/import/netsurf/; revision=1912
* [project @ 2005-12-10 14:31:32 by adrianl]Adrian Lees2005-12-101-0/+4
| | | | | | ArtWorks support svn path=/import/netsurf/; revision=1891
* [project @ 2005-07-27 15:31:48 by jmb]John Mark Bell2005-07-271-0/+44
| | | | | | Reinstate internal table. We check this first, and then ask MimeMap if we find nothing (Note that the file extension behaviour is retained, wherever the MIME type is looked for) svn path=/import/netsurf/; revision=1826
* [project @ 2005-07-27 01:30:58 by jmb]John Mark Bell2005-07-271-68/+101
| | | | | | | | | | Make fetch_filetype use MimeMap - works as follows: If the filetype is text and the filename has an extension, then use the extension to detect the MIME type. In all other cases, the filetype is used. Fix memory leak. svn path=/import/netsurf/; revision=1825
* [project @ 2004-12-09 19:09:56 by rjw]Richard Wilson2004-12-091-2/+13
| | | | | | Lose xcalloc(). svn path=/import/netsurf/; revision=1397
* [project @ 2004-09-13 23:59:30 by jmb]John Mark Bell2004-09-131-1/+14
| | | | | | Add some #defines svn path=/import/netsurf/; revision=1276
* [project @ 2004-07-31 12:56:25 by jmb]John Mark Bell2004-07-311-1/+1
| | | | | | Prevent UnixLib munging suffixes svn path=/import/netsurf/; revision=1169
* [project @ 2004-07-25 20:45:15 by rjw]Richard Wilson2004-07-251-4/+4
| | | | | | Support for MNGs and JNGs. Bug fix for help token regression. Minor GUI fixes. svn path=/import/netsurf/; revision=1144
* [project @ 2004-07-16 20:57:14 by jmb]John Mark Bell2004-07-161-2/+2
| | | | | | Fix silly rjwness svn path=/import/netsurf/; revision=1090
* [project @ 2004-07-16 19:47:02 by rjw]Richard Wilson2004-07-161-0/+4
| | | | | | Fix for hotlist menu selection. Interface for MNG/JNG display. svn path=/import/netsurf/; revision=1083
* [project @ 2004-03-21 22:31:30 by jmb]John Mark Bell2004-03-211-2/+12
| | | | | | Fix mimetype reading for files used by image filingsystems. svn path=/import/netsurf/; revision=647
* [project @ 2004-03-21 21:32:15 by jmb]John Mark Bell2004-03-211-0/+16
| | | | | | | Fix for SparkFS causing problems with uploading zip files. Map filetypes to mimetype properly. svn path=/import/netsurf/; revision=646
* [project @ 2004-03-11 02:19:13 by bursa]James Bursa2004-03-111-15/+33
| | | | | | Add source_data to content structure and remove equivalents from individual contents. svn path=/import/netsurf/; revision=606
* [project @ 2004-01-05 02:10:59 by jmb]John Mark Bell2004-01-051-0/+13
| | | | | | | Add ability to turn off browser features in build. This may be useful when hunting down bugs. svn path=/import/netsurf/; revision=480
* [project @ 2003-12-27 00:11:57 by jmb]John Mark Bell2003-12-271-0/+1
| | | | | | | Tidy code to reduce compiler warnings. htmlredraw.c and plugin.c produce the most now. Hopefully I haven't broken anything ;) svn path=/import/netsurf/; revision=451
* [project @ 2003-09-10 22:27:15 by jmb]John Mark Bell2003-09-101-0/+2
| | | | | | Add support for Draw and Sprite files svn path=/import/netsurf/; revision=281
* [project @ 2003-08-24 22:39:55 by jmb]John Mark Bell2003-08-241-1/+2
| | | | | | Make plugins work. Improve initialisation of AcornURI. Add support for <iframe> (still needs rendering tweaks). Add Ctrl-F2 key sequence to close window. svn path=/import/netsurf/; revision=246
* [project @ 2003-06-30 12:44:02 by bursa]James Bursa2003-06-301-2/+5
| | | | | | New file headers. svn path=/import/netsurf/; revision=190
* [project @ 2003-06-05 13:17:55 by philpem]Philip Pemberton2003-06-051-1/+2
| | | | | | Added GIF decode support svn path=/import/netsurf/; revision=160
* [project @ 2003-05-10 11:13:34 by bursa]James Bursa2003-05-101-1/+2
| | | | | | Partial PNG support. svn path=/import/netsurf/; revision=129
* [project @ 2003-04-09 21:57:09 by bursa]James Bursa2003-04-091-2/+2
| | | | | | Table layout fixes, allowed type list. svn path=/import/netsurf/; revision=119
* [project @ 2003-04-04 15:19:31 by bursa]James Bursa2003-04-041-1/+2
| | | | | | New CSS parser. svn path=/import/netsurf/; revision=112
* [project @ 2003-03-15 15:53:20 by bursa]James Bursa2003-03-151-0/+72
MIME types for local files, new test files. svn path=/import/netsurf/; revision=107