index
:
MASShortcut
32-bit
Low-Battery-Yup
maintenance-1.x
master
Modern framework for managing global keyboard shortcuts compatible with Mac App Store. More details:
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2015-01-09
Updated CHANGES before 2.0.0.
2.0.0
Tomáš Znamenáček
2015-01-09
Added myself to Podspec “authors” field.
Tomáš Znamenáček
2015-01-09
Markup fixes in README.
Tomáš Znamenáček
2015-01-09
Added a note about Shortcut Recorder compatibility (#54).
Tomáš Znamenáček
2015-01-09
Added CocoaPods installation instructions (#54).
Tomáš Znamenáček
2015-01-09
Expanded demo functionality (preparing for 2.0.0, see #54).
Tomáš Znamenáček
2015-01-08
Simplified and updated the demo project.
Tomáš Znamenáček
2015-01-08
MASShortcutMonitor will silently skip nil shortcuts passed to unregisterShort...
Tomáš Znamenáček
2015-01-08
Merge pull request #53 from zoul/2.0-candidate
Tomáš Znamenáček
2015-01-08
Ignore disabled system shortcuts.
Tomáš Znamenáček
2015-01-08
Documented the recording control behaviour and implemented Cmd-W/Q.
Tomáš Znamenáček
2015-01-07
Updated copyright & versioning info in the framework’s Info.plist.
Tomáš Znamenáček
2015-01-07
Added a CHANGES file to keep users posted about important changes.
Tomáš Znamenáček
2015-01-07
Fixed the alert that pops up when the shortcut is already used.
Tomáš Znamenáček
2015-01-07
Fixed MASShortcutView initialization errors after rebase.
Tomáš Znamenáček
2015-01-07
Accept Backspace and Delete keys with modifiers as valid shortcuts.
Tomáš Znamenáček
2015-01-07
Treat build warnings as errors.
Tomáš Znamenáček
2015-01-07
Updated podspec.
Tomáš Znamenáček
2015-01-07
Fixed wrong archiver used for MASShortcutView bindings.
Tomáš Znamenáček
2015-01-07
Added header documentation.
Tomáš Znamenáček
2015-01-07
Introduced a MASDictionaryTransformerName constant.
Tomáš Znamenáček
2015-01-07
Whitespace fixes.
Tomáš Znamenáček
2015-01-07
Updated header settings.
Tomáš Znamenáček
2015-01-07
Updated documentation.
Tomáš Znamenáček
2015-01-07
Added a simplified binding API for MASShortcutView.
Tomáš Znamenáček
2015-01-07
Redesigned demo app layout & feedback.
Tomáš Znamenáček
2015-01-07
Added a shared binder instance singleton.
Tomáš Znamenáček
2015-01-07
Better treatment of nil values when storing shortcuts as dictionaries.
Tomáš Znamenáček
2015-01-07
Added a convenience call to register default shortcuts.
Tomáš Znamenáček
2015-01-07
Added Shortcut.h to the tests prefix header to simplify tests.
Tomáš Znamenáček
2015-01-07
Added a custom transformer to store shortcuts as dictionaries.
Tomáš Znamenáček
2015-01-07
Binding options can now be customized for MASShortcutBinder.
Tomáš Znamenáček
2015-01-07
Turned MASShortcutMonitor into a singleton.
Tomáš Znamenáček
2015-01-07
Removed explicit @synthesize and renamed “appearance” to “style”.
Tomáš Znamenáček
2015-01-07
Refactored the shortcut dispatcher and bindings to user defaults.
Tomáš Znamenáček
2015-01-07
Removed one forgotten modifierFlags setter.
Tomáš Znamenáček
2015-01-07
Implemented equality for shortcut objects.
Tomáš Znamenáček
2015-01-07
Made the keyCode and modifierFlags properties read-only.
Tomáš Znamenáček
2015-01-07
Implemented NSCopying for MASShortcut.
Tomáš Znamenáček
2015-01-07
Organized classes into Xcode folders.
Tomáš Znamenáček
2015-01-07
Removed -data and shortcutWithData: from MASShortcut.
Tomáš Znamenáček
2015-01-07
Trivial refactoring.
Tomáš Znamenáček
2015-01-07
Removed [MASShortcut shouldBypass].
Tomáš Znamenáček
2015-01-07
Introduced `instancetype` return type where appropriate.
Tomáš Znamenáček
2015-01-07
Introduced a standalone MASShortcutValidator class to validate shortcuts.
Tomáš Znamenáček
2015-01-07
Converted keycode macros to plain functions.
Tomáš Znamenáček
2015-01-07
Introduced a separate header file for keycode definitions.
Tomáš Znamenáček
2015-01-07
Added a unit testing target.
Tomáš Znamenáček
2015-01-07
Updated documentation to point to the Demo target.
Tomáš Znamenáček
2015-01-07
Deleted an unneccessary prefix header for the framework target.
Tomáš Znamenáček
[next]