aboutsummaryrefslogtreecommitdiffstats
path: root/WireGuard/WireGuard/UI (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* macOS: Edit view: Dismiss on EscRoopesh Chander2019-05-121-0/+6
* macOS: Log view: Dismiss on EscRoopesh Chander2019-05-121-0/+6
* iOS: Log view: Improve the lookRoopesh Chander2019-04-281-3/+23
* Swift 5 migration: Make use of Result typeRoopesh Chander2019-04-216-39/+38
* macOS: Detect when updating from the App StoreRoopesh Chander2019-04-212-0/+69
* Log view: Don't use a global array to store log entriesRoopesh Chander2019-04-101-5/+9
* macOS: Log view: Stop updating the log once the log view is dismissedRoopesh Chander2019-04-101-0/+10
* macOS: Tunnels list: Suppress alert buttons when removing tunnels is in progressRoopesh Chander2019-04-062-34/+55
* macOS: Tunnels list: Show the confirmation alert till removal completesRoopesh Chander2019-04-061-25/+40
* macOS: Simplify reusing of the detail VC when applicableRoopesh Chander2019-04-041-12/+2
* macOS: Hide other-user tunnels in the status menuRoopesh Chander2019-04-031-0/+1
* macOS: Better handling of tunnels created by another userRoopesh Chander2019-04-032-3/+88
* iOS: Log view: Make log text selectableRoopesh Chander2019-04-011-2/+4
* macOS: Log view: Fix autoscroll to end of logRoopesh Chander2019-04-011-7/+18
* macOS: Bring app to front before 'exiting with an active tunnel' alertRoopesh Chander2019-03-291-2/+4
* macOS: If a sheet is being shown, ignore quit and bring window to frontRoopesh Chander2019-03-291-0/+5
* macOS: Log view: No need to disable Close buttonRoopesh Chander2019-03-282-3/+2
* iOS: Ability to view the logRoopesh Chander2019-03-282-39/+135