index
:
Copy-Mailto
master
Copy email addresses from `mailto:` links instead of opening an email client
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2018-11-21
README: Fix screenshot link path
HEAD
v1.0
master
Teddy Wing
2018-09-06
README: Add a note about the minimum system requirement
Teddy Wing
2018-09-06
Add README
Teddy Wing
2018-09-06
Add license (GNU GPLv3+)
Teddy Wing
2018-09-06
Update copyright notice with my name
Teddy Wing
2018-09-06
Remove entitlements file
Teddy Wing
2018-09-06
Rename occurrences of "CopyMailto" to "Copy Mailto"
Teddy Wing
2018-09-06
Rename the project directory "CopyMailto" -> "Copy Mailto"
Teddy Wing
2018-09-06
Rename "CopyMailto" Xcode project to "Copy Mailto"
Teddy Wing
2018-09-05
MainMenu.xib: Re-enable `terminate:` action on "Quit" click
Teddy Wing
2018-09-05
Make "Quit" button work on "q" or "Escape" key press
Teddy Wing
2018-09-05
setDefaultURLHandler: Remove `NSLog`s
Teddy Wing
2018-09-05
Remove unused `saveDefaultURLHandler`
Teddy Wing
2018-09-05
Remove unused `applicationWillTerminate` method
Teddy Wing
2018-09-05
Terminate app when email address is copied
Teddy Wing
2018-09-05
MainMenu.xib: Correctly align "Quit" button next to "Copy" button
Teddy Wing
2018-09-05
MainMenu.xib: Make title label bold
Teddy Wing
2018-09-05
Add .gitignore
Teddy Wing
2018-09-05
Add a "Copy" button that copies the email address to the clipboard
Teddy Wing
2018-09-05
MainMenu.xib: Disable window resize and other unneeded attributes
Teddy Wing
2018-09-05
MainMenu.xib: Set "Escape" as the "Quit" button key equivalent
Teddy Wing
2018-09-05
MainMenu.xib: Add a "Quit" button
Teddy Wing
2018-09-05
MainMenu.xib: Add label asking to copy email address to clipboard
Teddy Wing
2018-09-05
Add label that displays the email address coming from `mailto`
Teddy Wing
2018-09-05
applicationWillFinishLaunching:: Fix `NSAppleEventManager` registration
Teddy Wing
2018-09-05
MainMenu.xib: Disable Auto Layout
Teddy Wing
2018-09-05
Turn off Sandbox
Teddy Wing
2018-09-05
MainMenu.xib: Simplify menus
Teddy Wing
2018-09-05
DefaultURLHandler: Add `saveDefaultURLHandler`
Teddy Wing
2018-09-05
saveDefaultURLHandler: Simplify `CFStringRef` creation
Teddy Wing
2018-09-05
Add `DefaultURLHandler`; Get current handler for `mailto` URLs
Teddy Wing
2018-09-05
Info.plist: Add URL handler for `mailto`
Teddy Wing
2018-09-05
AppDelegate: Change `window` property to instance variable
Teddy Wing
2018-09-05
MainMenu.xib: Change data format to Xcode 8
Teddy Wing
2018-09-05
Add URL Apple Event handling code
Teddy Wing
2018-09-05
Change project to build for older OSes
Teddy Wing
2018-09-05
New Xcode 9.2 (9C40b) project
Teddy Wing