aboutsummaryrefslogtreecommitdiffstats
path: root/WireGuard/WireGuard/UI/macOS/View (follow)
Commit message (Collapse)AuthorAgeFilesLines
* macOS: Disable save button if the syntax highlighter detects any errorsRoopesh Chander2019-01-221-1/+4
| | | | Signed-off-by: Roopesh Chander <roop@roopc.net>
* macOS: Better highlighter default value and move c implementationJason A. Donenfeld2019-01-213-1/+659
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* macOS: Make highlighter themes staticJason A. Donenfeld2019-01-213-21/+18
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* macOS: Make color theme use a dictRoopesh Chander2019-01-222-55/+34
| | | | Signed-off-by: Roopesh Chander <roop@roopc.net>
* macOS: Reset attributes for each syntax highlight cycleRoopesh Chander2019-01-222-3/+22
| | | | Signed-off-by: Roopesh Chander <roop@roopc.net>
* macOS: Refactor syntax highlightingRoopesh Chander2019-01-223-86/+85
| | | | Signed-off-by: Roopesh Chander <roop@roopc.net>
* macOS: show icon for inactive stateJason A. Donenfeld2019-01-181-3/+3
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* global: Fix up copyright headersJason A. Donenfeld2019-01-185-5/+5
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.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-141-0/+1
| | | | Signed-off-by: Eric Kuck <eric@bluelinelabs.com>
* Resync highlighterJason A. Donenfeld2019-01-141-1/+1
| | | | 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-141-0/+75
| | | | 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: Edit view: Update public key as you editRoopesh Chander2019-01-142-0/+10
| | | | Signed-off-by: Roopesh Chander <roop@roopc.net>
* Highlighter: Report each key type separatelyRoopesh Chander2019-01-141-4/+0
| | | | 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>
* Added syntax highlighting conf textviewEric Kuck2019-01-142-0/+231
| | | | Signed-off-by: Eric Kuck <eric@bluelinelabs.com>
* macOS: Tunnel edit viewRoopesh Chander2019-01-141-4/+19
| | | | Signed-off-by: Roopesh Chander <roop@roopc.net>
* macOS: Rename *Cell to *RowRoopesh Chander2019-01-142-4/+4
| | | | Signed-off-by: Roopesh Chander <roop@roopc.net>
* macOS: Manage tunnels: Tunnel detail viewRoopesh Chander2019-01-141-0/+76
| | | | Signed-off-by: Roopesh Chander <roop@roopc.net>
* macOS: Manage tunnels window: Tunnels listRoopesh Chander2019-01-141-0/+75
Signed-off-by: Roopesh Chander <roop@roopc.net>