| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-02-06 | Fixed mistypes (double 'used' x2) | Pedro Vieria | |
| 2013-02-06 | fixed mistype | Pedro Vieria | |
| 2012-12-13 | Update README.md | Vadim Shpakovski | |
| Adds one more non-ARC repository reference. | |||
| 2012-12-03 | Merge pull request #11 from radex/master | Vadim Shpakovski | |
| Make F17, F18 and F19 work | |||
| 2012-12-03 | Make F17-F19 work | Radex | |
| 2012-11-23 | Merge branch 'master' of github.com:shpakovski/MASShortcut | Vadim Shpakovski | |
| 2012-11-23 | Enables support for exlusive Option modifier. | Vadim Shpakovski | |
| 2012-11-13 | Updates README | Vadim Shpakovski | |
| Now there is a link to the non-ARC compatible fork. | |||
| 2012-11-10 | Now the component properly handles your trying to set another handler for an ↵ | Vadim Shpakovski | |
| existing shortcut. Only the first assignable handler will be working, the second and other handlers all will be ignored. Also, previous workaround with calling performSelector:withObject:afterDelay: is removed, it seems to be working with an apprpriate use of objc_setAssociatedObject. | |||
| 2012-10-08 | Fixes problem with view controllers. | Vadim Shpakovski | |
| When view controller is loaded from NIB, it posts a notification about changes in user defaults. This causes user defaults watcher to reload the hotkey. Some shortcut objects perform cleanup in -[dealloc], but this method may be called later then -[init] in new shortcut objects. It resulted in freeing just created keyboard shortcut referring to the same user defaults key. The problem has been fixed by moving creation of the replacement hotkey in the next run loop when -[dealloc] is guaranteed to be called in previous watcher. | |||
| 2012-09-19 | Isolates monitoring code from data.1.1 | Vadim Shpakovski | |
| 2012-09-19 | Adds support for direct monitoring shortcuts. | Vadim Shpakovski | |
| 2012-09-19 | Improves API. | Vadim Shpakovski | |
| 2012-09-19 | Merge. | Vadim Shpakovski | |
| 2012-09-19 | Merge remote-tracking branch 'origin/master' | Vadim Shpakovski | |
| 2012-09-19 | Adds a new appearance and fixes bugs related to key equivalents. | Vadim Shpakovski | |
| 2012-09-19 | Fixes the issue with setting associated User Defaults key twice. | Vadim Shpakovski | |
| 2012-09-03 | Improves textured view appearance. | Vadim Shpakovski | |
| 2012-08-31 | Introduces appearance property with a new style: Textured Rect.1.0 | Vadim Shpakovski | |
| 2012-08-25 | Allows support for Function keys in shortcuts. | Vadim Shpakovski | |
| 2012-08-13 | Fixes shortcut view. | Vadim Shpakovski | |
| When you pressed only modifier keys Command, Option, Control, Shift the view did not display their characters. It only displayed them when you press the full shortcut. | |||
| 2012-07-08 | Improves README. | Vadim Shpakovski | |
| 2012-07-07 | Improves code. | Vadim Shpakovski | |
| 2012-07-07 | Improves README. | Vadim Shpakovski | |
| 2012-07-07 | Fixes all compatibility issues with Xcode 4.3. | Vadim Shpakovski | |
| 2012-07-06 | Improves README. | Vadim Shpakovski | |
| 2012-07-06 | Adds support for registering global shortcuts with handler. | Vadim Shpakovski | |
| 2012-07-06 | Adds super-easy API for associated preference key. | Vadim Shpakovski | |
| 2012-07-06 | Improves README. | Vadim Shpakovski | |
| 2012-07-06 | Initial commit with my sources from CodeBox. | Vadim Shpakovski | |
