| 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 |
| 4 Security Critical: Yes |
| 3 | 5 |
| 4 Local changes: | 6 Local changes: |
| 5 * ImageAndTextCell.h: Changed 'image' property to 'retain' mode to fix a crash. | 7 * ImageAndTextCell.h: Changed 'image' property to 'retain' mode to fix a crash. |
| 6 * ImageAndTextCell.m: Moved '@synthesize' to to the top of '@implementation' as | 8 * ImageAndTextCell.m: Moved '@synthesize' to to the top of '@implementation' as |
| 7 suggested by a clang warning. | 9 suggested by a clang warning. |
| 10 * ImageAndTextCell.m: Switched from -[NSImage compositeToPoint:operation:] to |
| 11 -[NSImage drawInRect:fromRect:operation:fraction:respectFl
ipped:hints:] |
| 12 as the former is deprecated and doesn't work properly in |
| 13 HiDPI. |
| OLD | NEW |