aboutsummaryrefslogtreecommitdiffstats
path: root/MASShortcut.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-03Fixes possible memory leak.Vadim Shpakovski
2014-09-17Added support for secure codingPaulo F. Andrade
2014-09-02Ignoring disabled system shortcuts.Vadim Shpakovski
2014-01-06Silence 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-02-06Fixed mistypes (double 'used' x2)Pedro Vieria
2012-12-03Make F17-F19 workRadex
2012-11-23Enables support for exlusive Option modifier.Vadim Shpakovski
2012-09-19Isolates monitoring code from data.1.1Vadim Shpakovski
2012-09-19Adds support for direct monitoring shortcuts.Vadim Shpakovski
2012-09-19Adds a new appearance and fixes bugs related to key equivalents.Vadim Shpakovski
2012-08-25Allows support for Function keys in shortcuts.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-06Initial commit with my sources from CodeBox.Vadim Shpakovski