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

Commits on May 2, 2011

  1. Beta 1

    Support for Device Oreintation
    Basic Keyboard support
    Basic Autoresizing Controls
    
    Signed-off-by: Patrick Richards <pat@domesticcat.com.au>
    domesticcatsoftware committed May 2, 2011
    Configuration menu
    Copy the full SHA
    0da9122 View commit details
    Browse the repository at this point in the history
  2. Daily Commit

    Small changes & bugfixes
    
    Signed-off-by: Patrick Richards <pat@domesticcat.com.au>
    domesticcatsoftware committed May 2, 2011
    Configuration menu
    Copy the full SHA
    143fbe5 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2011

  1. Beta 1

    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>
    domesticcatsoftware committed May 3, 2011
    Configuration menu
    Copy the full SHA
    6233e67 View commit details
    Browse the repository at this point in the history
  2. Replaced crosshair images with crosshair class

    Added basic UIView flashing on redraw via swizzling
    
    Signed-off-by: Patrick Richards <pat@domesticcat.com.au>
    domesticcatsoftware committed May 3, 2011
    Configuration menu
    Copy the full SHA
    778e96c View commit details
    Browse the repository at this point in the history
  3. Daily commit

    Bug fixes
    Fixed landscape bug
    
    Signed-off-by: Patrick Richards <pat@domesticcat.com.au>
    domesticcatsoftware committed May 3, 2011
    Configuration menu
    Copy the full SHA
    f1dff8c View commit details
    Browse the repository at this point in the history

Commits on May 4, 2011

  1. Beta 2

    Bugfixes
    Help screen
    Some refactoring
    
    Signed-off-by: Patrick Richards <pat@domesticcat.com.au>
    domesticcatsoftware committed May 4, 2011
    Configuration menu
    Copy the full SHA
    1f178f6 View commit details
    Browse the repository at this point in the history
  2. Daily Commit

    Beta 3
    - Bugfixes
    - More help
    - Added blocks
    - Tested iPad support
    - Fixed coordinates in Landscape mode
    
    Signed-off-by: Patrick Richards <pat@domesticcat.com.au>
    domesticcatsoftware committed May 4, 2011
    Configuration menu
    Copy the full SHA
    8b49913 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2011

  1. Daily Commit

    • Bugfixes
    Signed-off-by: Patrick Richards <pat@domesticcat.com.au>
    domesticcatsoftware committed May 5, 2011
    Configuration menu
    Copy the full SHA
    94b45d0 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2011

  1. Daily Commit

    Signed-off-by: Patrick Richards <pat@domesticcat.com.au>
    domesticcatsoftware committed May 13, 2011
    Configuration menu
    Copy the full SHA
    9b0344a View commit details
    Browse the repository at this point in the history
  2. Daily Commit

    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>
    domesticcatsoftware committed May 13, 2011
    Configuration menu
    Copy the full SHA
    0358d72 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2011

  1. Commit after Dropbox migration

    Signed-off-by: Patrick Richards <pat@domesticcat.com.au>
    domesticcatsoftware committed May 18, 2011
    Configuration menu
    Copy the full SHA
    d8c02ec View commit details
    Browse the repository at this point in the history

Commits on May 25, 2011

  1. Daily Commit

    Fixed bugs
    Removed toolbar
    Fixed opaque to non-opaque
    Many other fixes
    
    Signed-off-by: Patrick Richards <pat@domesticcat.com.au>
    domesticcatsoftware committed May 25, 2011
    Configuration menu
    Copy the full SHA
    9f2cfe7 View commit details
    Browse the repository at this point in the history
  2. Added license & readme, changed Twitter handle and address on domesti…

    …ccat.com.au
    
    Signed-off-by: Patrick Richards <pat@domesticcat.com.au>
    domesticcatsoftware committed May 25, 2011
    Configuration menu
    Copy the full SHA
    3aaabfd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0acb075 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    737e391 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2011

  1. Fixed issue domesticcatsoftware#1 (alpha limits)

    Added basic accessibility property logging
    Small language changes
    Updated readme
    
    Signed-off-by: Patrick Richards <pat@domesticcat.com.au>
    domesticcatsoftware committed May 27, 2011
    Configuration menu
    Copy the full SHA
    30a0e90 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    464bc40 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ad031e8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    245ed1b View commit details
    Browse the repository at this point in the history

