summaryrefslogtreecommitdiff
path: root/cocoa/apple_image.m
Commit message (Collapse)AuthorAgeFilesLines
* Partial Cocoa build fix: missing definition of NOF_ELEMENTS.François Revel2011-05-061-0/+1
| | | | svn path=/trunk/netsurf/; revision=12285
* Merge branches/jmb/content-factory to trunkJohn Mark Bell2011-05-061-5/+137
| | | | 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/+117
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