summaryrefslogtreecommitdiff
path: root/amiga/dt_picture.c
Commit message (Collapse)AuthorAgeFilesLines
* Change the scope of some variables picked up by cppcheck, minor reformattingChris Young2014-04-051-2/+1
|
* Fix a bunch of cppcheck unused/unreadVariable warningsChris Young2014-04-051-5/+0
|
* Use picture.datatype's PromoteMask function so we get an alpha channel for ↵Chris Young2013-10-121-0/+1
| | | | non-alpha bitmaps loaded through datatypes.library
* Support old picture.datatypeChris Young2013-03-091-1/+7
|
* Dispose the DT object once we've finished converting it to a bitmap.Chris Young2012-10-301-2/+6
|
* More useful DataTypes image titleChris Young2012-10-281-8/+36
|
* Avoid creating the DT object multiple timesChris Young2012-10-281-35/+42
|
* reduce talloc usage to box tree layout onlyVincent Sanders2012-10-031-4/+3
|
* Remove box stuff from amiga content handlers.Michael Drake2012-08-201-1/+0
|
* Test for opaqueness where we create bitmaps in the platform codeChris Young2012-08-051-0/+2
|
* Convert to use image cacheChris Young2012-04-061-99/+71
| | | | svn path=/trunk/netsurf/; revision=13797
* Virtualise content handler finalisation calls. Remove pointless implementations.John Mark Bell2011-09-151-5/+0
| | | | svn path=/trunk/netsurf/; revision=12797
* Clean up content_factory_register_handler API -- content handlers no longer ↵John Mark Bell2011-09-151-1/+2
| | | | | | use the mime type, so don't require it to be interned up front svn path=/trunk/netsurf/; revision=12796
* 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