Commit Graph
12 Commits
Author SHA1 Message Date
galaxas0 ddb360960d Removed useless examples. 2012-09-22 20:41:56 -07:00
galaxas0 9cc52f1cb0 Added comment explanation. 2012-09-22 20:19:44 -07:00
Aditya Nrusimha 2a5efb42e8 Secure Text Field support. (No new classes, either!) 2012-09-22 18:24:21 -07:00
Robert 06e3d653a9 Cleanup and inline documentation additions. 2012-09-01 01:25:55 -06:00
Robert d9429f9a06 TUITextView now responds to -editable property
TUITextView ignored -editable before, and -userInteractionEnabled would
completely shut off dictionary and highlighting functions.  By adding
check for edit-ability to the _isKey function (and a property to
TUITextEditor), the text view must pass two tests before it can become
a first responder and show the cursor to accepts key events.  It is a
bit fake-ish though, because clearly the renderer must respond to click
events, otherwise double clicks on words don't go through correctly,
but at least it guts the ability of the user to add text to a text view
they shouldn't be adding text to.  It's possible that you may not want
to expose the editable property I've defined in case it accidentally
disables some poor chap's text view, but it's worth a look.
2012-08-31 20:51:33 -06: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 876e5f8946 handle key equivalents that should be captured by the input context 2012-03-13 11:06:32 -04:00
joshaber 6281d17421 fixed TUITextView so that it now works with more advanced input methods like Chinese and Japanese 2012-03-01 10:28:22 -05:00
joshaber 6cb50076f8 added a method for adding the standard Cut / Copy / Paste items to a menu 2012-01-25 17:07:04 -05:00
joshaber fe921c5326 only return YES from -performKeyEquivalent: if the selector isn't -noop: 2011-12-06 15:03:28 -05:00
Justin Spahr-Summers fac056b03c ARC migration, baby.
Conflicts:

	TwUI.xcodeproj/project.pbxproj
2011-11-12 17:44:11 -08:00
Loren Brichter 2a704ca1fb TwUI 0.1 2011-07-01 14:18:11 -04:00