| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-11-01 | Merge pull request #100 from tonyarnold/enumsHEADmaster | Tomáš Znamenáček | |
| Minor fixes and Swift improvements | |||
| 2016-11-01 | Fix return from a NSToolTip method that expects a non-null return value | Tony Arnold | |
| Signed-off-by: Tony Arnold <tony@thecocoabots.com> | |||
| 2016-11-01 | Use properly typedef’d enumerations to improve Swift syntax | Tony Arnold | |
| Signed-off-by: Tony Arnold <tony@thecocoabots.com> | |||
| 2016-10-30 | Release 2.3.62.3.6 | Tomáš Znamenáček | |
| 2016-10-28 | Fix wrong header import | Tomáš Znamenáček | |
| 2016-10-28 | Using numerical value instead of the __MAC_10_12 symbol | Tomáš Znamenáček | |
| 2016-10-28 | Key mask conditional compilation fix #2 | Tomáš Znamenáček | |
| 2016-10-28 | Trying to fix conditional key mask definition on 10.12 | Tomáš Znamenáček | |
| 2016-10-28 | Use modern key mask constants instead of the ones deprecated in 10.12 | Tomáš Znamenáček | |
| See #99 for details. | |||
| 2016-10-28 | Update build warnings as suggested by Xcode 8 | Tomáš Znamenáček | |
| 2016-09-07 | Release 2.3.52.3.5 | Tomáš Znamenáček | |
| 2016-09-07 | Improve Italian localization | Tomáš Znamenáček | |
| 2016-08-12 | Link to a commit message writing guide | Tomáš Znamenáček | |
| 2016-08-12 | Version bump to 2.3.42.3.4 | Tomáš Znamenáček | |
| 2016-08-08 | Upgrade Projects to Xcode 7 | Vadim Shpakovski | |
| 2016-07-15 | Merge pull request #94 from sfsam/master | Vadim Shpakovski | |
| Added Makefile to build from the command line | |||
| 2016-07-14 | Added Makefile to build from the command line | Sanjay Madan | |
| 2016-07-13 | Merge pull request #93 from pointum/master | Vadim Shpakovski | |
| ru localization update | |||
| 2016-07-13 | ru localization update | Maxim Ananov | |
| 2016-04-14 | Update CHANGES | Tomáš Znamenáček | |
| 2016-04-14 | Merge pull request #89 from radex/add-translations | Vadim Shpakovski | |
| Add Korean, Dutch, Polish, Russian & update Spanish translations | |||
| 2016-04-14 | Add ko, nl, pl, ru, es translations | radex | |
| 2016-02-14 | Use correct quote signs for German translation. | Tomáš Znamenáček | |
| The quotes should be like „this“, not ‘this’. | |||
| 2016-02-14 | Shortened the new German translation strings to fit the UI. | Tomáš Znamenáček | |
| Closes #85. | |||
| 2016-02-10 | Added basic German localization to the demo project. | Tomáš Znamenáček | |
| This makes it possible to test the German MASShortcut localization on the demo project. | |||
| 2016-02-05 | Updated CHANGES. | Tomáš Znamenáček | |
| 2016-02-05 | Merge pull request #84 from floschliep/master | Vadim Shpakovski | |
| Improve German Localization | |||
| 2016-02-04 | Improved German Localization | Florian Schliep | |
| I translated the missing strings and improved the existing ones. | |||
| 2016-01-22 | Updated CHANGES. | Tomáš Znamenáček | |
| 2016-01-22 | Merge pull request #83 from MichaelRow/master | Tomáš Znamenáček | |
| Simplified and traditional Chinese localizations. | |||
| 2016-01-22 | Simplified and traditional Chinese localizations. | MichaelRow | |
| 2016-01-09 | Version bump to 2.3.3.2.3.3 | Tomáš Znamenáček | |
| 2016-01-09 | Updated CHANGES. | Tomáš Znamenáček | |
| 2016-01-09 | Whitespace fixes. | Tomáš Znamenáček | |
| 2016-01-09 | Another approach to try a fix for the CocoaPods localization bundle problem ↵ | Nikita Ivanchikov | |
| (#74). Checking if resources bundle was copied inside framework bundle, then falling back to old search methods | |||
| 2015-12-06 | Updated changelog. | Tomáš Znamenáček | |
| 2015-12-06 | Merge pull request #80 from magiclantern/magiclantern/french-localization | Tomáš Znamenáček | |
| Expanded Frech localization. | |||
| 2015-12-06 | Some suggestions for fr | Nikita Ourazbaev | |
| Some suggestions for the gaps in the French localization | |||
| 2015-12-03 | Documented that we don’t accept Option-Shift shortcuts by default. | Tomáš Znamenáček | |
| The reason is that Option-Shift shortcuts are often already used by system to insert some special characters. See `MASShortcutValidator` for details, including how to enable support for these shortcuts. Fixes #79. | |||
| 2015-11-06 | Even more elaborate workaround for the CocoaPods localization problem (#74). | Tomáš Znamenáček | |
| Just testing if the CocoaPods bundle is present didn’t work, so now we even try to load a localized string from the bundle. | |||
| 2015-11-04 | Trying a fix for the CocoaPods localization bundle problem (#74). | Tomáš Znamenáček | |
| This change simply doesn’t try to detect which bundle we should use and tries both bundles, the CocoaPods one first. The chosen bundle is then cached to avoid the overhead on subsequent requests. | |||
| 2015-10-31 | Updated CHANGES. | Tomáš Znamenáček | |
| 2015-10-14 | Merge pull request #77 from oreshinya/japanese_localization | Vadim Shpakovski | |
| Japanese localization | |||
| 2015-10-14 | Japanese localization | shinya takahashi | |
| 2015-10-12 | Version bump to 2.3.2.2.3.2 | Tomáš Znamenáček | |
| 2015-10-12 | Silenced a potential “tautological compare” warning in MASShortcutView. | Tomáš Znamenáček | |
| Fixes #76. I considered putting the #pragma just around the particular compare line, but I think having it around the whole block is more readable and there’s little chance of having some legitimate warnings silenced. | |||
| 2015-10-08 | Typo fix. | Tomáš Znamenáček | |
| 2015-10-08 | Documented the CocoaPods localization fix. | Tomáš Znamenáček | |
| 2015-10-08 | Merge pull request #75 from beaufour/master | Tomáš Znamenáček | |
| Fixed localization when used from CocoaPods. | |||
| 2015-10-07 | fixes localized strings when using CocoaPods | Allan Beaufour | |
| Puts strings inside a MASShortcut resource bundle, and looks for locallized strings inside that bundle when used as a CocoaPod | |||
