Commit Graph

7 Commits

Author SHA1 Message Date
Justin Spahr-Summers 484c9cc9c7 Refactored TUIImageView to use NSImage 2012-07-24 17:09:40 -07:00
Justin Spahr-Summers 179a754018 Remove TUIKit.h import from TUIImageView.m 2012-07-23 12:32:22 -07:00
joshaber 8f9317fe43 reasonable -sizeThatFits: for TUIImageView 2012-05-18 11:44:50 -04:00
Justin Spahr-Summers fac056b03c ARC migration, baby.
Conflicts:

	TwUI.xcodeproj/project.pbxproj
2011-11-12 17:44:11 -08:00
Brian William Wolter 30699e1c09 Image views now set their initial frame (in initWithImage:) to have the same dimensions as the parameter image. 2011-08-19 15:30:38 -04:00
Patrick B. Gibson 3654469c60 TUIImageView's drawRect: method should ask the child image to draw itself, not draw the child images CGImage itself.
This fixes a bug where TUIStretchableImages wouldn't be drawn properly when placed in a TUIImageView.
2011-07-30 11:37:42 -07:00
Loren Brichter 2a704ca1fb TwUI 0.1 2011-07-01 14:18:11 -04:00