aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ui/syntax/syntaxedit.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ui: react to DPI changes in syntax editorJason A. Donenfeld2019-05-161-0/+1
|
* ui: syntax: implement trafic blocking semanticsJason A. Donenfeld2019-05-051-0/+7
| | | | This is our "auto kill switch".
* syntax: flat borderJason A. Donenfeld2019-03-021-2/+2
|
* ui: move syntaxedit to sub-packageJason A. Donenfeld2019-02-281-0/+23
This speeds up compilation time considerably by not needing to invoke cgo for changes in the main UI.