summaryrefslogtreecommitdiff
path: root/cocoa/apple_image.m
Commit message (Expand)AuthorAgeFilesLines
* Using the file name and size of an image as title.Sven Weidauer2011-05-101-3/+3
* Stop keeping all lwc strings for mime types in apple_image.mSven Weidauer2011-05-101-38/+5
* Incremental loading images using ImageIOSven Weidauer2011-05-101-9/+54
* Remove NSLog calls (unnecessary)Sven Weidauer2011-05-101-1/+0
* Don't say "registering" when we actually skipped the type...François Revel2011-05-091-1/+1
* Skip image/gif when registering Apple Image handlers, to give precedence to n...François Revel2011-05-091-0/+6
* Registering all image types NSBitmapImageRep can load and using ImageIO inste...Sven Weidauer2011-05-091-33/+60
* Use named initializers.François Revel2011-05-091-15/+7
* Fix the apple_image handler to only have a redraw method that also does tiling.François Revel2011-05-091-18/+1
* Partial Cocoa build fix: missing definition of NOF_ELEMENTS.François Revel2011-05-061-0/+1
* Merge branches/jmb/content-factory to trunkJohn Mark Bell2011-05-061-5/+137
* Created content handler CONTENT_APPLE_IMAGE for Mac OS X that can handle all ...Sven Weidauer2011-03-051-0/+117