index
:
Low-Battery-Yup
ShortcutRecorder
master
Dismiss Mac OS X's low battery warning dialog with the keyboard
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Low Battery Yup
Age
Commit message (
Expand
)
Author
2016-12-03
Remove Credits.rtf
Teddy Wing
2016-12-03
Low Battery Yup-Info.plist: Update NSHumanReadableCopyright
Teddy Wing
2016-12-03
MainMenu.xib: Remove unnecessary menu items
Teddy Wing
2016-12-03
Set MASShortcut build architecture to 64-bit
Teddy Wing
2016-12-03
Add copyright and license text to all source files
Teddy Wing
2016-12-02
Populate launchd plist
Teddy Wing
2016-12-02
Add a button to launch & quit the daemon
Teddy Wing
2016-12-02
Revert "DaemonLauncher.m: Check if daemon is running before launch or quit"
Teddy Wing
2016-12-02
DaemonLauncher.m: Check if daemon is running before launch or quit
Teddy Wing
2016-12-02
DaemonLauncher: Add `isRunning` method
Teddy Wing
2016-12-02
Launch the daemon when "Start at login" is checked
Teddy Wing
2016-12-02
MainMenu.xib: Bind "Start at login" checkbox to NSUserDefaultsController
Teddy Wing
2016-12-02
Add "Start at login" checkbox that [un]installs launch agent
Teddy Wing
2016-12-02
AppDelegate.h: Add `initializeShortcutView`
Teddy Wing
2016-12-01
AppDelegate.m: Move ShortcutView initialization into its own method
Teddy Wing
2016-12-01
Add a checkbox to the UI for whether to start at login
Teddy Wing
2016-12-01
Merge branch 'shortcut-config-UI'
Teddy Wing
2016-12-01
Add Constants.h for `kPreferenceGlobalShortcut`
Teddy Wing
2016-12-01
Show saved keyboard shortcut in the MASShortcutView
Teddy Wing
2016-12-01
ShortcutView.h: Add reference to `(void)setShortcutValue:(MASShortcut*)`
Teddy Wing
2016-12-01
MainMenu.xib: Fix reference to `_shortcut_view` ivar
Teddy Wing
2016-12-01
ShortcutView: Store updated shortcut in NSUserDefaults
Teddy Wing
2016-12-01
Clean up after a984e2dd951bcbfe5e3e6374213eb9a5fd5423cf
Teddy Wing
2016-12-01
Able to get a shortcut from the MASShortcutView
Teddy Wing
2016-11-19
Low Battery Yup: Close the application when window is closed
Teddy Wing
2016-11-19
Use DDHotKeyTextField in "Low Battery Yup"
Teddy Wing
2016-11-17
Add MASShortcut widget to main window
Teddy Wing
2016-11-17
Configure MASShortcut
Teddy Wing
2016-11-16
Add 'MASShortcut'
Teddy Wing
2016-11-16
MainMenu.xib: Remove `IBDocument.UseAutolayout` key
Teddy Wing
2016-11-16
Add new target "Low Battery Yup"
Teddy Wing