Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ui: syntax: implement trafic blocking semantics | 2019-05-05 | 1 | -2/+15 | |
| | | | | This is our "auto kill switch". | ||||
* | ui: replace PrivateKeyEvent with walk.StringEvent | 2019-04-23 | 1 | -37/+2 | |
| | | | | Signed-off-by: Alexander Neumann <alexander.neumann@picos-software.com> | ||||
* | syntax: lazily load ui library | 2019-03-07 | 1 | -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 operation | 2019-02-28 | 1 | -2/+2 | |
| | |||||
* | ui: move syntaxedit to sub-package | 2019-02-28 | 1 | -0/+153 | |
This speeds up compilation time considerably by not needing to invoke cgo for changes in the main UI. |