index
:
DDHotKey
master
remove-modifier-mask-deprecation-warnings
swift5
Simple Cocoa global hotkeys
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2021-03-07
Fix `-Wnon-literal-null-conversion` warnings
remove-modifier-mask-deprecation-warnings
Teddy Wing
2021-03-07
Fix `-Wdeprecated-declarations` warnings for NSEvent constants
Teddy Wing
2021-03-07
DDHotKeyUtilities.h: Fix `undeclared identifier` modifier mask errors
Teddy Wing
2015-04-14
Merge pull request #9 from michaldudek/sendaction
HEAD
master
Dave DeLong
2015-04-14
Added sendAction call on hotkey event so that selector can be specified in th...
MichaĆ Dudek
2015-02-06
Merge pull request #7 from nilennoct/Fix-crash-using-non-unicode-layouts
Dave DeLong
2015-02-07
Fix crash using non-unicode layouts
nilennoct
2013-10-26
DDHotKey now requires ARC.
Dave DeLong
2012-12-29
Actually, you know, install the event handler.
Dave DeLong
2012-12-25
Updates
Dave DeLong
2011-03-25
Fixed a 32/64 bit conversion warning
Dave DeLong
2010-11-14
Cleanup; provided a readonly way to iterate registered hotkeys
Dave DeLong
2010-08-15
Updated macro to the more appropriate NS_BLOCKS_AVAILABLE
Dave DeLong
2010-03-19
Minor API clarification (target and object memory management)
Dave DeLong
2010-03-19
README formatting
Dave DeLong
2010-03-19
README formatting
Dave DeLong
2010-03-19
renamed the README
Dave DeLong
2010-03-19
Modified the unregister method, since relying on unregistration happening dur...
Dave DeLong
2010-02-26
Minor API name change to more closely follow convention
Dave DeLong
2010-02-24
clarified the About section of the README
Dave DeLong
2010-02-24
Modified the order of the parameters to follow conventsion (suggested by Quin...
Dave DeLong
2010-02-24
Updated copyright, added license and comments, added README
Dave DeLong
2010-02-24
Added demo UI
Dave DeLong
2010-02-24
Adding DDHotKeyCenter, with three example uses
Dave DeLong
2010-02-24
Initial commit of empty AppKit project
Dave DeLong