summaryrefslogtreecommitdiff
path: root/cocoa/apple_image.h
Commit message (Collapse)AuthorAgeFilesLines
* move frontends into sub directoryVincent Sanders2016-05-151-39/+0
|
* Fix several warnings in cocoa frontendVincent Sanders2015-06-181-0/+3
|
* Virtualise content handler finalisation calls. Remove pointless implementations.John Mark Bell2011-09-151-2/+0
| | | | svn path=/trunk/netsurf/; revision=12797
* Merge branches/jmb/content-factory to trunkJohn Mark Bell2011-05-061-23/+7
| | | | svn path=/trunk/netsurf/; revision=12283
* Created content handler CONTENT_APPLE_IMAGE for Mac OS X that can handle all ↵Sven Weidauer2011-03-051-0/+54
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