aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ui/tunnelsview.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* ui: add multiple tunnel deletionJason A. Donenfeld2019-05-021-1/+0
* ui: show first active tunnels on window popupJason A. Donenfeld2019-04-291-0/+19
* ui: rework tunnel adding logic and fix bugsJason A. Donenfeld2019-04-291-15/+15
* ui: select newly created/edited tunnelsAnthony Dong2019-04-291-4/+21
* service: pass global state with notificationJason A. Donenfeld2019-04-291-1/+1
* updater: add initial skeletonJason A. Donenfeld2019-04-291-1/+1
* ui: fix the status dot alignmentDmitry Bagdanov2019-04-281-1/+1
* ui: simplify everythingJason A. Donenfeld2019-04-271-17/+75
* ui: overlay main window and tray icons according to tunnel statusAlexander Neumann2019-04-231-0/+1
* ui: simplify sorting of TunnelModelAlexander Neumann2019-04-231-11/+1
* ui: only allow a single tunnel to be selected at any timeAlexander Neumann2019-04-231-0/+1
* ui: initialize TunnelsView model from service.IPCClientTunnelsAlexander Neumann2019-04-231-13/+5
* ui: refactor TunnelsView to use the new status image painterAlexander Neumann2019-04-231-34/+13
* ui: add initial support for [de]activating tunnelsAlexander Neumann2019-04-231-5/+59
* ui: add tunnels tableviewAnthony Dong2019-04-231-0/+117