aboutsummaryrefslogtreecommitdiffstats
path: root/MASShortcutView.m
AgeCommit message (Collapse)Author
2015-01-07Repackaged 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-24Fix indentation on previous commits: tabs to four spacesJason Perkins
2014-11-24Add new "flat" button styleJason Perkins
Hides the button border and background; good for placing several shortcut buttons into a table view.
2014-09-17Implemented -initWithCoder: in MASShortcutViewPaulo F. Andrade
2014-09-17Updated MASShortcutPaulo F. Andrade
2014-08-26allow [MODIFIER]+ESC shortcutsAntonin 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-14Replace depr. NSRunCriticalAlertPanel with NSAlertShadowLightz
- 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-03Replaced call to deprecated NSRunCriticalAlertPanel APIPaulo F. Andrade
2014-03-31Fixed string literal warningIlija Tovilo
2013-12-25Adding support for custom drawing.Vadim Shpakovski
2013-07-31Fixing errors in MASShortcutDemo.1.2.2Vadim Shpakovski
2013-02-06fixed mistypePedro Vieria
2012-09-19Merge.Vadim Shpakovski
2012-09-19Merge remote-tracking branch 'origin/master'Vadim Shpakovski
2012-09-19Adds a new appearance and fixes bugs related to key equivalents.Vadim Shpakovski
2012-09-03Improves textured view appearance.Vadim Shpakovski
2012-08-31Introduces appearance property with a new style: Textured Rect.1.0Vadim Shpakovski
2012-08-25Allows support for Function keys in shortcuts.Vadim Shpakovski
2012-08-13Fixes 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-07Improves code.Vadim Shpakovski
2012-07-07Fixes all compatibility issues with Xcode 4.3.Vadim Shpakovski
2012-07-06Adds support for registering global shortcuts with handler.Vadim Shpakovski
2012-07-06Adds super-easy API for associated preference key.Vadim Shpakovski
2012-07-06Initial commit with my sources from CodeBox.Vadim Shpakovski