aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ui/syntax (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ui: initial stab at a better confviewJason A. Donenfeld2019-03-123-352/+0
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* 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. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* syntax: safe dll loadingJason A. Donenfeld2019-03-062-2/+2
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* syntaxeditor: reject keys we don't parseJason A. Donenfeld2019-03-051-0/+2
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* 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. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* syntax: flat borderJason A. Donenfeld2019-03-022-2/+3
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* ui: move walk to go module replace operationJason A. Donenfeld2019-02-281-2/+2
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* ui: move syntaxedit to sub-packageJason A. Donenfeld2019-02-285-0/+1144
This speeds up compilation time considerably by not needing to invoke cgo for changes in the main UI. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>