Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Handle icons visibly |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
bc5fab7d7873b0d2fd6f8a3a1be802ce |
User & Date: | peter 2015-02-22 02:36:22.244 |
Context
2015-02-22
| ||
23:46 | Code polish to silence syntax warnings. check-in: 63cd9c7aa2 user: peter tags: trunk | |
02:36 | Handle icons visibly check-in: bc5fab7d78 user: peter tags: trunk | |
01:35 | Synched menus check-in: fe1fcd1e81 user: peter tags: trunk | |
Changes
Changes to eskil.vfs/tclkit.ico.
cannot compute difference between binary files
Added img/dragon_16x16x32.png.
cannot compute difference between binary files
Added img/dragon_24x24x32.png.
cannot compute difference between binary files
Added img/dragon_256x256x32.png.
cannot compute difference between binary files
Added img/dragon_32x32x32.png.
cannot compute difference between binary files
Added img/dragon_48x48x32.png.
cannot compute difference between binary files
Added img/run.sh.
> > > > > > > > > > > > > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 | #!/bin/bash # Icon sizes in tclkit at present: # 64x64x32 48x48x32 32x32x32 24x24x32 16x16x32 # 48x48x24 32x32x24 24x24x24 16x16x24 # 48x48x8 32x32x8 24x24x8 16x16x8 # Create 64 from 48 pngtopam -alphapam dragon_48x48x32.png | pamscale -width 64 | pamrgbatopng > apa.png # The 256 file is a "vista" file, and stored raw in the ico file icotool -c -o tclkit.ico --raw=dragon_256x256x32.png apa.png dragon_48x48x32.png dragon_32x32x32.png dragon_24x24x32.png dragon_16x16x32.png cp tclkit.ico ../eskil.vfs/ |