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
path:
root
/
MASShortcut.xcodeproj
Age
Commit message (
Expand
)
Author
2015-10-14
Japanese localization
shinya takahashi
2015-09-10
Added basic localization for German, Spanish, French, Italian, and Japanese.
Tomáš Znamenáček
2015-08-18
Added Czech localization.
Tomáš Znamenáček
2015-03-09
Namespaced the testing build scheme name (Tests → MASShortcutTests).
Tomáš Znamenáček
2015-03-08
module map
Tom Brow
2015-03-08
DEFINES_MODULE = YES
Tom Brow
2015-01-14
Added test for hotkeys and shortcut monitor.
Tomáš Znamenáček
2015-01-13
Merge branch 'master' into legacy-osx-support.
Tomáš Znamenáček
2015-01-13
Added shared Xcode schemes to help Travis with the build.
Tomáš Znamenáček
2015-01-12
Added support for older OS X releases back to 10.6 included.
Tomáš Znamenáček
2015-01-09
Remove Xcode warnings and fix the hard-coded shortcut.
Vadim Shpakovski
2015-01-09
Removed an obsolete reference to the XCTest framework.
Tomáš Znamenáček
2015-01-07
Treat build warnings as errors.
Tomáš Znamenáček
2015-01-07
Updated header settings.
Tomáš Znamenáček
2015-01-07
Added a simplified binding API for MASShortcutView.
Tomáš Znamenáček
2015-01-07
Added a custom transformer to store shortcuts as dictionaries.
Tomáš Znamenáček
2015-01-07
Refactored the shortcut dispatcher and bindings to user defaults.
Tomáš Znamenáček
2015-01-07
Organized classes into Xcode folders.
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
Deleted an unneccessary prefix header for the framework target.
Tomáš Znamenáček
2015-01-07
Created an umbrella header.
Tomáš Znamenáček
2015-01-07
Repackaged the code as a framework and included the demo.
Tomáš Znamenáček