aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ui/syntax (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ui: add layout item helper for new layout systemJason A. Donenfeld2019-07-171-0/+4
|
* global: correct names and patterns for go lintJason A. Donenfeld2019-05-161-2/+1
|
* ui: react to DPI changes in syntax editorJason A. Donenfeld2019-05-163-4/+19
|
* ui: syntax: rehighlight on DPI changeJason A. Donenfeld2019-05-131-0/+3
|
* ui: syntax: fix indentationJason A. Donenfeld2019-05-131-5/+5
|
* ui: syntax: implement trafic blocking semanticsJason A. Donenfeld2019-05-053-2/+86
| | | | 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>
* ui: syntax: guard calls to highlightJason A. Donenfeld2019-04-151-13/+17
|
* ui: initial stab at a better confviewJason A. Donenfeld2019-03-123-352/+0
|
* 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
|
* syntaxeditor: reject keys we don't parseJason A. Donenfeld2019-03-051-0/+2
|
* 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.
* syntax: flat borderJason A. Donenfeld2019-03-022-2/+3
|
* ui: move walk to go module replace operationJason A. Donenfeld2019-02-281-2/+2
|
* 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.