aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/resources.rc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ui: remove unused iconsJason A. Donenfeld2019-05-131-3/+0
| | | | | | These dots were good while they lasted, and I'll be sad to see them go. We can always recover them from git history need be. Next perhaps we'll axe dot-gray.svg?
* ui: use system icons in toolbarJason A. Donenfeld2019-05-021-3/+0
|
* ui: render dots with svgs insteadJason A. Donenfeld2019-05-021-0/+4
|
* ui: use icons instead of unicode fontJason A. Donenfeld2019-05-021-1/+4
|
* version: dynamically get file versionJason A. Donenfeld2019-05-011-4/+4
|
* ui: embed resource the old fashioned wayJason A. Donenfeld2019-03-071-0/+39
If we ever get rid of the cgo requirement, we can return to rsrc or some variant of it. But given that win32 GUI stuff benefits from the larger cgo stacks, that seems unlikely. This gives us a bit more latitude to embed all sorts of interesting things in here as well. Clean up the makefile while we're at it and reduce the size of the exe.