summaryrefslogtreecommitdiff
path: root/gtk/gtk_filetype.c
Commit message (Collapse)AuthorAgeFilesLines
* Update all source code file headers to reflect GPL version 2 only and ↵Vincent Sanders2007-08-081-45/+55
| | | | | | contain appropriate licence text svn path=/trunk/netsurf/; revision=3486
* Pre-seed mime type hash with essentials for use on OSes with useless ↵Rob Kendrick2007-06-151-8/+14
| | | | | | /etc/mime.types files svn path=/trunk/netsurf/; revision=3349
* Remove the netsurf/ from the include paths and rationalise use of <> vs "" ↵Daniel Silverstone2007-05-301-4/+4
| | | | | | | | | | | | | | 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
* Add UNIX-specific fetch_filetype() support. Uses /etc/mime.types by ↵Rob Kendrick2007-05-291-0/+199
default, but can build minimal mappings if it doesn't exist. New code allows file:// directory listings to be generated, although these are not sorted unlike under RISC OS, as POSIX dirent() doesn't specify sorting. svn path=/trunk/netsurf/; revision=3305