aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/manifest.xml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ui: change dpiAware setting in manifest to fix display on win8xAlexander Neumann2019-05-201-1/+1
| | | | | Signed-off-by: Alexander Neumann <alexander.neumann@picos-software.com> Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* manifest: enable per-monitor DPIJason A. Donenfeld2019-05-161-1/+2
| | | | | | This reverts commit e3839d5d5d70ad9c1aa7296624084ff897e07fe9. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* manifest: disable per-monitor DPIJason A. Donenfeld2019-05-021-4/+1
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* ui: dpi aware manifestJason A. Donenfeld2019-04-301-6/+9
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* ui: embed resource the old fashioned wayJason A. Donenfeld2019-03-071-0/+26
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. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>