aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ui (follow)
Commit message (Expand)AuthorAgeFilesLines
* ui: fix initial display of public key in tunnel config dialogAlexander Neumann2019-04-231-1/+1
* ui: better colors of iconsJason A. Donenfeld2019-04-231-11/+38
* ui: when activating an item of the tunnels list, toggle on/off instead of editingAlexander Neumann2019-04-231-1/+20
* ui: some cleanup in ManageTunnelsWindowAlexander Neumann2019-04-231-35/+22
* ui: some log dialog improvementsAlexander Neumann2019-04-231-12/+32
* ui: simplify sorting of TunnelModelAlexander Neumann2019-04-231-11/+1
* ui: move orderedStringSet to util.goAlexander Neumann2019-04-232-80/+80
* ui: implement log dialog; some refactoring in manage tunnels window to share some bitsAlexander Neumann2019-04-233-70/+234
* ui: refactor exclude private IPs code to be closer to existing ports and preserve user editsAlexander Neumann2019-04-231-85/+220
* ui: handle exclude private ips and refactor tunnel config editing dialogAlexander Neumann2019-04-232-131/+270
* ui: add some margin to the bottom of toggleActiveLineAlexander Neumann2019-04-231-1/+1
* ui: refactor exportLogAlexander Neumann2019-04-231-32/+7
* ui: implement export tunnels to zip actionAlexander Neumann2019-04-231-4/+76
* ui: use recently added walk.MsgBoxStyle constant instead of literal valueAlexander Neumann2019-04-231-1/+1
* ui: implement export log actionAlexander Neumann2019-04-232-4/+68
* ui: implement about dialog, version info still TODOAlexander Neumann2019-04-232-8/+58
* ui: use Synchronize method for cross-goroutine calls to walkAlexander Neumann2019-04-232-24/+5
* ui: implement [de]activation of tunnels via trayAlexander Neumann2019-04-231-13/+46
* ui: only allow a single tunnel to be active at any timeAlexander Neumann2019-04-234-42/+145
* ui: only allow a single tunnel to be selected at any timeAlexander Neumann2019-04-231-0/+1
* ui: synchronize calls from other goroutines into walkAlexander Neumann2019-04-231-8/+10
* ui: initialize TunnelsView model from service.IPCClientTunnelsAlexander Neumann2019-04-231-13/+5
* ui: handle adding and removing of tunnels for trayAlexander Neumann2019-04-232-44/+77
* ui: replace PrivateKeyEvent with walk.StringEventAlexander Neumann2019-04-231-37/+2
* ui: update status and active CIDRs menu itemsAlexander Neumann2019-04-231-25/+42
* ui: use slightly larger font to improve status display in ConfViewAlexander Neumann2019-04-231-0/+6
* ui: add new status and toggle types akin to labelTextLine and refactor as requiredAlexander Neumann2019-04-231-58/+200
* ui: refactor TunnelsView to use the new status image painterAlexander Neumann2019-04-231-34/+13
* ui: implement a reusable helper for status image paintingAlexander Neumann2019-04-231-0/+161
* ui: add initial support for [de]activating tunnelsAlexander Neumann2019-04-233-31/+176
* ui: fill in gaps in config editingAlexander Neumann2019-04-231-19/+90
* ui: only enable edit button if a tunnel is selectedAlexander Neumann2019-04-231-1/+4
* ui: add delete action to tool barAlexander Neumann2019-04-231-1/+1
* ui: work around a bug in walk to have our own tool bar below the tunnels listAlexander Neumann2019-04-231-7/+10
* ui: fix splitter layout not displaying widgetsAnthony Dong2019-04-231-0/+4
* ui: fix invalid layout directionAnthony Dong2019-04-231-1/+1
* ui: make confview spacer greedy to take full available widthAnthony Dong2019-04-231-1/+1
* ui: bind all new components togetherAnthony Dong2019-04-231-230/+35
* ui: split tray logic into tray componentAnthony Dong2019-04-232-0/+174
* ui: add tunnels management viewAnthony Dong2019-04-232-8/+422
* ui: add tunnels tableviewAnthony Dong2019-04-231-0/+117
* ui: syntax: guard calls to highlightJason A. Donenfeld2019-04-151-13/+17
* ui: lock to OS threadJason A. Donenfeld2019-04-031-0/+3
* ui: update irc channelJason A. Donenfeld2019-04-031-1/+1
* ringlogger: give unprivd access via inheritable mapping handleJason A. Donenfeld2019-04-021-6/+2
* ui: remove spacer that was only needed in a container other than ScrollViewAlexander Neumann2019-04-011-8/+0
* ui: abstract test interface nameJason A. Donenfeld2019-04-011-4/+6
* ui: Remove WM_SIZING hack from ConfView, fixed bug in walkAlexander Neumann2019-03-251-5/+5
* errors: don't put periods at end of errorsJason A. Donenfeld2019-03-211-1/+5
* ringlogger: introduce basic file ring loggingJason A. Donenfeld2019-03-212-2/+142