aboutsummaryrefslogtreecommitdiffstats
path: root/WireGuard/WireGuard/UI/macOS/ViewController (follow)
Commit message (Expand)AuthorAgeFilesLines
* Key: Constant time encodingJason A. Donenfeld2019-02-081-6/+6
* PrivateDataConfirmation: prompt with touch/face/pin/password ID for viewing/exporting keysJason A. Donenfeld2019-02-062-20/+27
* macOS: Select tunnel after adding it with 'Add empty tunnel'Roopesh Chander2019-02-051-0/+13
* macOS: Ensure fields are updated on savingRoopesh Chander2019-02-051-1/+3
* macOS: Apply runtime configuration by diff-ingRoopesh Chander2019-02-051-15/+88
* macOS: Tunnel detail: Refactor calculation of tableViewModelRowsRoopesh Chander2019-02-051-12/+30
* Fix handling of 'PersistentKeepalive: every n seconds'Roopesh Chander2019-01-311-1/+5
* Configure timers to fire even when tracking mouse eventsRoopesh Chander2019-01-311-1/+1
* macOS: Tunnel detail: Reload runtime config every secondRoopesh Chander2019-01-311-6/+24
* macOS: Select the active tunnel when showing the manage tunnels windowRoopesh Chander2019-01-241-1/+14
* macOS: show runtime configuration in tunnel managerJason A. Donenfeld2019-01-241-1/+19
* macOS: Tunnel detail: Fix updation of tunnelEditVCRoopesh Chander2019-01-231-0/+1
* macOS: Tunnel edit: Handle deletion outside appRoopesh Chander2019-01-221-1/+10
* macOS: Tunnel detail: Handle deletion outside appRoopesh Chander2019-01-221-4/+5
* macOS: Disable save button if the syntax highlighter detects any errorsRoopesh Chander2019-01-221-2/+6
* macOS: Fix crash when importing using NoTunnelsDetailVC's buttonRoopesh Chander2019-01-221-1/+2
* macOS: Tunnel edit: actually clean up error handlingJason A. Donenfeld2019-01-211-4/+4
* macOS: Tunnel edit: Clean up error handling when savingRoopesh Chander2019-01-221-35/+30
* macOS: Observe private key changes for new tunnels tooJason A. Donenfeld2019-01-211-10/+10
* Avoid using return in single-line closuresRoopesh Chander2019-01-221-3/+1
* global: Fix up copyright headersJason A. Donenfeld2019-01-185-5/+5
* macOS: Tunnel detail: Better alignment for bottom controlsRoopesh Chander2019-01-181-2/+2
* macOS: Fix autolayout errors on Add Empty TunnelRoopesh Chander2019-01-171-5/+2
* macOS: Manage tunnels: Make keyboard shortcuts discoverableRoopesh Chander2019-01-172-2/+4
* macOS: Manage tunnels: Keyboard shortcutsRoopesh Chander2019-01-172-0/+35
* macOS: Tunnel edit: Rename action handling methodsRoopesh Chander2019-01-171-4/+4
* macOS: Tunnel detail: Rename action handling methodsRoopesh Chander2019-01-171-2/+2
* macOS: Tunnels list: Rename action handling methodsRoopesh Chander2019-01-171-10/+10
* macOS: Edit view: Auto hide editor scrollbarsRoopesh Chander2019-01-141-0/+1
* macOS: To set default size, change frame instead of min sizeRoopesh Chander2019-01-141-3/+3
* macOS: Fix editor scrollingRoopesh Chander2019-01-141-2/+3
* Default view controller sizesEric Kuck2019-01-141-2/+2
* macOS: Support for on-demand activationRoopesh Chander2019-01-142-3/+44
* macOS: Get the app back in focus after macOS' VPN promptRoopesh Chander2019-01-141-0/+4
* macOS: Ensure a tunnel is selected when '-' is clickedRoopesh Chander2019-01-141-2/+3
* macOS: Localize export sheetsRoopesh Chander2019-01-141-4/+4
* macOS: Manage tunnels: Add empty tunnel pulldown menu implementationRoopesh Chander2019-01-142-3/+43
* macOS: Update detail view after editingRoopesh Chander2019-01-142-0/+21
* macOS: Edit view: Update public key as you editRoopesh Chander2019-01-141-2/+15
* Parsing: Always error on unrecognized keysRoopesh Chander2019-01-141-1/+1
* macOS: Edit view: Validate and saveRoopesh Chander2019-01-141-1/+27
* Added syntax highlighting conf textviewEric Kuck2019-01-141-2/+2
* macOS: Tunnel edit viewRoopesh Chander2019-01-142-3/+129
* macOS: Rename *Cell to *RowRoopesh Chander2019-01-142-3/+3
* macOS: On adding the first tunnel, select itRoopesh Chander2019-01-141-0/+3
* macOS: Consolidate presenting of the import panelRoopesh Chander2019-01-142-18/+2
* macOS: Manage tunnels: Handle the case when there are no tunnelsRoopesh Chander2019-01-143-10/+65
* macOS: Manage tunnels: Remove tunnelRoopesh Chander2019-01-141-6/+31
* macOS: Manage tunnels: Update tunnels list on changesRoopesh Chander2019-01-142-4/+23
* macOS: Manage tunnels: Export log pulldown menu implementationRoopesh Chander2019-01-141-1/+30