aboutsummaryrefslogtreecommitdiffstats
path: root/WireGuard/WireGuard/UI/macOS (follow)
Commit message (Expand)AuthorAgeFilesLines
* macos: TunnelsList: set allowsEmptySelection after making initial selectionJason A. Donenfeld2019-03-181-1/+1
* macOS: ButtonedDetailViewController: Set min dimensionsRoopesh Chander2019-03-191-0/+6
* macOS: Tunnels list: Double-click to activate / deactivateRoopesh Chander2019-03-181-0/+13
* macOS: Tunnels list: Don't allow empty selectionRoopesh Chander2019-03-181-0/+1
* on-demand: macOS: Remove unused class ControlRowRoopesh Chander2019-03-181-61/+0
* on-demand: macOS: Integrate Ethernet and Wi-Fi controls in one rowRoopesh Chander2019-03-182-45/+82
* on-demand: View model should account for isActivateOnDemandEnabledRoopesh Chander2019-03-182-3/+3
* on-demand: macOS: Disable SSIDs field when adding a tunnelRoopesh Chander2019-03-181-0/+1
* on-demand: macOS: Remove unused class PopupRowRoopesh Chander2019-03-181-75/+0
* on-demand: macOS: Auto-complete SSIDs based on currently connected SSIDRoopesh Chander2019-03-181-0/+16
* on-demand: macOS: Tunnel detail: List SSIDsRoopesh Chander2019-03-181-1/+9
* on-demand: Remove ActivateOnDemandSetting typeRoopesh Chander2019-03-182-13/+6
* on-demand: macOS: Tunnel detail: Show SSID infoRoopesh Chander2019-03-181-3/+24
* on-demand: macOS: Support SSIDs in on demand activationRoopesh Chander2019-03-183-22/+187
* on-demand: Infrastructure for supporting SSID-based rulesRoopesh Chander2019-03-181-2/+2
* on-demand: Simplify OS-specific code for interface type selectionRoopesh Chander2019-03-181-3/+3
* macOS: Localize tooltipsRoopesh Chander2019-03-181-2/+2
* macOS: Tunnel detail: Make the Activate button part of the list viewRoopesh Chander2019-03-182-39/+106
* macOS: Nullify observationToken on prepareForReuse()Roopesh Chander2019-03-181-0/+1
* ringlogger: support mpsc for singlefileJason A. Donenfeld2019-03-172-7/+2
* macOS: Tunnel detail: Activate / Deactivate is now a buttonRoopesh Chander2019-03-171-35/+25
* macOS: Tunnel detail: Show the status in the list viewRoopesh Chander2019-03-171-8/+58
* macOS: KeyValueImageRow classRoopesh Chander2019-03-171-4/+44
* macOS: Ability to remove multiple tunnels at a timeRoopesh Chander2019-03-102-13/+38
* macOS: Generalize NoTunnelsDetailVC into a ButtonedDetailVCRoopesh Chander2019-03-103-47/+54
* Importing: macOS: Support importing of multiple files at a timeRoopesh Chander2019-02-251-2/+2
* macOS: Tunnel edit: Disable user interaction when OS VPN prompt is shownRoopesh Chander2019-02-241-0/+10
* macOS: Tunnel edit: s/populateTextFields()/populateFields()/g;Roopesh Chander2019-02-241-2/+2
* macOS: When programmatically selecting a tunnel, also scroll if requiredRoopesh Chander2019-02-221-0/+1
* macOS: Replace NSSegmentedControl with NSPopUpButton and NSButtonRoopesh Chander2019-02-221-43/+50
* macOS: Show 'quitting with active tunnel' only when appropriateRoopesh Chander2019-02-223-13/+8
* macOS: Fix removal of DNSes from AllowedIPs when DNS has changedRoopesh Chander2019-02-211-1/+1
* macOS: On saving, update AllowedIPs with the current DNS serversRoopesh Chander2019-02-211-1/+19
* macOS: Specify crypto complianceJason A. Donenfeld2019-02-191-0/+2
* macOS: Exclude private IPsRoopesh Chander2019-02-162-0/+53
* ConfTextStorage: lowercase only onceJason A. Donenfeld2019-02-161-5/+4
* ConfTextStorage: Let's keep the AllowedIPs and DNS servers as stringsRoopesh Chander2019-02-161-8/+4
* ConfTextStorage: Make fieldType an enumRoopesh Chander2019-02-161-11/+8
* ConfTextStorage: keep track of single peer state for exclude private IPsJason A. Donenfeld2019-02-151-1/+59
* macOS: Tunnel detail: Set min width/heightRoopesh Chander2019-02-151-0/+5
* macOS: Tunnels list: Use constant width for the table viewRoopesh Chander2019-02-152-3/+2
* macOS: Show privacy notice on adding first tunnel0.0.20190207-3Jason A. Donenfeld2019-02-153-8/+41
* Preshared key field in the detail view should just say 'enabled'Roopesh Chander2019-02-121-0/+2
* macOS: Change keyboard shortcut for importing to Cmd+ORoopesh Chander2019-02-102-2/+2
* macOS: Adapt to the new applyConfiguration APIRoopesh Chander2019-02-101-34/+57
* Global: fix swiftlint issuesJason A. Donenfeld2019-02-081-1/+0
* Info.plist: Add missing key types0.0.20190207-1Jason A. Donenfeld2019-02-081-0/+2
* Key: Constant time encodingJason A. Donenfeld2019-02-081-6/+6
* macOS: Show alert if exiting with an active tunnelRoopesh Chander2019-02-081-3/+20
* StatusItemController: Show animation when deactivatingJason A. Donenfeld2019-02-071-3/+1