| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-09-10 | Updated localization and accessibility status in README. | Tomáš Znamenáček | |
| 2015-09-10 | Release 2.3.1.2.3.1 | Tomáš Znamenáček | |
| 2015-09-10 | Changed MASLocalization.h to explicit import, trying to appease CocopaPods. | Tomáš Znamenáček | |
| 2015-09-10 | Release 2.3.0.2.3.0 | Tomáš Znamenáček | |
| 2015-09-10 | Added basic localization for German, Spanish, French, Italian, and Japanese. | Tomáš Znamenáček | |
| 2015-08-18 | Mentioned Carthage in the installation options. | Tomáš Znamenáček | |
| 2015-08-18 | Use an absolute URL for the demo screenshot. | Tomáš Znamenáček | |
| An absolute URL works better on the CocoaPods website. | |||
| 2015-08-18 | Updated contributing guidelines (backward compatibility, commit messages). | Tomáš Znamenáček | |
| 2015-08-18 | Removed an obsolete Localizable.string file. | Tomáš Znamenáček | |
| 2015-08-18 | Added Czech localization. | Tomáš Znamenáček | |
| 2015-08-18 | Updated CHANGES, Info.plist and podspec for the 2.2.0 release.2.2.0 | Tomáš Znamenáček | |
| 2015-08-10 | Merge pull request #71 from Stillness-2/master | Vadim Shpakovski | |
| Some fix | |||
| 2015-08-09 | fix for keyboard navigation | Roman Sokolov | |
| Tab key must pass through. This is important if you want to do keyboard navigation through this control. | |||
| 2015-08-09 | Fix | Roman Sokolov | |
| Fix problem: Set hotkey [TheSameHOTKEY], then mousedown on delete button, then set hotkey again [TheSameHOTKEY], then this hotkey do not work. | |||
| 2015-04-10 | Merge pull request #69 from pfandrade/master | Tomáš Znamenáček | |
| Not declaring MASShortcutGlyph as a variable in the header. Prevents duplicate symbol errors. | |||
| 2015-04-09 | Not declaring MASShortcutGlyph as a variable in the header | Paulo F. Andrade | |
| 2015-03-09 | Namespaced the testing build scheme name (Tests → MASShortcutTests). | Tomáš Znamenáček | |
| 2015-03-09 | Updated CHANGES. | Tomáš Znamenáček | |
| 2015-03-09 | Merge pull request #67 from brow/carthage | Vadim Shpakovski | |
| Support installation with Carthage | |||
| 2015-03-08 | add Carthage compatibility flag to README | Tom Brow | |
| 2015-03-08 | missing import? | Tom Brow | |
| 2015-03-08 | module map | Tom Brow | |
| 2015-03-08 | DEFINES_MODULE = YES | Tom Brow | |
| 2015-03-05 | Removed support for dots and spaces in user defaults keys (#64). | Tomáš Znamenáček | |
| I could find no way to make the feature work, so I have pulled it from the code. I have also inserted asserts to warn library users who would attempt to use illegal characters in user defaults keys in the future. In short, you want your user defaults keys to be something identifier-like. | |||
| 2015-03-05 | Fix a problem with defaults keys with dot symbols (#64). | Tomáš Znamenáček | |
| 2015-03-04 | Added a test case for a binder problem with dot symbols (#64). | Tomáš Znamenáček | |
| 2015-03-04 | Trivial refactoring. | Tomáš Znamenáček | |
| 2015-03-04 | Fix accessibility-related crashes on older OS X releases (#47). | Tomáš Znamenáček | |
| The NSAccessibilityPriorityKey symbol was only introduced in 10.9, so that we have to check for its availability before using it, otherwise we get a SIGSEGV. | |||
| 2015-03-04 | Updated README and CHANGES. | Tomáš Znamenáček | |
| 2015-03-04 | Merge pull request #66 from starkos/issue-47-accessibility | Tomáš Znamenáček | |
| Add basic accessibility support. | |||
| 2015-02-16 | Allow first responder support to be turned on and off | Jason Perkins | |
| 2015-02-16 | Merge branch 'master' into issue-47-accessibility | Jason Perkins | |
| 2015-02-12 | Merge pull request #65 from oreshinya/add_option_showing_delete_hotkey_button | Vadim Shpakovski | |
| Added options to show button that delete hot key. | |||
| 2015-02-13 | Added options to show button that delete hot key. | shinya takahashi | |
| 2015-01-28 | Version bump to 2.1.2.2.1.2 | Tomáš Znamenáček | |
| 2015-01-28 | Documented that keyCodeString depends on active keyboard layout. | Tomáš Znamenáček | |
| 2015-01-28 | Talk about shortcut “formatting” instead of “rendering”. | Tomáš Znamenáček | |
| 2015-01-28 | Better key equivalent handling on non-ASCII keyboard layouts. | Dmitry Obukhov | |
| See #60 for a discussion. In short, keyCodeStringForKeyEquivalent should be now correct even with non-ASCII keyboard layouts such as Russian. | |||
| 2015-01-28 | Clarified the spec part about rendering shortcuts. | Tomáš Znamenáček | |
| 2015-01-28 | Added a note about shortcut rendering in the spec. | Tomáš Znamenáček | |
| 2015-01-26 | Added a short release guide. | Tomáš Znamenáček | |
| 2015-01-21 | Enable control to become first responder | Jason Perkins | |
| 2015-01-20 | Fix "semicolon in method body" warning | Jason Perkins | |
| 2015-01-19 | Improved screenshot quality. | Tomáš Znamenáček | |
| 2015-01-19 | Mentioned installation via Git submodules. | Tomáš Znamenáček | |
| 2015-01-19 | Linked to the API documentation. | Tomáš Znamenáček | |
| 2015-01-19 | Smaller screenshot. | Tomáš Znamenáček | |
| 2015-01-19 | Added a list of features and a screenshot of the demo project. | Tomáš Znamenáček | |
| 2015-01-16 | Version bump to 2.1.1.2.1.1 | Tomáš Znamenáček | |
| 2015-01-16 | Decrease headerdoc indenting to appease appledoc (see #55). | Tomáš Znamenáček | |
| I think I have finally found out the reason for CocoaDocs ignoring our markup: I have indented the documentation by four spaces, which was interpreted as “code” by appledoc. Trying now without the indent, that should finally help. | |||
