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
Age
Commit message (
Expand
)
Author
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-03
Add COPYING (GPLv3+)
Teddy Wing
2016-12-03
Merge branch 'mouse-location-should-be-right-on-all-screen-sizes'
Teddy Wing
2016-12-03
Clean up code from 9d91a7c908dc2261f2c3335875323c7088938204
Teddy Wing
2016-12-03
Click the right spot on all screen sizes
Teddy Wing
2016-12-02
Mouse.m: Some calculations on window center
Teddy Wing
2016-12-02
Merge branch 'launch-agent'
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
Add daemon to UI app bundle
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
Make click work from hotkey in NSUserDefaults
Teddy Wing
2016-12-01
Cleanup xcodeproj after merge
Teddy Wing
2016-12-01
Merge branch 'shortcut-config-UI'
Teddy Wing
2016-12-01
Add .gitattributes for merging Xcode *.pbxproj
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-22
Merge branch 'register-global-hotkey'
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-18
AppDelegate: Only allocate one `Mouse` instance in app lifecycle
Teddy Wing
2016-11-18
Use hard-coded hotkey to invoke battery dialog dismisser
Teddy Wing
2016-11-17
Add MASShortcut widget to main window
Teddy Wing
2016-11-17
AppDelegate.m: Release allocated `Mouse` instance
Teddy Wing
2016-11-17
Merge branch 'MASShortcut'
Teddy Wing
2016-11-17
Update Low Battery Yup.d.xcodeproj: Removal of MASShortcutTests.xctest
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
2016-11-16
Remove MainMenu.xib
Teddy Wing
2016-11-16
Mouse: Change mouse coordinates to Low Battery OK button
Teddy Wing
2016-11-16
Info.plist: Set LSBackgroundOnly=1
Teddy Wing
2016-11-16
Rename project to "Low Battery Yup.d"
Teddy Wing
2016-11-16
Mouse: Move `centerPoint` back to `moveToCenter`
Teddy Wing
2016-11-16
Mouse: Implement `click`
Teddy Wing
[next]