aboutsummaryrefslogtreecommitdiffstats
path: root/WireGuard/WireGuard/UI/macOS/ViewController/TunnelEditViewController.swift (follow)
Commit message (Expand)AuthorAgeFilesLines
* macOS: Disable save button if the syntax highlighter detects any errorsRoopesh Chander2019-01-221-2/+6
* 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-181-1/+1
* macOS: Fix autolayout errors on Add Empty TunnelRoopesh Chander2019-01-171-5/+2
* macOS: Tunnel edit: Rename action handling methodsRoopesh Chander2019-01-171-4/+4
* 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-141-3/+33
* macOS: Manage tunnels: Add empty tunnel pulldown menu implementationRoopesh Chander2019-01-141-2/+41
* macOS: Update detail view after editingRoopesh Chander2019-01-141-0/+9
* 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-141-0/+125