aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ui (follow)
Commit message (Collapse)AuthorAgeFilesLines
* service: keep track of proper errorsJason A. Donenfeld2019-03-101-2/+9
|
* ui: ensure window comes up on topJason A. Donenfeld2019-03-092-0/+3
|
* 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-072-15/+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.
* syntax: lazily load ui libraryJason A. Donenfeld2019-03-074-12/+10
| | | | | This way we don't have msftedit.dll loaded into the address space of the process doing real crypto.
* syntax: safe dll loadingJason A. Donenfeld2019-03-062-2/+2
|
* conf: expose base64 key parsingJason A. Donenfeld2019-03-051-21/+3
|
* ui: show last tunnel configJason A. Donenfeld2019-03-051-2/+18
|
* syntaxeditor: reject keys we don't parseJason A. Donenfeld2019-03-051-0/+2
|
* ui: show runtime configJason A. Donenfeld2019-03-051-1/+40
|
* ui: add temporary confview disgusting kludgeJason A. Donenfeld2019-03-053-0/+353
| | | | | This is not the right way to show this information and this commit should be reverted as soon as we have a real UI.
* ipc: work out service state transitionsJason A. Donenfeld2019-03-021-13/+50
|
* syntax: flat borderJason A. Donenfeld2019-03-022-2/+3
|
* ui: disable editor when runningJason A. Donenfeld2019-03-011-0/+5
|
* ui: move walk to go module replace operationJason A. Donenfeld2019-02-283-6/+6
|
* 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-286-2/+3
| | | | | 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-2815-0/+1352