aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ui/ui.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* ui: incorrectly adjust icon provider to new dpi awarenessJason A. Donenfeld2019-04-301-6/+0
* service: inform UIs it is time to quit so they can kill trayJason A. Donenfeld2019-04-301-0/+6
* version: add certificate checking for official versionsJason A. Donenfeld2019-04-301-1/+1
* version: add beginnings of authenticode checkingJason A. Donenfeld2019-04-301-0/+14
* ui: force tray and mtw to appearJason A. Donenfeld2019-04-291-6/+15
* updater: add initial skeletonJason A. Donenfeld2019-04-291-7/+34
* ui: add icon to about dialogJason A. Donenfeld2019-04-271-0/+1
* ui: fix UI hide/quit logicJason A. Donenfeld2019-04-271-7/+13
* ui: simplify everythingJason A. Donenfeld2019-04-271-40/+16
* Revert "ui: introduce system icon loading"Jason A. Donenfeld2019-04-241-5/+0
* ui: introduce system icon loadingJason A. Donenfeld2019-04-241-0/+5
* ui: remove nag and fix up stringsJason A. Donenfeld2019-04-231-19/+6
* ui: use recently added walk.MsgBoxStyle constant instead of literal valueAlexander Neumann2019-04-231-1/+1
* ui: implement export log actionAlexander Neumann2019-04-231-1/+8
* ui: implement about dialog, version info still TODOAlexander Neumann2019-04-231-7/+57
* ui: only allow a single tunnel to be active at any timeAlexander Neumann2019-04-231-21/+7
* ui: synchronize calls from other goroutines into walkAlexander Neumann2019-04-231-8/+10
* ui: bind all new components togetherAnthony Dong2019-04-231-230/+35
* ui: split tray logic into tray componentAnthony Dong2019-04-231-0/+11
* ui: add tunnels management viewAnthony Dong2019-04-231-8/+13
* 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: abstract test interface nameJason A. Donenfeld2019-04-011-4/+6
* errors: don't put periods at end of errorsJason A. Donenfeld2019-03-211-1/+5
* ringlogger: introduce basic file ring loggingJason A. Donenfeld2019-03-211-2/+14
* tunneltracker: don't track tunnels that haven't been startedJason A. Donenfeld2019-03-121-9/+9
* tunneltracker: redo deletion state machineJason A. Donenfeld2019-03-121-1/+1
* ui: hack around rendering glitchJason A. Donenfeld2019-03-121-0/+1
* ui: reduce flicker when changing viewJason A. Donenfeld2019-03-121-1/+5
* ui: initial stab at a better confviewJason A. Donenfeld2019-03-121-1/+1
* service: keep track of proper errorsJason A. Donenfeld2019-03-101-2/+9
* ui: ensure window comes up on topJason A. Donenfeld2019-03-091-0/+1
* ui: styleJason A. Donenfeld2019-03-081-5/+6
* ui: nagJason A. Donenfeld2019-03-071-2/+21
* ui: embed resource the old fashioned wayJason A. Donenfeld2019-03-071-1/+1
* conf: expose base64 key parsingJason A. Donenfeld2019-03-051-21/+3
* ui: show last tunnel configJason A. Donenfeld2019-03-051-2/+18
* ui: show runtime configJason A. Donenfeld2019-03-051-1/+40
* ipc: work out service state transitionsJason A. Donenfeld2019-03-021-13/+50
* ui: disable editor when runningJason A. Donenfeld2019-03-011-0/+5
* ui: move walk to go module replace operationJason A. Donenfeld2019-02-281-2/+2
* service: track tunnel service statusJason A. Donenfeld2019-02-281-7/+33
* ipc: implement event system with pipesJason A. Donenfeld2019-02-281-5/+4
* ui: move syntaxedit to sub-packageJason A. Donenfeld2019-02-281-1/+2
* ui: add initial sample UI for testingJason A. Donenfeld2019-02-281-0/+140