Commits on May 28, 2011

  1. Always set the ApplicationAccessibilityEnabled preference to true for…

    … accessibility logging to work.
    0xced committed May 28, 2011
    Configuration menu
    Copy the full SHA
    a93874b View commit details
    Browse the repository at this point in the history

Commits on May 29, 2011

  1. Merge pull request domesticcatsoftware#5 from 0xced/develop

    Always set the ApplicationAccessibilityEnabled preference to true
    domesticcatsoftware committed May 29, 2011
    Configuration menu
    Copy the full SHA
    2ee1f9a View commit details
    Browse the repository at this point in the history
  2. Handle arrow keys for nudging and resizing views

    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.
    0xced committed May 29, 2011
    Configuration menu
    Copy the full SHA
    c5e62a8 View commit details
    Browse the repository at this point in the history
  3. Merge pull request domesticcatsoftware#6 from 0xced/develop

    Handle arrow keys for nudging and resizing views
    domesticcatsoftware committed May 29, 2011
    Configuration menu
    Copy the full SHA
    5d78bcf View commit details
    Browse the repository at this point in the history

Commits on May 30, 2011

  1. Added traversal history (issue domesticcatsoftware#4)

    Signed-off-by: Patrick Richards <pat@domesticcat.com.au>
    domesticcatsoftware committed May 30, 2011
    Configuration menu
    Copy the full SHA
    5934df1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6a11200 View commit details
    Browse the repository at this point in the history
  3. Merge pull request domesticcatsoftware#7 from 0xced/develop

    Removed obsolete comment about accessibility properties in embedded help
    domesticcatsoftware committed May 30, 2011
    Configuration menu
    Copy the full SHA
    8260d08 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2011

  1. Configuration menu
    Copy the full SHA
    ae78adf View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2011

  1. Fixed some compiler warnings

    myell0w committed Jun 2, 2011
    Configuration menu
    Copy the full SHA
    0a745d3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request domesticcatsoftware#10 from myell0w/master

    Fixed compiler warnings
    domesticcatsoftware committed Jun 2, 2011
    Configuration menu
    Copy the full SHA
    5d9fc72 View commit details
    Browse the repository at this point in the history
  3. Added attribution for status bar overlay class

    Signed-off-by: Patrick Richards <pat@domesticcat.com.au>
    domesticcatsoftware committed Jun 2, 2011
    Configuration menu
    Copy the full SHA
    c230f84 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2011

  1. Configuration menu
    Copy the full SHA
    25b916e View commit details
    Browse the repository at this point in the history
  2. Better handling of CGSize properties on Intel - 8 bytes are packed in…

    …stead of returned in an object.
    megastep committed Jun 29, 2011
    Configuration menu
    Copy the full SHA
    f207b47 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2011

  1. Merge pull request domesticcatsoftware#12 from megastep/master

    Fix for status bar overlay
    domesticcatsoftware committed Jun 30, 2011
    Configuration menu
    Copy the full SHA
    2689982 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2011

  1. Safer retrieval of properties

    Use valueForKey: which automatically converts primitive types into NSValue instead of using objc_msgSend directly. Also use "nil" instead of "(null)" to describe nil properties.
    0xced committed Jul 4, 2011
    Configuration menu
    Copy the full SHA
    bd46983 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2011

  1. Merge pull request domesticcatsoftware#14 from 0xced/develop

    Safer retrieval of properties
    domesticcatsoftware committed Jul 6, 2011
    Configuration menu
    Copy the full SHA
    132e002 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2011

  1. Configuration menu
    Copy the full SHA
    777f296 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2011

  1. Configuration menu
    Copy the full SHA
    56b4e45 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cdecb8f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c4fbb6d View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2011

  1. Merge pull request domesticcatsoftware#15 from 0xced/develop

    Workaround non KVC compliant UITextInputTraits properties
    domesticcatsoftware committed Jul 12, 2011
    Configuration menu
    Copy the full SHA
    0666de5 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2011

  1. Clean up a lot of incorrect floating point constants (i.e., CGFloat, …

    …which is of type `float`, should have constants that are non-integer, floating point (1.0) and have a `f` appended to them: `1.0f`).
    johnezang committed Jul 22, 2011
    Configuration menu
    Copy the full SHA
    0c1bfc4 View commit details
    Browse the repository at this point in the history
  2. Removing temporary/personal files from tree.

    Grzegorz Adam Hankiewicz committed Jul 22, 2011
    Configuration menu
    Copy the full SHA
    63236d9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4d8425e View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2011

  1. Add placeholder method to avoid crash when slider changes.

    Bug introduced in commit:48b90b61d309895cb601da6f300e666cb00c7c73.
    Grzegorz Adam Hankiewicz committed Jul 25, 2011
    Configuration menu
    Copy the full SHA
    af70bef View commit details
    Browse the repository at this point in the history
  2. Relink text field with view controller delegate.

    Otherwise the keyboard is not dismissed when pressing the enter key and
    the user remains trapped forever.
    Grzegorz Adam Hankiewicz committed Jul 25, 2011
    Configuration menu
    Copy the full SHA
    4531c14 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2011

  1. Merge pull request domesticcatsoftware#16 from johnezang/master

    Source tidies.  There should be zero changes in functionality.
    domesticcatsoftware committed Jul 26, 2011
    Configuration menu
    Copy the full SHA
    153612a View commit details
    Browse the repository at this point in the history
  2. Merge pull request domesticcatsoftware#18 from gradha/ignoring_genera…

    …ted_files
    
    Removing temporary/personal files from tree.
    domesticcatsoftware committed Jul 26, 2011
    Configuration menu
    Copy the full SHA
    89e67e6 View commit details
    Browse the repository at this point in the history
  3. Merge pull request domesticcatsoftware#19 from 0xced/develop

    Fixed crash when displaying help
    domesticcatsoftware committed Jul 26, 2011
    Configuration menu
    Copy the full SHA
    b8e2e01 View commit details
    Browse the repository at this point in the history
  4. Merge pull request domesticcatsoftware#20 from gradha/dismiss_keyboar…

    …d_in_text_field
    
    Dismiss keyboard in text field
    domesticcatsoftware committed Jul 26, 2011
    Configuration menu
    Copy the full SHA
    01021d2 View commit details
    Browse the repository at this point in the history
  5. Merge pull request domesticcatsoftware#21 from gradha/avoid_slider_crash

    Add placeholder method to avoid crash when slider changes.
    domesticcatsoftware committed Jul 26, 2011
    Configuration menu
    Copy the full SHA
    fc96daa View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    10e80f6 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2011

  1. Merge pull request domesticcatsoftware#23 from 0xced/develop

    Avoid infinite recursion in UITextInputTraits_valueForKey(). Fixes domesticcatsoftware#22
    domesticcatsoftware committed Aug 23, 2011
    Configuration menu
    Copy the full SHA
    9be14e7 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2011

  1. Features Added:

    - Navigate to first subview
    - Navigate to next/previous sibling view
    - Detect broken hierarchy while doing so
    Furkan Mustafa committed Sep 16, 2011
    Configuration menu
    Copy the full SHA
    a4282c5 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2011

  1. Configuration menu
    Copy the full SHA
    af04f23 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2011

  1. Configuration menu
    Copy the full SHA
    b95cecd View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2011

  1. Fixes size for non portrait launch apps. Refs domesticcatsoftware#26.

    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.
    Grzegorz Adam Hankiewicz committed Oct 7, 2011
    Configuration menu
    Copy the full SHA
    827c947 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2011

  1. Changes readme's #ifdef example to correct #if. Refs domesticcatsoftw…

    Grzegorz Adam Hankiewicz committed Oct 8, 2011
    Configuration menu
    Copy the full SHA
    9ead74c View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2011

  1. Merge pull request domesticcatsoftware#28 from atty303/fix-scrolls-to…

    …-top
    
    Fixed the behavior of scrollsToTop that owned by a original window.
    domesticcatsoftware committed Oct 11, 2011
    Configuration menu
    Copy the full SHA
    aad4191 View commit details
    Browse the repository at this point in the history
  2. Merge pull request domesticcatsoftware#31 from gradha/corrects_ifdef_…

    …readme
    
    Changes readme's #ifdef example to correct #if. Refs domesticcatsoftware#29.
    domesticcatsoftware committed Oct 11, 2011
    Configuration menu
    Copy the full SHA
    8237a81 View commit details
    Browse the repository at this point in the history
  3. Merge pull request domesticcatsoftware#30 from gradha/non_portrait_or…

    …ientation_bug_second_try
    
    Fixes size for non portrait launch apps. Refs domesticcatsoftware#26.
    domesticcatsoftware committed Oct 11, 2011
    Configuration menu
    Copy the full SHA
    dcffc85 View commit details
    Browse the repository at this point in the history
  4. Update .gitignore

    domesticcatsoftware committed Oct 11, 2011
    Configuration menu
    Copy the full SHA
    aded551 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    69f6cce View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2011

  1. Fixed armv6 compile errors

    jessedc committed Dec 23, 2011
    Configuration menu
    Copy the full SHA
    7123503 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2012

  1. Merge pull request domesticcatsoftware#37 from realestate-com-au/rea-…

    …changes
    
    Fixed armv6 compile errors
    domesticcatsoftware committed Jan 3, 2012
    Configuration menu
    Copy the full SHA
    a1f7e97 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2012

  1. Dump properties of class and all super classes up to UIView.

    Improved property logging where before only the object's class and
    UIView class properties would be dumped, skipping any super classes
    in between.
    chrismiles committed Jan 17, 2012
    Configuration menu
    Copy the full SHA
    a21d835 View commit details
    Browse the repository at this point in the history
  2. Removed logic to not log UIScrollView & UIButton class properties.

    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.
    chrismiles committed Jan 17, 2012
    Configuration menu
    Copy the full SHA
    5ffabb3 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2012

  1. Configuration menu
    Copy the full SHA
    06f0507 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2012

  1. Configuration menu
    Copy the full SHA
    7817928 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2012

  1. fixed the wrong instruction.

    jsa :~ committed Feb 17, 2012
    Configuration menu
    Copy the full SHA
    9c61599 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2012

  1. Fix Pragma warnings

    error: unknown pragma ignored [-Werror,-Wunknown-pragmas]
    molescat committed Mar 13, 2012
    Configuration menu
    Copy the full SHA
    539affa View commit details
    Browse the repository at this point in the history

Commits on May 31, 2012

  1. Configuration menu
    Copy the full SHA
    4ac53a2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request domesticcatsoftware#43 from jamessa/master

    fixed really minor but confusing description for 1st user.
    domesticcatsoftware committed May 31, 2012
    Configuration menu
    Copy the full SHA
    462258e View commit details
    Browse the repository at this point in the history
  3. Merge pull request domesticcatsoftware#39 from chrismiles/master

    Updated logPropertiesForObject to log all superclass properties between object & UIView
    domesticcatsoftware committed May 31, 2012
    Configuration menu
    Copy the full SHA
    3a20e9a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    95796f6 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2015

  1. Fix IMP type in valueForKey for UITextInput. Fixes domesticcatsoftwar…

    AndersDJohnson authored and Anders D. Johnson committed Jun 16, 2015
    Configuration menu
    Copy the full SHA
    8d4e122 View commit details
    Browse the repository at this point in the history