| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-09-17 | Merge pull request #45 from pfandrade/master1.3 | Vadim Shpakovski | |
| Implemented initWithCoder: to fix #44 | |||
| 2014-09-17 | Implemented -initWithCoder: in MASShortcutView | Paulo F. Andrade | |
| 2014-09-17 | Updated MASShortcut | Paulo F. Andrade | |
| 2014-09-17 | Added support for secure coding | Paulo F. Andrade | |
| 2014-09-02 | Ignoring disabled system shortcuts. | Vadim Shpakovski | |
| 2014-08-27 | Merge pull request #43 from darwin/master | Vadim Shpakovski | |
| allow [MODIFIER]+ESC shortcuts | |||
| 2014-08-26 | allow [MODIFIER]+ESC shortcuts | Antonin Hildebrand | |
| only naked ESC without modifiers should cancel editing http://discuss.binaryage.com/t/cant-change-activation-key-to-control-esc tested in TotalTerminal codebase | |||
| 2014-07-22 | Merge pull request #40 from kainjow/master | Vadim Shpakovski | |
| Fixed compiling with projects that don't use a precompiled header. | |||
| 2014-07-22 | Merge pull request #39 from xhacker/podspec | Vadim Shpakovski | |
| Create MASShortcut.podspec for CocoaPods | |||
| 2014-07-20 | Fixed compiling with projects that don't use a precompiled header. | Kevin Wojniak | |
| 2014-07-18 | Create MASShortcut.podspec | LIU Dongyuan / 柳东原 | |
| 2014-06-14 | Merge pull request #35 from ShadowLightz/master | Vadim Shpakovski | |
| Replace deprecated NSRunCriticalAlertPanel with NSAlert | |||
| 2014-06-14 | Replace depr. NSRunCriticalAlertPanel with NSAlert | ShadowLightz | |
| - Now using modern API - The dialog is now shown as a modal sheet, which suits better - The alert style is changed to NSWarningAlertStyle, - NSCriticalAlertStyle was not required | |||
| 2014-04-06 | Merge pull request #32 from iluuu1994/master | Vadim Shpakovski | |
| Fixed string literal warning | |||
| 2014-04-03 | Replaced call to deprecated NSRunCriticalAlertPanel API | Paulo F. Andrade | |
| 2014-03-31 | Fixed string literal warning | Ilija Tovilo | |
| 2014-02-17 | Added support for secure coding | Paulo F. Andrade | |
| 2014-01-06 | Merge pull request #29 from ShadowLightz/master | Vadim Shpakovski | |
| Silenced compiler warnings, updated README | |||
| 2014-01-06 | update README | Jonathan Rahn | |
| 2014-01-06 | Silence compiler warning "No previous prototype for function..." and added ↵ | Jonathan Rahn | |
| an explicit typecast, update README with a hint to the view's height | |||
| 2013-12-25 | Adding new API for custom drawing.1.2.3 | Vadim Shpakovski | |
| 2013-12-25 | Adding support for custom drawing. | Vadim Shpakovski | |
| 2013-07-31 | Fixing errors in MASShortcutDemo.1.2.2 | Vadim Shpakovski | |
| 2013-06-16 | Improving README.1.2.1 | Vadim Shpakovski | |
| 2013-04-16 | Adding syntax highlighting to the usage section.1.2 | Vadim Shpakovski | |
| 2013-04-16 | Switching to NSUserDefaultsController. | Vadim Shpakovski | |
| NSUserDefaults does not support KVO officially. | |||
| 2013-04-16 | Merge pull request #25 from corybohon/master | Vadim Shpakovski | |
| Adding a Notification section to the documentation. | |||
| 2013-04-15 | Update README.md | Cory Bohon | |
| 2013-04-15 | Update README.md | Cory Bohon | |
| 2013-04-15 | Update README.md | Cory Bohon | |
| Updated the documentation to cover NSUserDefaults observing. | |||
| 2013-04-15 | Fixing the latest changes. | Vadim Shpakovski | |
| 2013-04-15 | Fixing a problem with user defaults. | Vadim Shpakovski | |
| 2013-03-24 | Fixing the possible memory leak. | Vadim Shpakovski | |
| 2013-03-06 | Fixing a bug with resetting user defaults. | Vadim Shpakovski | |
| 2013-03-06 | Adding support for setting default user shortcut in preferences. | Vadim Shpakovski | |
| 2013-02-07 | Merge pull request #19 from uasi/disambiguate-license | Vadim Shpakovski | |
| Disambiguate "the BSD license" | |||
| 2013-02-07 | State clearly that the license is the 2-clause BSD | Tomoki Aonuma | |
| LICENSE is taken from http://en.wikipedia.org/wiki/BSD_licenses | |||
| 2013-02-06 | Merge pull request #16 from OldFriend/master | Vadim Shpakovski | |
| Fixed mistypes (double 'used' x2) | |||
| 2013-02-06 | Fixed mistypes (double 'used' x2) | Pedro Vieria | |
| 2013-02-06 | Merge pull request #15 from OldFriend/master | Vadim Shpakovski | |
| Fixed 'shortcut' mistype | |||
| 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 | |
