aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ui/ui.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ui: leave it to walk to lock threadJason A. Donenfeld2019-05-121-3/+0
|
* ui: get correctly sized system iconsJason A. Donenfeld2019-05-081-5/+0
|
* ui: defer update popup until 3 seconds after app startJason A. Donenfeld2019-05-071-0/+1
|
* ui: remove setfocus hackJason A. Donenfeld2019-05-071-3/+0
| | | | It introduces weird other problems.
* ui: move things out of iconproviderJason A. Donenfeld2019-05-071-0/+2
|
* updater: move into managerJason A. Donenfeld2019-05-061-29/+16
|
* ui: attach shortcuts to their windowsJason A. Donenfeld2019-05-051-0/+3
|
* ui: settle unofficial behaviorJason A. Donenfeld2019-05-021-9/+2
|
* ui: separate out about dialog and revampJason A. Donenfeld2019-05-021-59/+0
|
* ui: use icons instead of unicode fontJason A. Donenfeld2019-05-021-9/+3
|
* version: dynamically get file versionJason A. Donenfeld2019-05-011-1/+1
|
* 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
| | | | This is an easy circumventable check designed mostly for convenience.
* 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
| | | | | If started too early, then these can initially fail before eventually succeeding.
* 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
| | | | This reverts commit 8d29c7136535524e387091a7387a33a243062f2b.
* ui: introduce system icon loadingJason A. Donenfeld2019-04-241-0/+5
| | | | This looks clearly worse in basically all ways and should be reverted.
* 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
| | | | | | requires https://github.com/lxn/walk/commit/737ab3ec398e9a99114e21d33d6dc671f033d04e Signed-off-by: Alexander Neumann <alexander.neumann@picos-software.com>
* ui: implement export log actionAlexander Neumann2019-04-231-1/+8
| | | | Signed-off-by: Alexander Neumann <alexander.neumann@picos-software.com>
* ui: implement about dialog, version info still TODOAlexander Neumann2019-04-231-7/+57
| | | | | | requires https://github.com/lxn/walk/commit/4e27c2831aefc0a8aece021877aa6c8c6e95e290 Signed-off-by: Alexander Neumann <alexander.neumann@picos-software.com>
* ui: only allow a single tunnel to be active at any timeAlexander Neumann2019-04-231-21/+7
| | | | Signed-off-by: Alexander Neumann <alexander.neumann@picos-software.com>
* ui: synchronize calls from other goroutines into walkAlexander Neumann2019-04-231-8/+10
| | | | Signed-off-by: Alexander Neumann <alexander.neumann@picos-software.com>
* ui: bind all new components togetherAnthony Dong2019-04-231-230/+35
| | | | Signed-off-by: Anthony Dong <aanthony.dong@gmail.com>
* ui: split tray logic into tray componentAnthony Dong2019-04-231-0/+11
| | | | Signed-off-by: Anthony Dong <aanthony.dong@gmail.com>
* ui: add tunnels management viewAnthony Dong2019-04-231-8/+13
| | | | Signed-off-by: Anthony Dong <aanthony.dong@gmail.com>
* ui: lock to OS threadJason A. Donenfeld2019-04-031-0/+3
| | | | We do this ourselves rather than having lxn/win do it for us.
* 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
| | | | | | | | Otherwise we get the hasn't-been-started-yet error, and the tracker quits. Meanwhile this is reported back to the ui as an error. While we're at it, don't let multiple trackers be run, in the event that the at-start tracker races with the installation tracker. And, make sure we actually get the deletion notification.
* tunneltracker: redo deletion state machineJason A. Donenfeld2019-03-121-1/+1
| | | | | We're now properly examining the notifier return value and also making sure events are delivered in order.
* ui: hack around rendering glitchJason A. Donenfeld2019-03-121-0/+1
| | | | | This doesn't actually fix the root cause, but it makes things almost not awful for now.
* 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
| | | | | | | | | If we ever get rid of the cgo requirement, we can return to rsrc or some variant of it. But given that win32 GUI stuff benefits from the larger cgo stacks, that seems unlikely. This gives us a bit more latitude to embed all sorts of interesting things in here as well. Clean up the makefile while we're at it and reduce the size of the exe.
* 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
|