Tomáš Znamenáček
76ff9e14d8
Use NSEvent constants instead of hard-coded numbers, fixes #121
2019-05-31 17:02:06 +02:00
Fletcher T. Penney
42f02fddc1
Provide intrinsicContenSize to improve compatibility with autolayout
2019-05-04 19:07:02 +03:00
Vadim Shpakovski
639bee0e71
Remove warnings in Xcode 10.1
2019-02-27 17:16:32 +03:00
Craig Hockenberry
53186d9c74
Updates for NSAppearance
2019-02-27 17:16:32 +03:00
Tomáš Znamenáček
887f3ddb8c
Merge pull request #116 from saagarjha/master
...
Replace commas with semicolons to separate statements
2018-06-12 10:36:35 +02:00
Saagar Jha
f19f2ba028
Replace commas with semicolons to separate statements
2018-06-12 01:07:55 -07:00
Dan Messing
def4890af2
remove implicit retain of self in eventMonitor block ( #119 )
2018-05-18 11:45:18 +03:00
Vyacheslav Dubovitsky
ff3bbb3c49
kVK_ANSI_KeypadMinus value adjustment.
...
kVK_ANSI_KeypadMinus should return regular HYPHEN-MINUS (45) symbol instead of provided EN DASH (8211).
2017-05-21 01:08:24 +02:00
Tony Arnold
e73de450ad
Fix return from a NSToolTip method that expects a non-null return value
...
Signed-off-by: Tony Arnold <tony@thecocoabots.com >
2016-11-01 09:49:55 +11:00
Tony Arnold
4e98f342e4
Use properly typedef’d enumerations to improve Swift syntax
...
Signed-off-by: Tony Arnold <tony@thecocoabots.com >
2016-11-01 09:49:08 +11:00
Tomáš Znamenáček
f743bdaa5b
Release 2.3.6
2016-10-30 09:51:39 +01:00
Tomáš Znamenáček
6444d3f9a2
Fix wrong header import
2016-10-28 15:10:19 +02:00
Tomáš Znamenáček
e7f7ee50a6
Using numerical value instead of the __MAC_10_12 symbol
2016-10-28 15:05:17 +02:00
Tomáš Znamenáček
7dfde95369
Key mask conditional compilation fix #2
2016-10-28 14:59:31 +02:00
Tomáš Znamenáček
0d54ede869
Trying to fix conditional key mask definition on 10.12
2016-10-28 14:52:37 +02:00
Tomáš Znamenáček
f12ed861b0
Use modern key mask constants instead of the ones deprecated in 10.12
...
See #99 for details.
2016-10-28 14:40:32 +02:00
Tomáš Znamenáček
0e0bc77433
Release 2.3.5
2016-09-07 08:56:18 +02:00
Tomáš Znamenáček
409699c3c0
Version bump to 2.3.4
2016-08-12 11:49:17 +02:00
Vadim Shpakovski
928bbe25b4
Upgrade Projects to Xcode 7
2016-08-08 18:24:19 +03:00
Tomáš Znamenáček
d0063130b5
Version bump to 2.3.3.
2016-01-09 15:51:28 +01:00
Tomáš Znamenáček
e267d30bfd
Whitespace fixes.
2016-01-09 15:45:45 +01:00
Nikita Ivanchikov
d32fc188ca
Another approach to try a fix for the CocoaPods localization bundle problem ( #74 ).
...
Checking if resources bundle was copied inside framework bundle, then falling back to old search methods
2016-01-09 15:43:05 +01:00
Tomáš Znamenáček
29d047c928
Documented that we don’t accept Option-Shift shortcuts by default.
...
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-12-03 15:15:05 +01:00
Tomáš Znamenáček
5a18ccc5e1
Even more elaborate workaround for the CocoaPods localization problem ( #74 ).
...
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-06 08:59:52 +01:00
Tomáš Znamenáček
e83732400b
Trying a fix for the CocoaPods localization bundle problem ( #74 ).
...
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-11-04 15:02:55 +01:00
Tomáš Znamenáček
82a06382f0
Version bump to 2.3.2.
2015-10-12 09:31:34 +02:00
Tomáš Znamenáček
dd2507b7f9
Silenced a potential “tautological compare” warning in MASShortcutView.
...
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-12 09:28:19 +02:00
Tomáš Znamenáček
a0af086f16
Typo fix.
2015-10-08 11:53:21 +02:00
Tomáš Znamenáček
a73a254ce7
Documented the CocoaPods localization fix.
2015-10-08 11:30:24 +02:00
Allan Beaufour
ded95506c6
fixes localized strings when using CocoaPods
...
Puts strings inside a MASShortcut resource bundle, and looks for
locallized strings inside that bundle when used as a CocoaPod
2015-10-07 12:52:59 -04:00
Tomáš Znamenáček
dd0a37c785
Release 2.3.1.
2015-09-10 09:39:14 +02:00
Tomáš Znamenáček
a06ef8d27c
Changed MASLocalization.h to explicit import, trying to appease CocopaPods.
2015-09-10 09:37:38 +02:00
Tomáš Znamenáček
8b669cea8d
Release 2.3.0.
2015-09-10 09:29:14 +02:00
Tomáš Znamenáček
814934072a
Added Czech localization.
2015-08-18 14:00:09 +02:00
Tomáš Znamenáček
74e3f32438
Updated CHANGES, Info.plist and podspec for the 2.2.0 release.
2015-08-18 11:17:51 +02:00
Roman Sokolov
c98154e2c3
fix for keyboard navigation
...
Tab key must pass through. This is important if you want to do keyboard navigation through this control.
2015-08-09 21:55:03 +03:00
Roman Sokolov
5ead539397
Fix
...
Fix problem:
Set hotkey [TheSameHOTKEY], then mousedown on delete button, then set hotkey again [TheSameHOTKEY], then this hotkey do not work.
2015-08-09 21:27:19 +03:00
Paulo F. Andrade
dcb134242d
Not declaring MASShortcutGlyph as a variable in the header
2015-04-09 20:20:36 +01:00
Tom Brow
4d3c2cad2c
missing import?
2015-03-08 15:12:59 -07:00
Tom Brow
d845d8cda9
module map
2015-03-08 15:12:27 -07:00
Tomáš Znamenáček
7bbaed6227
Removed support for dots and spaces in user defaults keys ( #64 ).
...
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 14:32:51 +01:00
Tomáš Znamenáček
fdc43c1cd3
Fix a problem with defaults keys with dot symbols ( #64 ).
2015-03-05 10:59:01 +01:00
Tomáš Znamenáček
a9e6e5241c
Added a test case for a binder problem with dot symbols ( #64 ).
2015-03-04 16:28:25 +01:00
Tomáš Znamenáček
67f4a5477b
Trivial refactoring.
2015-03-04 16:15:47 +01:00
Tomáš Znamenáček
a1eeb57ad6
Fix accessibility-related crashes on older OS X releases ( #47 ).
...
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 16:07:46 +01:00
Jason Perkins
e2b2d5b9e1
Allow first responder support to be turned on and off
2015-02-16 10:22:22 -05:00
Jason Perkins
86d5b1ae49
Merge branch 'master' into issue-47-accessibility
2015-02-16 10:09:48 -05:00
Vadim Shpakovski
3ea350cec1
Merge pull request #65 from oreshinya/add_option_showing_delete_hotkey_button
...
Added options to show button that delete hot key.
2015-02-12 19:57:02 +03:00
shinya takahashi
aeaad2986f
Added options to show button that delete hot key.
2015-02-13 01:05:14 +09:00
Tomáš Znamenáček
ef399290e4
Version bump to 2.1.2.
2015-01-28 16:11:36 +01:00