summaryrefslogtreecommitdiff
path: root/cocoa/apple_image.m
Commit message (Collapse)AuthorAgeFilesLines
* Using the file name and size of an image as title.Sven Weidauer2011-05-101-3/+3
| | | | svn path=/trunk/netsurf/; revision=12370
* Stop keeping all lwc strings for mime types in apple_image.mSven Weidauer2011-05-101-38/+5
| | | | svn path=/trunk/netsurf/; revision=12369
* Incremental loading images using ImageIOSven Weidauer2011-05-101-9/+54
| | | | svn path=/trunk/netsurf/; revision=12367
* Remove NSLog calls (unnecessary)Sven Weidauer2011-05-101-1/+0
| | | | svn path=/trunk/netsurf/; revision=12366
* Don't say "registering" when we actually skipped the type...François Revel2011-05-091-1/+1
| | | | svn path=/trunk/netsurf/; revision=12355
* Skip image/gif when registering Apple Image handlers, to give precedence to ↵François Revel2011-05-091-0/+6
| | | | | | nsgif since it handles animated GIF. svn path=/trunk/netsurf/; revision=12354
* Registering all image types NSBitmapImageRep can load and using ImageIO ↵Sven Weidauer2011-05-091-33/+60
| | | | | | | | instead of other image libraries by default. Regression: animated GIF doesn’t work anymore. svn path=/trunk/netsurf/; revision=12350
* Use named initializers.François Revel2011-05-091-15/+7
| | | | svn path=/trunk/netsurf/; revision=12343
* Fix the apple_image handler to only have a redraw method that also does tiling.François Revel2011-05-091-18/+1
| | | | svn path=/trunk/netsurf/; revision=12342
* 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