aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Expand)AuthorAgeFilesLines
* Revert "ui: reduce icon overlay size"Jason A. Donenfeld2019-04-241-2/+2
* ui: use tabs in main window and refactor tunnels ui and log dialog into tab pagesAlexander Neumann2019-04-245-569/+478
* ui: programmatically compute colorsJason A. Donenfeld2019-04-241-6/+85
* installer: redesignSimon Rozman2019-04-246-115/+193
* ui: reduce icon overlay sizeJason A. Donenfeld2019-04-231-2/+2
* ui: use more horizontal space for conf viewAlexander Neumann2019-04-231-0/+1
* ui: overlay main window and tray icons according to tunnel statusAlexander Neumann2019-04-234-15/+91
* ui: remove nag and fix up stringsJason A. Donenfeld2019-04-231-19/+6
* ui: add icons to tunnels tool barAlexander Neumann2019-04-231-4/+4
* 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