| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-01-07 | Repackaged the code as a framework and included the demo. | Tomáš Znamenáček | |
| Packaging the code as a framework is mostly just a formality. It doesn’t really change much, it just turns the code into a regular component. What it does change is that the code now has its own Xcode settings, which could make compatibility easier in the long run. Including the demo in the main repository makes it easier to hack on the library, since you can try the changes immediately. It also shows how to bundle the framework into an app that uses it. | |||
| 2014-11-24 | Fix indentation on previous commits: tabs to four spaces | Jason Perkins | |
| 2014-11-24 | Add new "flat" button style | Jason Perkins | |
| Hides the button border and background; good for placing several shortcut buttons into a table view. | |||
| 2014-09-17 | Implemented -initWithCoder: in MASShortcutView | Paulo F. Andrade | |
| 2014-09-17 | Updated MASShortcut | Paulo F. Andrade | |
| 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-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-03 | Replaced call to deprecated NSRunCriticalAlertPanel API | Paulo F. Andrade | |
| 2014-03-31 | Fixed string literal warning | Ilija Tovilo | |
| 2013-12-25 | Adding support for custom drawing. | Vadim Shpakovski | |
| 2013-07-31 | Fixing errors in MASShortcutDemo.1.2.2 | Vadim Shpakovski | |
| 2013-02-06 | fixed mistype | Pedro Vieria | |
| 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-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-07 | Improves code. | Vadim Shpakovski | |
| 2012-07-07 | Fixes all compatibility issues with Xcode 4.3. | 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 | Initial commit with my sources from CodeBox. | Vadim Shpakovski | |
