mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-08-25 13:07:02 +00:00
- CPImageInBundle() can't be used from a ThemeDescriptor. Replaced with PatternImage(). - DRY! Put clock image sizes in variables so they can be maintained in one place. - When displayed from the theme showcase, the hand images in HandLayer -setImage: were still _CPCibCustomResources, not sure why. This condition is now explicitly handled by converting to the referenced image. - Fixed a bug in _CPDatePickerClock -setEnabled where the sublayers would not update unless the event loop was pumped. - Check for unchanged value in setters. - Various code optimizations. - Removed unnecessary method comments. - Fixed typo in demo app.