aboutsummaryrefslogtreecommitdiffstats
path: root/CopyMailto
AgeCommit message (Expand)Author
2018-09-06Rename "CopyMailto" Xcode project to "Copy Mailto"Teddy Wing
2018-09-05MainMenu.xib: Re-enable `terminate:` action on "Quit" clickTeddy Wing
2018-09-05Make "Quit" button work on "q" or "Escape" key pressTeddy Wing
2018-09-05setDefaultURLHandler: Remove `NSLog`sTeddy Wing
2018-09-05Remove unused `saveDefaultURLHandler`Teddy Wing
2018-09-05Remove unused `applicationWillTerminate` methodTeddy Wing
2018-09-05Terminate app when email address is copiedTeddy Wing
2018-09-05MainMenu.xib: Correctly align "Quit" button next to "Copy" buttonTeddy Wing
2018-09-05MainMenu.xib: Make title label boldTeddy Wing
2018-09-05Add a "Copy" button that copies the email address to the clipboardTeddy Wing
2018-09-05MainMenu.xib: Disable window resize and other unneeded attributesTeddy Wing
2018-09-05MainMenu.xib: Set "Escape" as the "Quit" button key equivalentTeddy Wing
2018-09-05MainMenu.xib: Add a "Quit" buttonTeddy Wing
2018-09-05MainMenu.xib: Add label asking to copy email address to clipboardTeddy Wing
2018-09-05Add label that displays the email address coming from `mailto`Teddy Wing
2018-09-05applicationWillFinishLaunching:: Fix `NSAppleEventManager` registrationTeddy Wing
2018-09-05MainMenu.xib: Disable Auto LayoutTeddy Wing
2018-09-05Turn off SandboxTeddy Wing
2018-09-05MainMenu.xib: Simplify menusTeddy Wing
2018-09-05DefaultURLHandler: Add `saveDefaultURLHandler`Teddy Wing
2018-09-05saveDefaultURLHandler: Simplify `CFStringRef` creationTeddy Wing
2018-09-05Add `DefaultURLHandler`; Get current handler for `mailto` URLsTeddy Wing
2018-09-05Info.plist: Add URL handler for `mailto`Teddy Wing
2018-09-05AppDelegate: Change `window` property to instance variableTeddy Wing
2018-09-05MainMenu.xib: Change data format to Xcode 8Teddy Wing
2018-09-05Add URL Apple Event handling codeTeddy Wing
2018-09-05New Xcode 9.2 (9C40b) projectTeddy Wing