index
:
wireguard-apple
am/codable-ipaddress-range
am/codable-key
am/default-path
am/develop
am/fix-addrinfo-crash
am/ignore-set-network-settings-error-when-offline
am/reasserting-opt-out
am/wgkit-types-subtarget
an/shortcuts-integration
master
iOS and macOS apps for WireGuard
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
WireGuard
/
WireGuard
/
UI
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
macOS: Fix crash when importing using NoTunnelsDetailVC's button
Roopesh Chander
2019-01-22
1
-1
/
+2
*
macOS: StatusMenu: Remove unused menu title
Roopesh Chander
2019-01-22
1
-1
/
+1
*
Let there be newlines at the end of all files
Roopesh Chander
2019-01-22
6
-6
/
+6
*
macOS: Fix status-related menu items
Roopesh Chander
2019-01-22
1
-2
/
+2
*
Better os() directives
Roopesh Chander
2019-01-22
1
-2
/
+6
*
macOS: Tunnel edit: actually clean up error handling
Jason A. Donenfeld
2019-01-21
1
-4
/
+4
*
macOS: Tunnel edit: Clean up error handling when saving
Roopesh Chander
2019-01-22
1
-35
/
+30
*
macOS: Observe private key changes for new tunnels too
Jason A. Donenfeld
2019-01-21
1
-10
/
+10
*
macOS: Better highlighter default value and move c implementation
Jason A. Donenfeld
2019-01-21
3
-1
/
+1
*
macOS: Make highlighter themes static
Jason A. Donenfeld
2019-01-21
3
-21
/
+18
*
Avoid using return in single-line closures
Roopesh Chander
2019-01-22
2
-4
/
+2
*
macOS: Make color theme use a dict
Roopesh Chander
2019-01-22
2
-55
/
+34
*
macOS: Reset attributes for each syntax highlight cycle
Roopesh Chander
2019-01-22
2
-3
/
+22
*
macOS: Refactor syntax highlighting
Roopesh Chander
2019-01-22
3
-86
/
+85
*
macOS: Simplify NSColor extension
Roopesh Chander
2019-01-21
1
-1
/
+1
*
macOS: show icon for inactive state
Jason A. Donenfeld
2019-01-18
1
-3
/
+3
*
highlighter: do not rely on localized case comparisons
Jason A. Donenfeld
2019-01-18
1
-29
/
+62
*
global: Fix up copyright headers
Jason A. Donenfeld
2019-01-18
21
-21
/
+21
*
macOS: Tunnel detail: Better alignment for bottom controls
Roopesh Chander
2019-01-18
1
-2
/
+2
*
macOS: Rafactor by introducing a TunnelsTracker
Roopesh Chander
2019-01-18
4
-114
/
+210
*
macOS: Fix autolayout errors on Add Empty Tunnel
Roopesh Chander
2019-01-17
1
-5
/
+2
*
macOS: Update copyright year
Roopesh Chander
2019-01-17
1
-1
/
+1
*
macOS: Make sure app is active when showing the About dialog
Roopesh Chander
2019-01-17
1
-0
/
+1
*
macOS: Application: Fix comment
Roopesh Chander
2019-01-17
1
-3
/
+1
*
macOS: Manage tunnels: Make keyboard shortcuts discoverable
Roopesh Chander
2019-01-17
2
-2
/
+4
*
macOS: Manage tunnels: Keyboard shortcuts
Roopesh Chander
2019-01-17
2
-0
/
+35
*
macOS: Tunnel edit: Rename action handling methods
Roopesh Chander
2019-01-17
1
-4
/
+4
*
macOS: Tunnel detail: Rename action handling methods
Roopesh Chander
2019-01-17
1
-2
/
+2
*
macOS: Tunnels list: Rename action handling methods
Roopesh Chander
2019-01-17
1
-10
/
+10
*
macOS: Support window management keyboard shortcuts
Roopesh Chander
2019-01-16
1
-3
/
+6
*
macOS: Networks should show allowedIPs and disappear when inactive
Jason A. Donenfeld
2019-01-15
1
-5
/
+7
*
macOS: Different status bar icon looks for different states
Roopesh Chander
2019-01-16
26
-16
/
+201
*
macOS: Add About dialog
Roopesh Chander
2019-01-14
1
-0
/
+18
*
macOS: Add app icon
Roopesh Chander
2019-01-14
11
-10
/
+20
*
macOS: Edit view: Auto hide editor scrollbars
Roopesh Chander
2019-01-14
1
-0
/
+1
*
macOS: To set default size, change frame instead of min size
Roopesh Chander
2019-01-14
1
-3
/
+3
*
macOS: Fix editor scrolling
Roopesh Chander
2019-01-14
1
-2
/
+3
*
Default view controller sizes
Eric Kuck
2019-01-14
2
-2
/
+3
*
ConfTextView: enable undo and disable junk
Jason A. Donenfeld
2019-01-14
1
-0
/
+8
*
Cut/copy/paste now work
Eric Kuck
2019-01-14
3
-8
/
+40
*
Resync highlighter
Jason A. Donenfeld
2019-01-14
3
-54
/
+42
*
Syntax highlighter color updates
Eric Kuck
2019-01-14
2
-3
/
+16
*
macOS: Support for on-demand activation
Roopesh Chander
2019-01-14
3
-3
/
+119
*
macOS: Quit menu item
Roopesh Chander
2019-01-14
1
-0
/
+8
*
macOS: Get the app back in focus after macOS' VPN prompt
Roopesh Chander
2019-01-14
1
-0
/
+4
*
macOS: Fix 'Network' entry in menu
Roopesh Chander
2019-01-14
1
-5
/
+9
*
macOS: Ensure a tunnel is selected when '-' is clicked
Roopesh Chander
2019-01-14
1
-2
/
+3
*
macOS: Handle errors from TunnelsManager.create()
Roopesh Chander
2019-01-14
1
-1
/
+4
*
iOS: Export log: Should present error from the main thread
Roopesh Chander
2019-01-14
1
-4
/
+4
*
macOS: Localize export sheets
Roopesh Chander
2019-01-14
1
-4
/
+4
[next]