summaryrefslogtreecommitdiff
path: root/content/content_protected.h
Commit message (Collapse)AuthorAgeFilesLines
...
* Unify content_redraw params in content_redraw_data struct. Core and RISC OS ↵Michael Drake2011-06-281-4/+2
| | | | | | content handlers updated. svn path=/trunk/netsurf/; revision=12529
* Enable content redraw request without hlcache_handle.Michael Drake2011-06-271-0/+2
| | | | svn path=/trunk/netsurf/; revision=12518
* If iframes are reformatted due to containing document reflow, don't need to ↵Michael Drake2011-06-241-1/+2
| | | | | | redraw them since they will be redrawn when the containing document is redrawn. Make iframe handling more robust. svn path=/trunk/netsurf/; revision=12497
* refactor content handler initilisation to use named initialisorsVincent Sanders2011-05-091-1/+1
| | | | svn path=/trunk/netsurf/; revision=12341
* consolidate content redraw Vincent Sanders2011-05-081-3/+0
| | | | | | more cleanups ready for image content refactor svn path=/trunk/netsurf/; revision=12317
* Merge branches/jmb/content-factory to trunkJohn Mark Bell2011-05-061-110/+48
| | | | svn path=/trunk/netsurf/; revision=12283
* 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