summaryrefslogtreecommitdiff
path: root/amiga/dt_picture.c
Commit message (Collapse)AuthorAgeFilesLines
* refactor content handler initilisation to use named initialisorsVincent Sanders2011-05-091-15/+7
| | | | svn path=/trunk/netsurf/; revision=12341
* Beginnings of some more advanced mimetypingChris Young2011-05-081-21/+70
| | | | svn path=/trunk/netsurf/; revision=12323
* Remove redraw_tiledChris Young2011-05-081-45/+15
| | | | svn path=/trunk/netsurf/; revision=12322
* Register additional MIME types for DataTypesChris Young2011-05-071-0/+24
| | | | | | | | Default file contains all image MIME Types NetSurf is capable of handling natively (plus JPEG2000) to ensure disabling features in NetSurf won't lose support. svn path=/trunk/netsurf/; revision=12287
* Rename DataTypes related code/files/defines to avoid confusion and aid ↵Chris Young2011-05-061-0/+312
adding support for other DataType classes. Disable MNG/WebP by default as they aren't common and the required libs are quite large; DataTypes can handle these formats for now. svn path=/trunk/netsurf/; revision=12284