Commit Graph
29 Commits
Author SHA1 Message Date
Aditya Nrusimha c5315011cf Removed overflow ellipsis option (for now!) 2012-09-26 00:14:46 -07:00
Aditya Nrusimha 590716b166 Merge upstream changes 2012-09-24 17:19:12 -07:00
galaxas0 5145666756 Added comment explanation. 2012-09-22 19:19:08 -07:00
Aditya Nrusimha 2a5efb42e8 Secure Text Field support. (No new classes, either!) 2012-09-22 18:24:21 -07:00
Aditya Nrusimha b03ad59ce4 Fixed property/synthesize issues. 2012-09-22 17:01:38 -07:00
Aditya Nrusimha 4b26d0e2fb Added more explanation comments. 2012-09-22 16:14:38 -07:00
galaxas0 408436961a Changed notification style again. 2012-09-19 18:06:31 -07:00
Aditya Nrusimha a7ac8cf767 Changed notification style. 2012-09-19 18:00:23 -07:00
Aditya Nrusimha 25d1e47e00 Allow refusal of first responder and add context menu + Google Search to text renderer and view. 2012-09-18 16:47:13 -07:00
Aditya Nrusimha b645fbbe87 Custom text selection color. 2012-09-18 16:42:20 -07:00
Aditya Nrusimha 107c1476e2 Added optional overflow ellipses to TUITextRenderer and customizable cursor color. 2012-09-18 16:41:38 -07:00
Aditya Nrusimha 1f45a4b32f TUITextRenderer responder notifications. 2012-09-18 16:41:16 -07:00
Justin Spahr-Summers ce1fef3530 Refactoring to change uses of TUIColor to NSColor 2012-07-27 16:15:19 -07:00
Justin Spahr-Summers 7231b63c77 Refactored code to use NSFont instead of TUIFont 2012-07-24 18:32:15 -07:00
Justin Spahr-Summers 9f1d9f38b7 Remove ABActiveRange import from TUITextRenderer.h 2012-07-23 12:14:04 -07:00
joshaber 37c0790408 added more missing unsafe_unretained annotations 2012-05-11 11:17:08 -04:00
joshaber 8bd71fb704 Merge remote-tracking branch 'upstream/master' into dev
Conflicts:
	TwUI.xcodeproj/project.pbxproj
	lib/Support/CoreText+Additions.m
	lib/UIKit/TUIAttributedString.m
	lib/UIKit/TUIControl.m
	lib/UIKit/TUINSView.h
	lib/UIKit/TUINSView.m
	lib/UIKit/TUINSWindow.m
	lib/UIKit/TUITableView.m
	lib/UIKit/TUITableViewCell.m
	lib/UIKit/TUITextRenderer.m
	lib/UIKit/TUITextView.m
	lib/UIKit/TUIView.m
2012-04-09 14:48:41 -04:00
joshaber 4904215ec1 extract the selection drawing into its own method for easier customization and subclassing 2012-02-06 21:38:05 -05:00
joshaber df551d4c00 added a method for getting a string's size when constrained to a set number of lines 2012-01-11 16:46:50 -05:00
Justin Spahr-Summers 614d42de82 Use __unsafe_unretained instead of __weak, for compatibility with 10.6 2011-11-12 17:46:16 -08:00
Justin Spahr-Summers fac056b03c ARC migration, baby.
Conflicts:

	TwUI.xcodeproj/project.pbxproj
2011-11-12 17:44:11 -08:00
joshaber 4636d25e97 centralized the line rect caching 2011-11-10 10:54:24 -08:00
joshaber 12ee960f00 cache line rects since they're so fucking expensive to calculate 2011-11-09 15:32:47 -08:00
joshaber a24b1869f3 added delegate methods for text view's responder status 2011-09-15 17:29:56 -07:00
joshaber 2f577d8617 added support for setting a vertical alignment on TUITextRenderer 2011-08-22 17:34:07 -04:00
joshaber e00ad1ed50 added block support to attributed strings 2011-08-02 10:09:08 -07:00
joshaber c540652e87 added the backgroundDrawingEnabled property and disabled backgrounds while masking to the drag selection 2011-07-10 17:18:05 -07:00
joshaber 7dc690e8bb draw the attributed string's background colors and added a method to grab the text renderer's height constrained to a width 2011-07-08 12:48:41 -07:00
Loren Brichter 2a704ca1fb TwUI 0.1 2011-07-01 14:18:11 -04:00