Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | * ../../examples/tablelist/*.xbm: Removed comp.xbm and leaf.xbm; added (comp|leaf)100.xbm, (comp|leaf)125.xbm, ..., (comp|leaf)200.xbm. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: | 226079a6e04b5c22602e25b362b640bcc121ebb0f5b4e252bb2325f473edfe51 |
User & Date: | csaba 2020-06-23 09:42:24 |
Context
2020-06-23
| ||
09:49 | * Changes for the new Scrollutil version 1.6. check-in: 1b22e0c9ab user: csaba tags: trunk | |
09:42 | * ../../examples/tablelist/*.xbm: Removed comp.xbm and leaf.xbm; added (comp|leaf)100.xbm, (comp|leaf)125.xbm, ..., (comp|leaf)200.xbm. check-in: 226079a6e0 user: csaba tags: trunk | |
09:32 | * ../../examples/tablelist/*.gif: Removed checked.gif, unchecked.gif, and open.gif; added (checked|unchecked|openAction)100.gif, (checked|unchecked|openAction)125.gif, ..., (checked|unchecked|openAction)200.gif. check-in: 6125334d6d user: csaba tags: trunk | |
Changes
Deleted examples/tablelist/comp.xbm.
1 2 3 4 5 |
#define comp_width 14 #define comp_height 12 static unsigned char comp_bits[] = { 0xff, 0x3f, 0x01, 0x20, 0xfd, 0x3f, 0x05, 0x20, 0xf5, 0x3f, 0x15, 0x20, 0xd5, 0x3f, 0x55, 0x20, 0x55, 0x3f, 0x55, 0x21, 0x55, 0x21, 0xff, 0x3f}; |
< < < < < |
Added examples/tablelist/comp100.xbm.
> > > > > > |
1 2 3 4 5 6 |
#define comp100_width 16 #define comp100_height 13 static unsigned char comp100_bits[] = { 0xff, 0xff, 0x01, 0x80, 0x01, 0x80, 0x01, 0x80, 0xf1, 0xff, 0x11, 0x80, 0x11, 0x80, 0x11, 0xff, 0x11, 0x81, 0x11, 0x81, 0x11, 0x81, 0x11, 0x81, 0xff, 0xff}; |
Added examples/tablelist/comp125.xbm.
> > > > > > > |
1 2 3 4 5 6 7 |
#define comp125_width 20 #define comp125_height 16 static unsigned char comp125_bits[] = { 0xff, 0xff, 0x0f, 0x01, 0x00, 0x08, 0x01, 0x00, 0x08, 0x01, 0x00, 0x08, 0x01, 0x00, 0x08, 0xe1, 0xff, 0x0f, 0x21, 0x00, 0x08, 0x21, 0x00, 0x08, 0x21, 0x00, 0x08, 0x21, 0xfc, 0x0f, 0x21, 0x04, 0x08, 0x21, 0x04, 0x08, 0x21, 0x04, 0x08, 0x21, 0x04, 0x08, 0x21, 0x04, 0x08, 0xff, 0xff, 0x0f}; |
Added examples/tablelist/comp150.xbm.
> > > > > > > > |
1 2 3 4 5 6 7 8 |
#define comp150_width 24 #define comp150_height 19 static unsigned char comp150_bits[] = { 0xff, 0xff, 0xff, 0x01, 0x00, 0x80, 0x01, 0x00, 0x80, 0x01, 0x00, 0x80, 0x01, 0x00, 0x80, 0x01, 0x00, 0x80, 0xc1, 0xff, 0xff, 0x41, 0x00, 0x80, 0x41, 0x00, 0x80, 0x41, 0x00, 0x80, 0x41, 0xf0, 0xff, 0x41, 0x10, 0x80, 0x41, 0x10, 0x80, 0x41, 0x10, 0x80, 0x41, 0x10, 0x80, 0x41, 0x10, 0x80, 0x41, 0x10, 0x80, 0x41, 0x10, 0x80, 0xff, 0xff, 0xff}; |
Added examples/tablelist/comp175.xbm.
> > > > > > > > > > > |
1 2 3 4 5 6 7 8 9 10 11 |
#define comp175_width 28 #define comp175_height 23 static unsigned char comp175_bits[] = { 0xff, 0xff, 0xff, 0x0f, 0x01, 0x00, 0x00, 0x08, 0x01, 0x00, 0x00, 0x08, 0x01, 0x00, 0x00, 0x08, 0x01, 0x00, 0x00, 0x08, 0x01, 0x00, 0x00, 0x08, 0x01, 0x00, 0x00, 0x08, 0x81, 0xff, 0xff, 0x0f, 0x81, 0x00, 0x00, 0x08, 0x81, 0x00, 0x00, 0x08, 0x81, 0x00, 0x00, 0x08, 0x81, 0x00, 0x00, 0x08, 0x81, 0x00, 0x00, 0x08, 0x81, 0xc0, 0xff, 0x0f, 0x81, 0x40, 0x00, 0x08, 0x81, 0x40, 0x00, 0x08, 0x81, 0x40, 0x00, 0x08, 0x81, 0x40, 0x00, 0x08, 0x81, 0x40, 0x00, 0x08, 0x81, 0x40, 0x00, 0x08, 0x81, 0x40, 0x00, 0x08, 0x81, 0x40, 0x00, 0x08, 0xff, 0xff, 0xff, 0x0f}; |
Added examples/tablelist/comp200.xbm.
> > > > > > > > > > > > |
1 2 3 4 5 6 7 8 9 10 11 12 |
#define comp200_width 32 #define comp200_height 26 static unsigned char comp200_bits[] = { 0xff, 0xff, 0xff, 0xff, 0x01, 0x00, 0x00, 0x80, 0x01, 0x00, 0x00, 0x80, 0x01, 0x00, 0x00, 0x80, 0x01, 0x00, 0x00, 0x80, 0x01, 0x00, 0x00, 0x80, 0x01, 0x00, 0x00, 0x80, 0x01, 0x00, 0x00, 0x80, 0x01, 0xff, 0xff, 0xff, 0x01, 0x01, 0x00, 0x80, 0x01, 0x01, 0x00, 0x80, 0x01, 0x01, 0x00, 0x80, 0x01, 0x01, 0x00, 0x80, 0x01, 0x01, 0x00, 0x80, 0x01, 0x01, 0xff, 0xff, 0x01, 0x01, 0x01, 0x80, 0x01, 0x01, 0x01, 0x80, 0x01, 0x01, 0x01, 0x80, 0x01, 0x01, 0x01, 0x80, 0x01, 0x01, 0x01, 0x80, 0x01, 0x01, 0x01, 0x80, 0x01, 0x01, 0x01, 0x80, 0x01, 0x01, 0x01, 0x80, 0x01, 0x01, 0x01, 0x80, 0x01, 0x01, 0x01, 0x80, 0xff, 0xff, 0xff, 0xff}; |
Deleted examples/tablelist/leaf.xbm.
1 2 3 4 5 |
#define leaf_width 14 #define leaf_height 12 static unsigned char leaf_bits[] = { 0xff, 0x3f, 0x01, 0x20, 0x01, 0x20, 0x01, 0x20, 0x01, 0x20, 0x01, 0x20, 0x01, 0x20, 0x01, 0x20, 0x01, 0x20, 0x01, 0x20, 0x01, 0x20, 0xff, 0x3f}; |
< < < < < |
Added examples/tablelist/leaf100.xbm.
> > > > > > |
1 2 3 4 5 6 |
#define leaf100_width 16 #define leaf100_height 13 static unsigned char leaf100_bits[] = { 0xff, 0xff, 0x01, 0x80, 0x01, 0x80, 0x01, 0x80, 0x01, 0x80, 0x01, 0x80, 0x01, 0x80, 0x01, 0x80, 0x01, 0x80, 0x01, 0x80, 0x01, 0x80, 0x01, 0x80, 0xff, 0xff}; |
Added examples/tablelist/leaf125.xbm.
> > > > > > > |
1 2 3 4 5 6 7 |
#define leaf125_width 20 #define leaf125_height 16 static unsigned char leaf125_bits[] = { 0xff, 0xff, 0x0f, 0x01, 0x00, 0x08, 0x01, 0x00, 0x08, 0x01, 0x00, 0x08, 0x01, 0x00, 0x08, 0x01, 0x00, 0x08, 0x01, 0x00, 0x08, 0x01, 0x00, 0x08, 0x01, 0x00, 0x08, 0x01, 0x00, 0x08, 0x01, 0x00, 0x08, 0x01, 0x00, 0x08, 0x01, 0x00, 0x08, 0x01, 0x00, 0x08, 0x01, 0x00, 0x08, 0xff, 0xff, 0x0f}; |
Added examples/tablelist/leaf150.xbm.
> > > > > > > > |
1 2 3 4 5 6 7 8 |
#define leaf150_width 24 #define leaf150_height 19 static unsigned char leaf150_bits[] = { 0xff, 0xff, 0xff, 0x01, 0x00, 0x80, 0x01, 0x00, 0x80, 0x01, 0x00, 0x80, 0x01, 0x00, 0x80, 0x01, 0x00, 0x80, 0x01, 0x00, 0x80, 0x01, 0x00, 0x80, 0x01, 0x00, 0x80, 0x01, 0x00, 0x80, 0x01, 0x00, 0x80, 0x01, 0x00, 0x80, 0x01, 0x00, 0x80, 0x01, 0x00, 0x80, 0x01, 0x00, 0x80, 0x01, 0x00, 0x80, 0x01, 0x00, 0x80, 0x01, 0x00, 0x80, 0xff, 0xff, 0xff}; |
Added examples/tablelist/leaf175.xbm.
> > > > > > > > > > > |
1 2 3 4 5 6 7 8 9 10 11 |
#define leaf175_width 28 #define leaf175_height 23 static unsigned char leaf175_bits[] = { 0xff, 0xff, 0xff, 0x0f, 0x01, 0x00, 0x00, 0x08, 0x01, 0x00, 0x00, 0x08, 0x01, 0x00, 0x00, 0x08, 0x01, 0x00, 0x00, 0x08, 0x01, 0x00, 0x00, 0x08, 0x01, 0x00, 0x00, 0x08, 0x01, 0x00, 0x00, 0x08, 0x01, 0x00, 0x00, 0x08, 0x01, 0x00, 0x00, 0x08, 0x01, 0x00, 0x00, 0x08, 0x01, 0x00, 0x00, 0x08, 0x01, 0x00, 0x00, 0x08, 0x01, 0x00, 0x00, 0x08, 0x01, 0x00, 0x00, 0x08, 0x01, 0x00, 0x00, 0x08, 0x01, 0x00, 0x00, 0x08, 0x01, 0x00, 0x00, 0x08, 0x01, 0x00, 0x00, 0x08, 0x01, 0x00, 0x00, 0x08, 0x01, 0x00, 0x00, 0x08, 0x01, 0x00, 0x00, 0x08, 0xff, 0xff, 0xff, 0x0f}; |
Added examples/tablelist/leaf200.xbm.
> > > > > > > > > > > > |
1 2 3 4 5 6 7 8 9 10 11 12 |
#define leaf200_width 32 #define leaf200_height 26 static unsigned char leaf200_bits[] = { 0xff, 0xff, 0xff, 0xff, 0x01, 0x00, 0x00, 0x80, 0x01, 0x00, 0x00, 0x80, 0x01, 0x00, 0x00, 0x80, 0x01, 0x00, 0x00, 0x80, 0x01, 0x00, 0x00, 0x80, 0x01, 0x00, 0x00, 0x80, 0x01, 0x00, 0x00, 0x80, 0x01, 0x00, 0x00, 0x80, 0x01, 0x00, 0x00, 0x80, 0x01, 0x00, 0x00, 0x80, 0x01, 0x00, 0x00, 0x80, 0x01, 0x00, 0x00, 0x80, 0x01, 0x00, 0x00, 0x80, 0x01, 0x00, 0x00, 0x80, 0x01, 0x00, 0x00, 0x80, 0x01, 0x00, 0x00, 0x80, 0x01, 0x00, 0x00, 0x80, 0x01, 0x00, 0x00, 0x80, 0x01, 0x00, 0x00, 0x80, 0x01, 0x00, 0x00, 0x80, 0x01, 0x00, 0x00, 0x80, 0x01, 0x00, 0x00, 0x80, 0x01, 0x00, 0x00, 0x80, 0x01, 0x00, 0x00, 0x80, 0xff, 0xff, 0xff, 0xff}; |