aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ui/ui.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* 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
| | | | Also use Go 1.12's Sysconn
* ui: move syntaxedit to sub-packageJason A. Donenfeld2019-02-281-1/+2
| | | | | This speeds up compilation time considerably by not needing to invoke cgo for changes in the main UI.
* ui: add initial sample UI for testingJason A. Donenfeld2019-02-281-0/+140