aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ui/syntax/syntaxedit.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ui: syntax: implement trafic blocking semanticsJason A. Donenfeld2019-05-051-2/+15
| | | | This is our "auto kill switch".
* ui: replace PrivateKeyEvent with walk.StringEventAlexander Neumann2019-04-231-37/+2
| | | | Signed-off-by: Alexander Neumann <alexander.neumann@picos-software.com>
* syntax: lazily load ui libraryJason A. Donenfeld2019-03-071-4/+1
| | | | | This way we don't have msftedit.dll loaded into the address space of the process doing real crypto.
* ui: move walk to go module replace operationJason A. Donenfeld2019-02-281-2/+2
|
* ui: move syntaxedit to sub-packageJason A. Donenfeld2019-02-281-0/+153
This speeds up compilation time considerably by not needing to invoke cgo for changes in the main UI.