aboutsummaryrefslogtreecommitdiffstats
path: root/WireGuard/WireGuard/UI/macOS (unfollow)
Commit message (Expand)AuthorFilesLines
2019-01-31iOS: Make it compile againRoopesh Chander1-0/+2
2019-01-31Configure timers to fire even when tracking mouse eventsRoopesh Chander3-4/+4
2019-01-31macOS: Tunnel detail: Reload runtime config every secondRoopesh Chander1-6/+24
2019-01-28Logger: Convert do-catch to try?Roopesh Chander1-3/+2
2019-01-28Runtime info: Make bytecount and timestamp info prettierRoopesh Chander2-6/+71
2019-01-28Persistent Keepalive detail should read 'every n seconds'Roopesh Chander2-1/+3
2019-01-26TunnelsManager: Invoke reload() in a subsequent runloopRoopesh Chander1-1/+7
2019-01-26macOS: Delay .deactivated status to workaround system bugRoopesh Chander1-2/+17
2019-01-24macOS: Select the active tunnel when showing the manage tunnels windowRoopesh Chander2-1/+18
2019-01-24TunnelsTracker: Simplify using TunnelsManager.tunnelInOperation()Roopesh Chander1-17/+2
2019-01-24TunnelsManager: func tunnelInOperation()Roopesh Chander1-0/+7
2019-01-24macOS: Ensure status is up-to-date on startupRoopesh Chander1-2/+10
2019-01-24Config file parsing: Fix bug when there are comments at the endRoopesh Chander1-28/+28
2019-01-24macOS: show runtime configuration in tunnel managerJason A. Donenfeld1-1/+19
2019-01-24Tunnel: support getting runtime configurationJason A. Donenfeld9-0/+278
2019-01-24wireguard-go-bridge: allow querying internal settingsJason A. Donenfeld3-7/+22
2019-01-23wireguard-go-bridge: fix standalone buildJason A. Donenfeld1-1/+1
2019-01-23macOS: Tunnel detail: Fix updation of tunnelEditVCRoopesh Chander1-0/+1
2019-01-23macOS: Deactivate any active tunnel when app exitsRoopesh Chander2-1/+7
2019-01-23macOS: Adapt to TunnelsManagerListDelegate changesRoopesh Chander1-1/+1
2019-01-23iOS: Fix stale tunnel being shown on iPadRoopesh Chander3-15/+10
2019-01-23iOS: Fix handling of deletion outside appRoopesh Chander2-24/+14
2019-01-22macOS: reload: Iterate in reverseRoopesh Chander1-5/+3
2019-01-22TunnelsManager: refresh status after replacing insidesJason A. Donenfeld1-0/+1
2019-01-22TunnelsManager: use new helperJason A. Donenfeld1-1/+1
2019-01-22macOS: Tunnel edit: Handle deletion outside appRoopesh Chander1-1/+10
2019-01-22macOS: Tunnel detail: Handle deletion outside appRoopesh Chander1-4/+5
2019-01-22macOS: Handle tunnel deletions outside the appRoopesh Chander1-18/+39
2019-01-22macOS: remove mobile network tweeksJason A. Donenfeld4-2/+22
2019-01-22MacOS: StatusMenu: Properly localize menu titleJason A. Donenfeld2-1/+2
2019-01-22macOS: Disable save button if the syntax highlighter detects any errorsRoopesh Chander2-3/+10
2019-01-22macOS: Fix crash when importing using NoTunnelsDetailVC's buttonRoopesh Chander1-1/+2
2019-01-22macOS: StatusMenu: Remove unused menu titleRoopesh Chander1-1/+1
2019-01-22Let there be newlines at the end of all filesRoopesh Chander6-6/+6
2019-01-22Fix localizationRoopesh Chander1-29/+29
2019-01-22macOS: Use Unicode version of '...' for menu textRoopesh Chander1-4/+4
2019-01-22macOS: Fix status-related menu itemsRoopesh Chander2-3/+2
2019-01-22Better os() directivesRoopesh Chander4-7/+21
2019-01-21macOS: Tunnel edit: actually clean up error handlingJason A. Donenfeld1-4/+4
2019-01-21XCode: set default signing identity backJason A. Donenfeld1-3/+7
2019-01-22macOS: Tunnel edit: Clean up error handling when savingRoopesh Chander1-35/+30
2019-01-21macOS: Observe private key changes for new tunnels tooJason A. Donenfeld1-10/+10
2019-01-21macOS: Better highlighter default value and move c implementationJason A. Donenfeld4-3/+3
2019-01-21macOS: Make highlighter themes staticJason A. Donenfeld3-21/+18
2019-01-22Avoid using return in single-line closuresRoopesh Chander2-4/+2
2019-01-22macOS: Make color theme use a dictRoopesh Chander2-55/+34
2019-01-22macOS: Reset attributes for each syntax highlight cycleRoopesh Chander2-3/+22
2019-01-22macOS: Refactor syntax highlightingRoopesh Chander4-86/+89
2019-01-21macOS: Simplify NSColor extensionRoopesh Chander1-1/+1
2019-01-18macOS: show icon for inactive stateJason A. Donenfeld1-3/+3