aboutsummaryrefslogtreecommitdiffstats
path: root/WireGuard/WireGuard/UI/macOS/Application.swift (follow)
Commit message (Collapse)AuthorAgeFilesLines
* global: Fix up copyright headersJason A. Donenfeld2019-01-181-1/+1
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* macOS: Application: Fix commentRoopesh Chander2019-01-171-3/+1
| | | | Signed-off-by: Roopesh Chander <roop@roopc.net>
* macOS: Support window management keyboard shortcutsRoopesh Chander2019-01-161-3/+6
| | | | Signed-off-by: Roopesh Chander <roop@roopc.net>
* Cut/copy/paste now workEric Kuck2019-01-141-6/+36
| | | | Signed-off-by: Eric Kuck <eric@bluelinelabs.com>
* macOS: Remove MainMenu.xibRoopesh Chander2019-01-141-0/+17
When there's no xib, we should explicitly set the app delegate, so we override NSApplication and set the app delegate in NSApplication.shared Signed-off-by: Roopesh Chander <roop@roopc.net>