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
Merge branch 'update-credits'
HEAD
v1.0
master
Teddy Wing
2016-12-03
Remove Credits.rtf
Teddy Wing
2016-12-03
Low Battery Yup-Info.plist: Update NSHumanReadableCopyright
Teddy Wing
2016-12-03
Merge branch 'remove-unnecessary-menu-items'
Teddy Wing
2016-12-03
MainMenu.xib: Remove unnecessary menu items
Teddy Wing
2016-12-03
Merge branch 'add-dev-environment-info-to-README'
Teddy Wing
2016-12-03
README.md: Add versions of my dev environment for better clarity
Teddy Wing
2016-12-03
Merge branch 'fix-release-build-launch-crash-bug'
Teddy Wing
2016-12-03
Copy MASShortcut.framework to bundle Frameworks/ directory
Teddy Wing
2016-12-03
Merge branch 'prepare-for-release'
Teddy Wing
2016-12-03
Add README
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-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
[next]