summaryrefslogtreecommitdiff
path: root/riscos/filetype.c
Commit message (Collapse)AuthorAgeFilesLines
* Use correct RISC OS filetype for PNG when identifying native format.Steve Fryatt2011-12-171-1/+1
| | | | svn path=/trunk/netsurf/; revision=13290
* Merge branches/jmb/content-factory to trunkJohn Mark Bell2011-05-061-37/+55
| | | | svn path=/trunk/netsurf/; revision=12283
* When fetching a local file of type data, examine the extension to determine ↵Michael Drake2010-12-271-3/+3
| | | | | | mime type. svn path=/trunk/netsurf/; revision=11123
* hlcache_handle is typedeffed.Michael Drake2010-04-071-1/+2
| | | | svn path=/trunk/netsurf/; revision=10261
* Fix filetype.c.Michael Drake2010-04-071-4/+4
| | | | svn path=/trunk/netsurf/; revision=10260
* Squash warning.John Mark Bell2009-03-271-1/+2
| | | | svn path=/trunk/netsurf/; revision=6929
* A bunch of fixes to the libpng bindingJohn Mark Bell2008-09-151-1/+3
| | | | svn path=/trunk/netsurf/; revision=5338
* Refactor Makefile a little to be slightly more organised. Made more ↵Rob Kendrick2008-07-281-1/+2
| | | | | | features configurable from Makefile.config svn path=/trunk/netsurf/; revision=4775
* Squash warningJohn Mark Bell2008-05-231-1/+1
| | | | svn path=/trunk/netsurf/; revision=4190
* Use local filetype directly, if we're "downloading" a local fileJohn Mark Bell2008-05-231-0/+43
| | | | svn path=/trunk/netsurf/; revision=4189
* Update all source code file headers to reflect GPL version 2 only and ↵Vincent Sanders2007-08-081-3/+14
| | | | | | contain appropriate licence text svn path=/trunk/netsurf/; revision=3486
* Improve error message.James Bursa2007-08-071-2/+3
| | | | svn path=/trunk/netsurf/; revision=3480
* Change ArtWorks file MIME type to "image/x-artworks".Michael Drake2007-07-211-1/+1
| | | | svn path=/trunk/netsurf/; revision=3449
* Support dataloading of SVG filesJohn Mark Bell2007-07-131-0/+3
| | | | | | Add internal filetype<->mimetype mapping for SVG files svn path=/trunk/netsurf/; revision=3407
* Remove the netsurf/ from the include paths and rationalise use of <> vs "" ↵Daniel Silverstone2007-05-301-6/+6
| | | | | | | | | | | | | | in includes NetSurf includes are now done with ""s and other system includes with <>s as C intended. The scandeps tool has been updated to only look for ""ed includes, and to verify that the files exist in the tree before adding them to the dependency lines. The depend rule has therefore been augmented to make sure the autogenerated files are built before it is run. This is untested under self-hosted RISC OS builds. All else tested and works. svn path=/trunk/netsurf/; revision=3307
* Update project URL.Michael Drake2006-11-271-1/+1
| | | | svn path=/trunk/netsurf/; revision=3073
* Make fetch_mimetype consider our internal mapping tableJohn Mark Bell2006-08-251-0/+11
| | | | svn path=/trunk/netsurf/; revision=2894
* Fix 1517874. Plug memory leaks on failure.John Mark Bell2006-07-061-4/+14
| | | | svn path=/trunk/netsurf/; revision=2720
* Generate directory listings (fix 1397934)Richard Wilson2006-07-061-5/+13
| | | | svn path=/trunk/netsurf/; revision=2719
* [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