Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix IMP type in valueForKey for UITextInput. Fixes #76. #77

Open
wants to merge 75 commits into
base: master
Choose a base branch
from

Conversation

AndersDJohnson
Copy link

No description provided.

domesticcatsoftware and others added 30 commits May 2, 2011 20:59
Support for Device Oreintation
Basic Keyboard support
Basic Autoresizing Controls

Signed-off-by: Patrick Richards <pat@domesticcat.com.au>
Small changes & bugfixes

Signed-off-by: Patrick Richards <pat@domesticcat.com.au>
Added global keyboard Shortcuts
Added gestureRecognizer property to allow for custom gestureRecognizers
Added options to turn of status bar and keyboard shortcuts
Added property descriptions

Signed-off-by: Patrick Richards <pat@domesticcat.com.au>
Added basic UIView flashing on redraw via swizzling

Signed-off-by: Patrick Richards <pat@domesticcat.com.au>
Bug fixes
Fixed landscape bug

Signed-off-by: Patrick Richards <pat@domesticcat.com.au>
Bugfixes
Help screen
Some refactoring

Signed-off-by: Patrick Richards <pat@domesticcat.com.au>
Beta 3
- Bugfixes
- More help
- Added blocks
- Tested iPad support
- Fixed coordinates in Landscape mode

Signed-off-by: Patrick Richards <pat@domesticcat.com.au>
• Bugfixes
Signed-off-by: Patrick Richards <pat@domesticcat.com.au>
Signed-off-by: Patrick Richards <pat@domesticcat.com.au>
Removed Blocks
Language changes
Added shortcut key for logging out code
Added text in help to explain logging out code, providing names for objects
Changed help HTML styling slightly

Signed-off-by: Patrick Richards <pat@domesticcat.com.au>
Signed-off-by: Patrick Richards <pat@domesticcat.com.au>
Fixed bugs
Removed toolbar
Fixed opaque to non-opaque
Many other fixes

Signed-off-by: Patrick Richards <pat@domesticcat.com.au>
…ccat.com.au

Signed-off-by: Patrick Richards <pat@domesticcat.com.au>
Added basic accessibility property logging
Small language changes
Updated readme

Signed-off-by: Patrick Richards <pat@domesticcat.com.au>
Always set the ApplicationAccessibilityEnabled preference to true
By using a UITextView instead of a UITextField, we are informed of selection change thanks to the textViewDidChangeSelection: delegate method. Crafting special text content allows to deduce what arrow keys (along with modifier keys) were pressed.
Handle arrow keys for nudging and resizing views
Signed-off-by: Patrick Richards <pat@domesticcat.com.au>
Removed obsolete comment about accessibility properties in embedded help
Signed-off-by: Patrick Richards <pat@domesticcat.com.au>
domesticcatsoftware and others added 29 commits July 25, 2011 19:43
…ted_files

Removing temporary/personal files from tree.
…d_in_text_field

Dismiss keyboard in text field
Add placeholder method to avoid crash when slider changes.
Avoid infinite recursion in UITextInputTraits_valueForKey(). Fixes domesticcatsoftware#22
- Navigate to first subview
- Navigate to next/previous sibling view
- Detect broken hierarchy while doing so
The statusBarFrame can't be trusted to initialize the status bar overlay
properly due to transformed rect coordinates. So we detect the
orientation and use the longest size with a predefined height.
…-top

Fixed the behavior of scrollsToTop that owned by a original window.
…readme

Changes readme's #ifdef example to correct #if. Refs domesticcatsoftware#29.
…ientation_bug_second_try

Fixes size for non portrait launch apps. Refs domesticcatsoftware#26.
Improved property logging where before only the object's class and
UIView class properties would be dumped, skipping any super classes
in between.
Couldn't see a reason to not log properties for these two classes when
all others are logged. The property output for these two classes is very
informative.
error: unknown pragma ignored [-Werror,-Wunknown-pragmas]
fixed really minor but confusing description for 1st user.
Updated logPropertiesForObject to log all superclass properties between object & UIView
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

10 participants