aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ui/syntax/syntaxedit.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ui: syntax: guard calls to highlightJason A. Donenfeld2019-04-151-13/+17
|
* syntax: lazily load ui libraryJason A. Donenfeld2019-03-071-2/+4
| | | | | 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-061-1/+1
|
* syntax: flat borderJason A. Donenfeld2019-03-021-0/+1
|
* ui: move syntaxedit to sub-packageJason A. Donenfeld2019-02-281-0/+311
This speeds up compilation time considerably by not needing to invoke cgo for changes in the main UI.