aboutsummaryrefslogtreecommitdiffstats
path: root/WireGuard/WireGuard/UI (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move all source files to `Sources/` and rename WireGuardKit targetsAndrej Mihajlov2020-12-03124-9450/+0
* WireGuardKit: Change getWireGuardVersion() -> wireGuardVersionAndrej Mihajlov2020-12-031-1/+1
* WireGuardKit: Add wrappers for PrivateKey, PublicKey, PreSharedKeyAndrej Mihajlov2020-12-023-26/+22
* iOS/macOS: Integrate WireGuardKitAndrej Mihajlov2020-12-0210-2/+12
* Localization: macOS: Fix localization for 'Edit' buttonRoopesh Chander2020-04-111-1/+1
* highlighter: insist on 256-bit keys, not 257-bit or 258-bitJason A. Donenfeld2020-04-031-4/+25
* UI: iOS: more dark mode fixesJason A. Donenfeld2019-10-254-10/+36
* iOS: UI: Make edit views full screen modalJason A. Donenfeld2019-10-152-2/+2
* UI: iOS: adjust colors for iOS 13Diab Neiroukh2019-10-159-20/+70
* iOS: UI: abort is optimized out in release buildsJason A. Donenfeld2019-10-121-2/+1
* ui: add donation linkJason A. Donenfeld2019-10-112-4/+19
* UI: iOS: set CFBundleDisplayName to satisfy new ITMS-90783 errorJason A. Donenfeld2019-06-281-0/+2
* UI: macOS: Show useful error message on .conf importJason A. Donenfeld2019-06-281-3/+13
* iOS: Importing: If tunnelsManager isn't ready yet, we should wait for itRoopesh Chander2019-06-132-4/+14
* macOS: Tunnel detail: Handle deletion outside app, againRoopesh Chander2019-06-131-1/+8
* TunnelsManager: store UID on macOS for keychain availabilityJason A. Donenfeld2019-06-112-2/+2
* on-demand: iOS: Fix crash on selecting Any SSID when already selectedRoopesh Chander2019-06-091-0/+4
* macOS: remove store update escape hatchJason A. Donenfeld2019-06-091-4/+0
* macOS: App menu > Quit shall show a prompt to quit or close windowRoopesh Chander2019-06-062-2/+29
* macOS: Save/restore the log window's sizeRoopesh Chander2019-06-041-0/+4
* macOS: Log view: Allow resizing horizontallyRoopesh Chander2019-06-042-20/+34
* macOS: Dismiss modals correctlyRoopesh Chander2019-05-312-9/+12
* macOS: Update app iconRoopesh Chander2019-05-3111-1/+1
* iOS: Should be able to re-show tunnel detailRoopesh Chander2019-05-271-11/+9
* macOS: Tunnel detail: No need to update runtime info on tunnelSaved()Roopesh Chander2019-05-271-11/+7
* macOS: Start refreshing runtime info in viewWillAppear(), not init()Roopesh Chander2019-05-271-1/+6
* macOS: Fix residual menu highlight on reopenRoopesh Chander2019-05-261-1/+3
* iOS: Should be able to call showTunnelDetail multiple timesRoopesh Chander2019-05-261-5/+17
* iOS: Refactor showing of the tunnel detailRoopesh Chander2019-05-252-18/+24
* iOS: Show Home screen quick actions for recent tunnelsRoopesh Chander2019-05-253-3/+61
* iOS: Keep track of most-recently-activated tunnelsRoopesh Chander2019-05-251-0/+72
* macOS: Workaround for unresponsive main menu when launched from XcodeRoopesh Chander2019-05-221-3/+11
* macOS: Ignore bogus reopen because of login item helperRoopesh Chander2019-05-222-1/+17
* macOS: Workaround for unresponsive main menu after reopenRoopesh Chander2019-05-221-6/+42
* macOS: Ensure window is shown on app reopeningRoopesh Chander2019-05-221-0/+8
* macOS: Simplify detecting the type of an Apple eventRoopesh Chander2019-05-202-10/+2
* macOS: Don't show manage window when launched at loginRoopesh Chander2019-05-204-7/+40
* macOS: Login item: Get helper app version from xcconfigRoopesh Chander2019-05-201-2/+2
* macOS: Show Manage Tunnels window on startupRoopesh Chander2019-05-201-0/+4
* macOS: Minor refactor of StatusMenuWindowDelegateRoopesh Chander2019-05-202-13/+18
* macOS: Disable 'Delete Selected' when nothing is selectedRoopesh Chander2019-05-201-0/+9
* macOS: Some menu item titles are automatically inferredRoopesh Chander2019-05-201-3/+3
* macOS: Quit in main menu shall just close the windowRoopesh Chander2019-05-201-3/+2
* macOS: Get back removing tunnel using the Delete keyRoopesh Chander2019-05-201-0/+8
* macOS: Both list and detail main menu items should be always enabledRoopesh Chander2019-05-201-0/+18
* macOS: swiftlint: Suppress incorrect warningsRoopesh Chander2019-05-201-0/+2
* macOS: Set a main menu for the appRoopesh Chander2019-05-203-18/+150
* macOS: Remove custom key event handlingRoopesh Chander2019-05-202-53/+0
* macOS: Show app in dock when showing the manage tunnels windowRoopesh Chander2019-05-202-0/+7
* macOS: Edit view: Save on Cmd+SRoopesh Chander2019-05-121-0/+2