summaryrefslogtreecommitdiff
path: root/amiga/dt_picture.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove mime_type parameter from content handler content_type callback APIJohn Mark Bell2011-09-031-2/+2
| | | | svn path=/trunk/netsurf/; revision=12704
* refactor bitmap out of generic content structureVincent Sanders2011-08-311-12/+26
| | | | svn path=/trunk/netsurf/; revision=12686
* Remove plotter table global. Pass a redraw context around redraw functions. ↵Michael Drake2011-06-301-3/+5
| | | | | | Knockout could be handled better. Note: untested on most front ends. svn path=/trunk/netsurf/; revision=12543
* Fix up amiga content handlers.Michael Drake2011-06-291-12/+8
| | | | svn path=/trunk/netsurf/; revision=12541
* Guess MIME type from DataType only if there isn't already a valid entry in ↵Chris Young2011-05-301-15/+0
| | | | | | the list svn path=/trunk/netsurf/; revision=12450
* Fix crashingChris Young2011-05-091-1/+1
| | | | svn path=/trunk/netsurf/; revision=12362
* New style MIME typing; maps MIME types to DataTypes and DefIcon format names.Chris Young2011-05-091-70/+15
| | | | | | | | | | | | | | Currently only able to resolve DataTypes to MIME Types. TODO: - DT MIME type guessing needs mostly removing (only use if no matches in mimetypes file) - Migrate the rest of filetype.c to the new format (can filetype using icon.library and reverse lookup MIME type, for example) - Use to distinguish between CONTENT_IMAGE types - Simplify so DefIcon type defaults to lowercase DataType name svn path=/trunk/netsurf/; revision=12360
* 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