summaryrefslogtreecommitdiffstats
path: root/win/txr.xcf
Commit message (Collapse)AuthorAgeFilesLines
* Windows: improve 16x16 icon.Kaz Kylheku2017-03-241-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.
* Seal transparent areas of 16x16 icon.Kaz Kylheku2017-03-161-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-151-0/+0
| | | | | | | | | | | | | | | | | 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.
* On Windows, add icon and identifying meta-data to executable.Kaz Kylheku2015-01-311-0/+0
* 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.