OLD | NEW |
1 Name: Apple sample code | 1 Name: Apple sample code |
2 URL: http://developer.apple.com/ | 2 URL: http://developer.apple.com/ |
3 Version: unknown | 3 Version: unknown |
4 Security Critical: Yes | 4 Security Critical: Yes |
| 5 License: Custom license |
5 | 6 |
6 Local changes: | 7 Local changes: |
7 * ImageAndTextCell.h: Changed 'image' property to 'retain' mode to fix a crash. | 8 * ImageAndTextCell.h: Changed 'image' property to 'retain' mode to fix a crash. |
8 * ImageAndTextCell.m: Moved '@synthesize' to to the top of '@implementation' as | 9 * ImageAndTextCell.m: Moved '@synthesize' to to the top of '@implementation' as |
9 suggested by a clang warning. | 10 suggested by a clang warning. |
10 * ImageAndTextCell.m: Switched from -[NSImage compositeToPoint:operation:] to | 11 * ImageAndTextCell.m: Switched from -[NSImage compositeToPoint:operation:] to |
11 -[NSImage drawInRect:fromRect:operation:fraction:respectFl
ipped:hints:] | 12 -[NSImage drawInRect:fromRect:operation:fraction:respectFl
ipped:hints:] |
12 as the former is deprecated and doesn't work properly in | 13 as the former is deprecated and doesn't work properly in |
13 HiDPI. | 14 HiDPI. |
OLD | NEW |