blob: 5cdb794812b3a1f6d524cf9cedece96cdb9f8389 [file] [log] [blame]
Name: Apple sample code
URL: http://developer.apple.com/
Version: unknown
Security Critical: Yes
License: Custom license
Local changes:
* ImageAndTextCell.h: Changed 'image' property to 'retain' mode to fix a crash.
* ImageAndTextCell.m: Moved '@synthesize' to to the top of '@implementation' as
suggested by a clang warning.
* ImageAndTextCell.m: Switched from -[NSImage compositeToPoint:operation:] to
-[NSImage drawInRect:fromRect:operation:fraction:respectFlipped:hints:]
as the former is deprecated and doesn't work properly in
HiDPI.