aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ringlogger (unfollow)
Commit message (Expand)AuthorFilesLines
2019-04-23ui: use Synchronize method for cross-goroutine calls to walkAlexander Neumann2-24/+5
2019-04-23ui: implement [de]activation of tunnels via trayAlexander Neumann1-13/+46
2019-04-23ui: only allow a single tunnel to be active at any timeAlexander Neumann4-42/+145
2019-04-23ui: only allow a single tunnel to be selected at any timeAlexander Neumann1-0/+1
2019-04-23ui: synchronize calls from other goroutines into walkAlexander Neumann1-8/+10
2019-04-23ui: initialize TunnelsView model from service.IPCClientTunnelsAlexander Neumann1-13/+5
2019-04-23ui: handle adding and removing of tunnels for trayAlexander Neumann2-44/+77
2019-04-23ui: replace PrivateKeyEvent with walk.StringEventAlexander Neumann1-37/+2
2019-04-23ui: update status and active CIDRs menu itemsAlexander Neumann1-25/+42
2019-04-23ui: use slightly larger font to improve status display in ConfViewAlexander Neumann1-0/+6
2019-04-23ui: add new status and toggle types akin to labelTextLine and refactor as requiredAlexander Neumann1-58/+200
2019-04-23ui: refactor TunnelsView to use the new status image painterAlexander Neumann1-34/+13