aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2015-01-07Fixed the alert that pops up when the shortcut is already used.Tomáš Znamenáček
2015-01-07Fixed MASShortcutView initialization errors after rebase.Tomáš Znamenáček
2015-01-07Accept Backspace and Delete keys with modifiers as valid shortcuts.Tomáš Znamenáček
2015-01-07Treat build warnings as errors.Tomáš Znamenáček
2015-01-07Updated podspec.Tomáš Znamenáček
2015-01-07Fixed wrong archiver used for MASShortcutView bindings.Tomáš Znamenáček
2015-01-07Added header documentation.Tomáš Znamenáček
2015-01-07Introduced a MASDictionaryTransformerName constant.Tomáš Znamenáček
2015-01-07Whitespace fixes.Tomáš Znamenáček
2015-01-07Updated header settings.Tomáš Znamenáček
2015-01-07Updated documentation.Tomáš Znamenáček
2015-01-07Added a simplified binding API for MASShortcutView.Tomáš Znamenáček
2015-01-07Redesigned demo app layout & feedback.Tomáš Znamenáček
2015-01-07Added a shared binder instance singleton.Tomáš Znamenáček
2015-01-07Better treatment of nil values when storing shortcuts as dictionaries.Tomáš Znamenáček
2015-01-07Added a convenience call to register default shortcuts.Tomáš Znamenáček
2015-01-07Added Shortcut.h to the tests prefix header to simplify tests.Tomáš Znamenáček
2015-01-07Added a custom transformer to store shortcuts as dictionaries.Tomáš Znamenáček
2015-01-07Binding options can now be customized for MASShortcutBinder.Tomáš Znamenáček
2015-01-07Turned MASShortcutMonitor into a singleton.Tomáš Znamenáček
2015-01-07Removed explicit @synthesize and renamed “appearance” to “style”.Tomáš Znamenáček
2015-01-07Refactored the shortcut dispatcher and bindings to user defaults.Tomáš Znamenáček
2015-01-07Removed one forgotten modifierFlags setter.Tomáš Znamenáček
2015-01-07Implemented equality for shortcut objects.Tomáš Znamenáček
2015-01-07Made the keyCode and modifierFlags properties read-only.Tomáš Znamenáček
2015-01-07Implemented NSCopying for MASShortcut.Tomáš Znamenáček
2015-01-07Organized classes into Xcode folders.Tomáš Znamenáček
2015-01-07Removed -data and shortcutWithData: from MASShortcut.Tomáš Znamenáček
2015-01-07Trivial refactoring.Tomáš Znamenáček
2015-01-07Removed [MASShortcut shouldBypass].Tomáš Znamenáček
2015-01-07Introduced `instancetype` return type where appropriate.Tomáš Znamenáček
2015-01-07Introduced a standalone MASShortcutValidator class to validate shortcuts.Tomáš Znamenáček
2015-01-07Converted keycode macros to plain functions.Tomáš Znamenáček
2015-01-07Introduced a separate header file for keycode definitions.Tomáš Znamenáček
2015-01-07Added a unit testing target.Tomáš Znamenáček
2015-01-07Updated documentation to point to the Demo target.Tomáš Znamenáček
2015-01-07Deleted an unneccessary prefix header for the framework target.Tomáš Znamenáček
2015-01-07Created an umbrella header.Tomáš Znamenáček
2015-01-07Repackaged the code as a framework and included the demo.Tomáš Znamenáček
2014-11-24Merge pull request #52 from starkos/flat-button-stylemaintenance-1.xVadim Shpakovski
2014-11-24Fix indentation on previous commits: tabs to four spacesJason Perkins
2014-11-24Add new "flat" button styleJason Perkins
2014-11-21Merge pull request #51 from starkos/userdefaults-semicolon-fixVadim Shpakovski
2014-11-21Fix "Parse issue: Semicolon before method body is ignored"Jason Perkins
2014-11-03Fixes possible memory leak.Vadim Shpakovski
2014-09-22Final touches to Podspec.Vadim Shpakovski
2014-09-22Fixed Podspec.Vadim Shpakovski
2014-09-22Polished Pod spec.1.3.1Vadim Shpakovski
2014-09-22Updated podspec.Vadim Shpakovski
2014-09-17Merge pull request #45 from pfandrade/master1.3Vadim Shpakovski