aboutsummaryrefslogtreecommitdiffstats
path: root/WireGuard/WireGuard/UI/macOS (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* macOS: Manage tunnels: Keyboard shortcutsRoopesh Chander2019-01-172-0/+35
| | | | Signed-off-by: Roopesh Chander <roop@roopc.net>
* macOS: Tunnel edit: Rename action handling methodsRoopesh Chander2019-01-171-4/+4
| | | | Signed-off-by: Roopesh Chander <roop@roopc.net>
* macOS: Tunnel detail: Rename action handling methodsRoopesh Chander2019-01-171-2/+2
| | | | Signed-off-by: Roopesh Chander <roop@roopc.net>
* macOS: Tunnels list: Rename action handling methodsRoopesh Chander2019-01-171-10/+10
| | | | 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>
* macOS: Networks should show allowedIPs and disappear when inactiveJason A. Donenfeld2019-01-151-5/+7
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* macOS: Different status bar icon looks for different statesRoopesh Chander2019-01-1626-16/+201
| | | | | | | | - Looks dimmed when no tunnel is active - Looks normal when a tunnel is active - Animates when a tunnel is activating Signed-off-by: Roopesh Chander <roop@roopc.net>
* macOS: Add About dialogRoopesh Chander2019-01-141-0/+18
| | | | Signed-off-by: Roopesh Chander <roop@roopc.net>
* macOS: Add app iconRoopesh Chander2019-01-1411-10/+20
| | | | Signed-off-by: Roopesh Chander <roop@roopc.net>
* macOS: Edit view: Auto hide editor scrollbarsRoopesh Chander2019-01-141-0/+1
| | | | Signed-off-by: Roopesh Chander <roop@roopc.net>
* macOS: To set default size, change frame instead of min sizeRoopesh Chander2019-01-141-3/+3
| | | | Signed-off-by: Roopesh Chander <roop@roopc.net>
* macOS: Fix editor scrollingRoopesh Chander2019-01-141-2/+3
| | | | Signed-off-by: Roopesh Chander <roop@roopc.net>
* Default view controller sizesEric Kuck2019-01-142-2/+3
| | | | Signed-off-by: Eric Kuck <eric@bluelinelabs.com>
* ConfTextView: enable undo and disable junkJason A. Donenfeld2019-01-141-0/+8
| | | | | | Double space stil makes a period, unfortunately. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* Cut/copy/paste now workEric Kuck2019-01-143-8/+40
| | | | Signed-off-by: Eric Kuck <eric@bluelinelabs.com>
* Resync highlighterJason A. Donenfeld2019-01-143-54/+42
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* Syntax highlighter color updatesEric Kuck2019-01-142-3/+16
| | | | Signed-off-by: Eric Kuck <eric@bluelinelabs.com>
* macOS: Support for on-demand activationRoopesh Chander2019-01-143-3/+119
| | | | Signed-off-by: Roopesh Chander <roop@roopc.net>
* macOS: Quit menu itemRoopesh Chander2019-01-141-0/+8
| | | | Signed-off-by: Roopesh Chander <roop@roopc.net>
* macOS: Get the app back in focus after macOS' VPN promptRoopesh Chander2019-01-141-0/+4
| | | | Signed-off-by: Roopesh Chander <roop@roopc.net>
* macOS: Fix 'Network' entry in menuRoopesh Chander2019-01-141-5/+9
| | | | Signed-off-by: Roopesh Chander <roop@roopc.net>
* macOS: Ensure a tunnel is selected when '-' is clickedRoopesh Chander2019-01-141-2/+3
| | | | Signed-off-by: Roopesh Chander <roop@roopc.net>
* macOS: Handle errors from TunnelsManager.create()Roopesh Chander2019-01-141-1/+4
| | | | Signed-off-by: Roopesh Chander <roop@roopc.net>
* macOS: Localize export sheetsRoopesh Chander2019-01-141-4/+4
| | | | Signed-off-by: Roopesh Chander <roop@roopc.net>
* macOS: Import sheet button should say 'Import'Roopesh Chander2019-01-141-0/+1
| | | | Signed-off-by: Roopesh Chander <roop@roopc.net>
* macOS: Tunnel detail: Ensure long keys fitRoopesh Chander2019-01-141-2/+9
| | | | Signed-off-by: Roopesh Chander <roop@roopc.net>
* macOS: Manage tunnels: Add empty tunnel pulldown menu implementationRoopesh Chander2019-01-142-3/+43
| | | | Signed-off-by: Roopesh Chander <roop@roopc.net>
* macOS: Update detail view after editingRoopesh Chander2019-01-142-0/+21
| | | | Signed-off-by: Roopesh Chander <roop@roopc.net>
* macOS: Edit view: Update public key as you editRoopesh Chander2019-01-143-2/+25
| | | | Signed-off-by: Roopesh Chander <roop@roopc.net>
* Highlighter: Report each key type separatelyRoopesh Chander2019-01-143-6/+8
| | | | Signed-off-by: Roopesh Chander <roop@roopc.net>
* Parsing: Always error on unrecognized keysRoopesh Chander2019-01-141-1/+1
| | | | Signed-off-by: Roopesh Chander <roop@roopc.net>
* Parsing: Error on duplicate entriesRoopesh Chander2019-01-141-0/+2
| | | | Signed-off-by: Roopesh Chander <roop@roopc.net>
* macOS: Edit view: Validate and saveRoopesh Chander2019-01-141-1/+27
| | | | Signed-off-by: Roopesh Chander <roop@roopc.net>
* macOS: Refactor config file parsingRoopesh Chander2019-01-141-0/+50
| | | | | | | - To report more fine grained errors - To make the parse errors conform to WireGuardAppError Signed-off-by: Roopesh Chander <roop@roopc.net>
* Syntax highlighter color updatesEric Kuck2019-01-142-45/+30
| | | | Signed-off-by: Eric Kuck <eric@bluelinelabs.com>
* Highlighter: use original file from contrib/examples/highlighterJason A. Donenfeld2019-01-142-482/+492
| | | | | | | This makes it easier to track updates and make diffs. Also, disable things we don't support in the NetworkExtension app. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* Added syntax highlighting conf textviewEric Kuck2019-01-146-2/+879
| | | | Signed-off-by: Eric Kuck <eric@bluelinelabs.com>
* macOS: Tunnel edit viewRoopesh Chander2019-01-143-7/+148
| | | | Signed-off-by: Roopesh Chander <roop@roopc.net>
* macOS: Rename *Cell to *RowRoopesh Chander2019-01-144-7/+7
| | | | Signed-off-by: Roopesh Chander <roop@roopc.net>
* macOS: On adding the first tunnel, select itRoopesh Chander2019-01-141-0/+3
| | | | Signed-off-by: Roopesh Chander <roop@roopc.net>
* macOS: Consolidate presenting of the import panelRoopesh Chander2019-01-144-26/+21
| | | | Signed-off-by: Roopesh Chander <roop@roopc.net>
* macOS: Manage tunnels: Handle the case when there are no tunnelsRoopesh Chander2019-01-143-10/+65
| | | | Signed-off-by: Roopesh Chander <roop@roopc.net>
* macOS: Present tunnel activation errors from the window when possibleRoopesh Chander2019-01-142-19/+27
| | | | Signed-off-by: Roopesh Chander <roop@roopc.net>
* macOS: Present errors as a sheet when applicableRoopesh Chander2019-01-141-2/+10
| | | | Signed-off-by: Roopesh Chander <roop@roopc.net>
* macOS: Manage tunnels: Remove tunnelRoopesh Chander2019-01-141-6/+31
| | | | Signed-off-by: Roopesh Chander <roop@roopc.net>
* macOS: Manage tunnels: Update tunnels list on changesRoopesh Chander2019-01-143-6/+30
| | | | Signed-off-by: Roopesh Chander <roop@roopc.net>
* macOS: Manage tunnels: Export log pulldown menu implementationRoopesh Chander2019-01-142-1/+32
| | | | Signed-off-by: Roopesh Chander <roop@roopc.net>
* macOS: Manage tunnels: Export tunnels pulldown menu implementationRoopesh Chander2019-01-141-1/+20
| | | | Signed-off-by: Roopesh Chander <roop@roopc.net>
* macOS: Xcode: Add ablity to save filesRoopesh Chander2019-01-141-1/+1
| | | | Signed-off-by: Roopesh Chander <roop@roopc.net>
* macOS: Manage tunnels: Select first tunnel on showing the windowRoopesh Chander2019-01-141-0/+8
| | | | Signed-off-by: Roopesh Chander <roop@roopc.net>