Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Adapted to newer tclkit for win |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
5658a0d62ebf93cb407e776afb32d4d0 |
User & Date: | peter 2015-03-01 22:46:20.113 |
Context
2015-03-01
| ||
23:47 | More key bindings on toplevel check-in: b793bf2638 user: peter tags: trunk | |
22:46 | Adapted to newer tclkit for win check-in: 5658a0d62e user: peter tags: trunk | |
21:34 | Get correct mode when reading from VFS. Handle delta artifact in Fossil. check-in: d7211de04e user: peter tags: trunk | |
Changes
Changes to eskil.vfs/tclkit.ico.
cannot compute difference between binary files
Changes to img/run.sh.
1 2 3 4 5 6 7 8 9 10 | #!/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 | | > | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | #!/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 could be stored raw in the ico file. # However, the tclkit has it stored as the others icotool -c -o tclkit.ico apa.png dragon_48x48x32.png dragon_32x32x32.png dragon_24x24x32.png dragon_16x16x32.png dragon_256x256x32.png cp tclkit.ico ../eskil.vfs/ |