aboutsummaryrefslogtreecommitdiffstats
path: root/MASShortcutView.h
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-07-20Fixed compiling with projects that don't use a precompiled header.Kevin Wojniak
2013-12-25Adding new API for custom drawing.1.2.3Vadim Shpakovski
2012-09-19Adds a new appearance and fixes bugs related to key equivalents.Vadim Shpakovski
2012-08-31Introduces appearance property with a new style: Textured Rect.1.0Vadim Shpakovski
2012-07-06Adds support for registering global shortcuts with handler.Vadim Shpakovski
2012-07-06Initial commit with my sources from CodeBox.Vadim Shpakovski