summaryrefslogtreecommitdiff
path: root/cocoa/apple_image.m
Commit message (Expand)AuthorAgeFilesLines
* reduce talloc usage to box tree layout onlyVincent Sanders2012-10-031-5/+4
* Make llcache_handle_get_url return a nsurl.Michael Drake2011-09-281-1/+1
* Virtualise content handler finalisation calls. Remove pointless implementations.John Mark Bell2011-09-151-4/+0
* Clean up content_factory_register_handler API -- content handlers no longer u...John Mark Bell2011-09-151-7/+1
* Remove mime_type parameter from content handler content_type callback APIJohn Mark Bell2011-09-031-2/+2
* fix apple image content handlerVincent Sanders2011-08-311-3/+4
* refactor bitmap out of generic content structureVincent Sanders2011-08-311-4/+19
* Remove plotter table global. Pass a redraw context around redraw functions. ...Michael Drake2011-06-301-3/+3
* Fix up apple image content handler.Michael Drake2011-06-291-13/+8
* Handling animations in apple_image.m. Loop counts are ignored for nowSven Weidauer2011-05-191-0/+41
* Reverting r12367, cannot get incremental image loading to work correctly.Sven Weidauer2011-05-191-54/+9
* 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