summaryrefslogtreecommitdiffstats
path: root/win
Commit message (Collapse)AuthorAgeFilesLines
* Windows: improve 16x16 icon.Kaz Kylheku2017-03-242-0/+0
| | | | | | | | | | Not sharpening it, but extending the opaque white background, with some alpha fuzzing by hand. Looks better defined on window title. * win/txr.xcf: 16x16 icon layer edited. * win/txr.ico: Updated.
* TXR query for cleaning Inkscape SVG.Kaz Kylheku2017-03-161-0/+41
| | | | * win/cleansvg.txr: New file.
* Seal transparent areas of 16x16 icon.Kaz Kylheku2017-03-162-0/+0
| | | | | | | | | | | | Looks more reasonable in window title bars, whose background isn't white. * win/txr.ico: Regenerated. * win/txr.xcf: New 1024x1024 layer with internal transparency filled with white and slightly wider white border. This shrunk to 16x16 replaces that icon size.
* Icon refresh.Kaz Kylheku2017-03-153-0/+105
| | | | | | | | | | | | | | | | | I lost the original vector graphic inputs that went into the icon. This is a superior re-make. Better artwork, better post-processing quality, more sizes. * Makefile (win/%.res): Add win/*.ico as a pattern prerequisite, so that the resource file is regenerated when the icon changes. * win/txr.ico: Updated icon, now in sizes 16, 32, 48, 64, 96, 128, 192 and 256. * win/txr.xcf: Updated GIMP file. * win/txr.svg: New file.
* * win/env.nsh: Before the potentially length SendMessage,Kaz Kylheku2015-02-051-1/+3
| | | | print an informative message.
* * win/env.nsh: Improve messages about environmentKaz Kylheku2015-02-051-9/+9
| | | | variable modification.
* Windows installer.Kaz Kylheku2015-02-011-0/+350
| | | | | | * inst.nsi: New file. * win/env.nsh: New file.
* On Windows, add icon and identifying meta-data to executable.Kaz Kylheku2015-01-313-0/+28
* Makefile (EXTRA_OBJS-y): New variable. (WINDRES): New recipe. * configure: Check for presence of windres, and generate add_win_res variable in config.make. * win/txr.xcf: New file: GIMP project for icon. * win/txr.ico: New file: icon with three sizes generated from GIMP project. * win/txr.rc: New file.