aboutsummaryrefslogtreecommitdiffstats
path: root/MASShortcutView.m
AgeCommit message (Collapse)Author
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