aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ui/confview.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* ui: rework marginsJason A. Donenfeld2019-05-011-2/+4
* ui: fix logic error in confviewJason A. Donenfeld2019-04-301-1/+1
* ui: make IPC calls in go routinesJason A. Donenfeld2019-04-291-14/+31
* service: pass global state with notificationJason A. Donenfeld2019-04-291-21/+22
* ui: fix the status dot alignmentDmitry Bagdanov2019-04-281-1/+5
* ui: partially fix dot placementJason A. Donenfeld2019-04-281-3/+3
* ui: use normal line edit in confviewJason A. Donenfeld2019-04-271-8/+15
* ui: enable double buffering on confviewJason A. Donenfeld2019-04-271-1/+1
* ui: simplify everythingJason A. Donenfeld2019-04-271-41/+14
* ui: remove leftover cruft from confviewJason A. Donenfeld2019-04-251-6/+0
* ui: add some margin to the bottom of toggleActiveLineAlexander Neumann2019-04-231-1/+1
* ui: use Synchronize method for cross-goroutine calls to walkAlexander Neumann2019-04-231-23/+2
* ui: only allow a single tunnel to be active at any timeAlexander Neumann2019-04-231-21/+28
* ui: add new status and toggle types akin to labelTextLine and refactor as requiredAlexander Neumann2019-04-231-58/+200
* ui: add initial support for [de]activating tunnelsAlexander Neumann2019-04-231-11/+108
* ui: make confview spacer greedy to take full available widthAnthony Dong2019-04-231-1/+1
* ui: remove spacer that was only needed in a container other than ScrollViewAlexander Neumann2019-04-011-8/+0
* ui: Remove WM_SIZING hack from ConfView, fixed bug in walkAlexander Neumann2019-03-251-5/+5
* confview: dns -> dns serversJason A. Donenfeld2019-03-171-1/+1
* ui: initial stab at a better confviewJason A. Donenfeld2019-03-121-0/+315