aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2016-12-03Merge branch 'update-credits'HEADv1.0masterTeddy Wing
2016-12-03Remove Credits.rtfTeddy Wing
2016-12-03Low Battery Yup-Info.plist: Update NSHumanReadableCopyrightTeddy Wing
2016-12-03Merge branch 'remove-unnecessary-menu-items'Teddy Wing
2016-12-03MainMenu.xib: Remove unnecessary menu itemsTeddy Wing
2016-12-03Merge branch 'add-dev-environment-info-to-README'Teddy Wing
2016-12-03README.md: Add versions of my dev environment for better clarityTeddy Wing
2016-12-03Merge branch 'fix-release-build-launch-crash-bug'Teddy Wing
2016-12-03Copy MASShortcut.framework to bundle Frameworks/ directoryTeddy Wing
2016-12-03Merge branch 'prepare-for-release'Teddy Wing
2016-12-03Add READMETeddy Wing
2016-12-03Set MASShortcut build architecture to 64-bitTeddy Wing
2016-12-03Add copyright and license text to all source filesTeddy Wing
2016-12-03Add COPYING (GPLv3+)Teddy Wing
2016-12-03Merge branch 'mouse-location-should-be-right-on-all-screen-sizes'Teddy Wing
2016-12-03Clean up code from 9d91a7c908dc2261f2c3335875323c7088938204Teddy Wing
2016-12-03Click the right spot on all screen sizesTeddy Wing
2016-12-02Mouse.m: Some calculations on window centerTeddy Wing
2016-12-02Merge branch 'launch-agent'Teddy Wing
2016-12-02Populate launchd plistTeddy Wing
2016-12-02Add a button to launch & quit the daemonTeddy Wing
2016-12-02Revert "DaemonLauncher.m: Check if daemon is running before launch or quit"Teddy Wing
2016-12-02DaemonLauncher.m: Check if daemon is running before launch or quitTeddy Wing
2016-12-02DaemonLauncher: Add `isRunning` methodTeddy Wing
2016-12-02Launch the daemon when "Start at login" is checkedTeddy Wing
2016-12-02Add daemon to UI app bundleTeddy Wing
2016-12-02MainMenu.xib: Bind "Start at login" checkbox to NSUserDefaultsControllerTeddy Wing
2016-12-02Add "Start at login" checkbox that [un]installs launch agentTeddy Wing
2016-12-02AppDelegate.h: Add `initializeShortcutView`Teddy Wing
2016-12-01AppDelegate.m: Move ShortcutView initialization into its own methodTeddy Wing
2016-12-01Add a checkbox to the UI for whether to start at loginTeddy Wing
2016-12-01Make click work from hotkey in NSUserDefaultsTeddy Wing
2016-12-01Cleanup xcodeproj after mergeTeddy Wing
2016-12-01Merge branch 'shortcut-config-UI'Teddy Wing
2016-12-01Add .gitattributes for merging Xcode *.pbxprojTeddy Wing
2016-12-01Add Constants.h for `kPreferenceGlobalShortcut`Teddy Wing
2016-12-01Show saved keyboard shortcut in the MASShortcutViewTeddy Wing
2016-12-01ShortcutView.h: Add reference to `(void)setShortcutValue:(MASShortcut*)`Teddy Wing
2016-12-01MainMenu.xib: Fix reference to `_shortcut_view` ivarTeddy Wing
2016-12-01ShortcutView: Store updated shortcut in NSUserDefaultsTeddy Wing
2016-12-01Clean up after a984e2dd951bcbfe5e3e6374213eb9a5fd5423cfTeddy Wing
2016-12-01Able to get a shortcut from the MASShortcutViewTeddy Wing
2016-11-22Merge branch 'register-global-hotkey'Teddy Wing
2016-11-19Low Battery Yup: Close the application when window is closedTeddy Wing
2016-11-19Use DDHotKeyTextField in "Low Battery Yup"Teddy Wing
2016-11-18AppDelegate: Only allocate one `Mouse` instance in app lifecycleTeddy Wing
2016-11-18Use hard-coded hotkey to invoke battery dialog dismisserTeddy Wing
2016-11-17Add MASShortcut widget to main windowTeddy Wing
2016-11-17AppDelegate.m: Release allocated `Mouse` instanceTeddy Wing
2016-11-17Merge branch 'MASShortcut'Teddy Wing