summaryrefslogtreecommitdiff
path: root/content/content_protected.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix broken CONTENT_PLUGIN API.Chris Young2011-03-061-1/+1
| | | | | | | Add a default content handler for Amiga using the plugin interface, which passes unknown files (currently images only) through DataTypes. svn path=/trunk/netsurf/; revision=11924
* Created content handler CONTENT_APPLE_IMAGE for Mac OS X that can handle all ↵Sven Weidauer2011-03-051-1/+6
| | | | | | image file formats supported by Apples ImageIO framework. Right now used only for JPEG to get rid of libjpeg dependency. svn path=/trunk/netsurf/; revision=11911
* Do not attempt to destroy contents that are still loadingJohn Mark Bell2011-03-031-1/+0
| | | | svn path=/trunk/netsurf/; revision=11898
* Purge CONTENT_STATUS_TYPE_UNKNOWNJohn Mark Bell2011-02-281-2/+2
| | | | svn path=/trunk/netsurf/; revision=11861
* Amiga icon loader. Treeviews will now use the user's icons for content types.Chris Young2010-10-301-0/+6
| | | | svn path=/trunk/netsurf/; revision=10925
* WebP image support, needs libwebp (from trunk/libwebp) and libvpx.Chris Young2010-10-031-0/+6
| | | | | | Only enabled for Amiga build currently, may have colour issues on little-endian CPUs svn path=/trunk/netsurf/; revision=10860
* Remove fresh field from struct contentJohn Mark Bell2010-04-161-4/+0
| | | | svn path=/trunk/netsurf/; revision=10413
* Introduce content_set_ready.John Mark Bell2010-04-091-0/+1
| | | | | | | Make content_convert emit events only if content is in appropriate state. Remove no-longer-relevant assertion from content_convert. svn path=/trunk/netsurf/; revision=10330
* Add function to test whether hlcache_handle's content is locked.Michael Drake2010-04-071-0/+2
| | | | svn path=/trunk/netsurf/; revision=10287
* Add mime-type getter.Michael Drake2010-04-071-0/+1
| | | | svn path=/trunk/netsurf/; revision=10259
* Use mutator to modify content's title field.John Mark Bell2010-04-031-0/+1
| | | | svn path=/trunk/netsurf/; revision=10231
* Merge jmb/new-cache; r=dsilvers,rs=vinceDaniel Silverstone2010-03-281-0/+221
svn path=/trunk/netsurf/; revision=10180