Skip to content

Commit b1c2885

Browse files
committed
Import Tk 8.6.6 (as of svn r86089)
1 parent d239d63 commit b1c2885

File tree

899 files changed

+545127
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

899 files changed

+545127
-0
lines changed

ChangeLog

+5,286
Large diffs are not rendered by default.

ChangeLog.2002

+7,877
Large diffs are not rendered by default.

ChangeLog.2004

+3,653
Large diffs are not rendered by default.

ChangeLog.2007

+5,283
Large diffs are not rendered by default.

README

+41
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
README: Tk
2+
This is the Tk 8.6.6 source distribution.
3+
http://sourceforge.net/projects/tcl/files/Tcl/
4+
You can get any source release of Tk from the URL above.
5+
6+
1. Introduction
7+
---------------
8+
9+
This directory contains the sources and documentation for Tk, an X11
10+
toolkit implemented with the Tcl scripting language.
11+
12+
For details on features, incompatibilities, and potential problems with
13+
this release, see the Tcl/Tk 8.6 Web page at
14+
15+
http://www.tcl.tk/software/tcltk/8.6.html
16+
17+
or refer to the "changes" file in this directory, which contains a
18+
historical record of all changes to Tk.
19+
20+
Tk is maintained, enhanced, and distributed freely by the Tcl community.
21+
Source code development and tracking of bug reports and feature requests
22+
takes place at:
23+
24+
http://core.tcl.tk/tk/
25+
26+
with the Tcl Developer Xchange at:
27+
28+
http://www.tcl.tk/
29+
30+
Tk is a freely available open source package. You can do virtually
31+
anything you like with it, such as modifying it, redistributing it,
32+
and selling it either in whole or in part. See the file
33+
"license.terms" for complete information.
34+
35+
2. See Tcl README
36+
-----------------
37+
38+
Please see the README file that comes with the associated Tcl release
39+
for more information. There are pointers there to extensive
40+
documentation. In addition, there are additional README files
41+
in the subdirectories of this distribution.

bitmaps/error.xbm

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
#define error_width 17
2+
#define error_height 17
3+
static unsigned char error_bits[] = {
4+
0xf0, 0x0f, 0x00, 0x58, 0x15, 0x00, 0xac, 0x2a, 0x00, 0x16, 0x50, 0x00,
5+
0x2b, 0xa0, 0x00, 0x55, 0x40, 0x01, 0xa3, 0xc0, 0x00, 0x45, 0x41, 0x01,
6+
0x83, 0xc2, 0x00, 0x05, 0x45, 0x01, 0x03, 0xca, 0x00, 0x05, 0x74, 0x01,
7+
0x0a, 0xa8, 0x00, 0x14, 0x58, 0x00, 0xe8, 0x2f, 0x00, 0x50, 0x15, 0x00,
8+
0xa0, 0x0a, 0x00};

bitmaps/gray12.xbm

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#define gray12_width 16
2+
#define gray12_height 16
3+
static unsigned char gray12_bits[] = {
4+
0x00, 0x00, 0x22, 0x22, 0x00, 0x00, 0x88, 0x88, 0x00, 0x00, 0x22, 0x22,
5+
0x00, 0x00, 0x88, 0x88, 0x00, 0x00, 0x22, 0x22, 0x00, 0x00, 0x88, 0x88,
6+
0x00, 0x00, 0x22, 0x22, 0x00, 0x00, 0x88, 0x88};

bitmaps/gray25.xbm

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#define gray25_width 16
2+
#define gray25_height 16
3+
static unsigned char gray25_bits[] = {
4+
0x88, 0x88, 0x22, 0x22, 0x88, 0x88, 0x22, 0x22, 0x88, 0x88, 0x22, 0x22,
5+
0x88, 0x88, 0x22, 0x22, 0x88, 0x88, 0x22, 0x22, 0x88, 0x88, 0x22, 0x22,
6+
0x88, 0x88, 0x22, 0x22, 0x88, 0x88, 0x22, 0x22};

bitmaps/gray50.xbm

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#define gray50_width 16
2+
#define gray50_height 16
3+
static unsigned char gray50_bits[] = {
4+
0x55, 0x55, 0xaa, 0xaa, 0x55, 0x55, 0xaa, 0xaa, 0x55, 0x55, 0xaa, 0xaa,
5+
0x55, 0x55, 0xaa, 0xaa, 0x55, 0x55, 0xaa, 0xaa, 0x55, 0x55, 0xaa, 0xaa,
6+
0x55, 0x55, 0xaa, 0xaa, 0x55, 0x55, 0xaa, 0xaa};

bitmaps/gray75.xbm

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#define gray75_width 16
2+
#define gray75_height 16
3+
static unsigned char gray75_bits[] = {
4+
0x77, 0x77, 0xdd, 0xdd, 0x77, 0x77, 0xdd, 0xdd, 0x77, 0x77, 0xdd, 0xdd,
5+
0x77, 0x77, 0xdd, 0xdd, 0x77, 0x77, 0xdd, 0xdd, 0x77, 0x77, 0xdd, 0xdd,
6+
0x77, 0x77, 0xdd, 0xdd, 0x77, 0x77, 0xdd, 0xdd};

bitmaps/hourglass.xbm

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
#define hourglass_width 19
2+
#define hourglass_height 21
3+
static unsigned char hourglass_bits[] = {
4+
0xff, 0xff, 0x07, 0x55, 0x55, 0x05, 0xa2, 0x2a, 0x03, 0x66, 0x15, 0x01,
5+
0xa2, 0x2a, 0x03, 0x66, 0x15, 0x01, 0xc2, 0x0a, 0x03, 0x46, 0x05, 0x01,
6+
0x82, 0x0a, 0x03, 0x06, 0x05, 0x01, 0x02, 0x03, 0x03, 0x86, 0x05, 0x01,
7+
0xc2, 0x0a, 0x03, 0x66, 0x15, 0x01, 0xa2, 0x2a, 0x03, 0x66, 0x15, 0x01,
8+
0xa2, 0x2a, 0x03, 0x66, 0x15, 0x01, 0xa2, 0x2a, 0x03, 0xff, 0xff, 0x07,
9+
0xab, 0xaa, 0x02};

bitmaps/info.xbm

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#define info_width 8
2+
#define info_height 21
3+
static unsigned char info_bits[] = {
4+
0x3c, 0x2a, 0x16, 0x2a, 0x14, 0x00, 0x00, 0x3f, 0x15, 0x2e, 0x14, 0x2c,
5+
0x14, 0x2c, 0x14, 0x2c, 0x14, 0x2c, 0xd7, 0xab, 0x55};

bitmaps/questhead.xbm

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
#define questhead_width 20
2+
#define questhead_height 22
3+
static unsigned char questhead_bits[] = {
4+
0xf8, 0x1f, 0x00, 0xac, 0x2a, 0x00, 0x56, 0x55, 0x00, 0xeb, 0xaf, 0x00,
5+
0xf5, 0x5f, 0x01, 0xfb, 0xbf, 0x00, 0x75, 0x5d, 0x01, 0xfb, 0xbe, 0x02,
6+
0x75, 0x5d, 0x05, 0xab, 0xbe, 0x0a, 0x55, 0x5f, 0x07, 0xab, 0xaf, 0x00,
7+
0xd6, 0x57, 0x01, 0xac, 0xab, 0x00, 0xd8, 0x57, 0x00, 0xb0, 0xaa, 0x00,
8+
0x50, 0x55, 0x00, 0xb0, 0x0b, 0x00, 0xd0, 0x17, 0x00, 0xb0, 0x0b, 0x00,
9+
0x58, 0x15, 0x00, 0xa8, 0x2a, 0x00};

bitmaps/question.xbm

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
#define question_width 17
2+
#define question_height 27
3+
static unsigned char question_bits[] = {
4+
0xf0, 0x0f, 0x00, 0x58, 0x15, 0x00, 0xac, 0x2a, 0x00, 0x56, 0x55, 0x00,
5+
0x2b, 0xa8, 0x00, 0x15, 0x50, 0x01, 0x0b, 0xa0, 0x00, 0x05, 0x60, 0x01,
6+
0x0b, 0xa0, 0x00, 0x05, 0x60, 0x01, 0x0b, 0xb0, 0x00, 0x00, 0x58, 0x01,
7+
0x00, 0xaf, 0x00, 0x80, 0x55, 0x00, 0xc0, 0x2a, 0x00, 0x40, 0x15, 0x00,
8+
0xc0, 0x02, 0x00, 0x40, 0x01, 0x00, 0xc0, 0x02, 0x00, 0x40, 0x01, 0x00,
9+
0xc0, 0x02, 0x00, 0x00, 0x00, 0x00, 0x80, 0x01, 0x00, 0xc0, 0x02, 0x00,
10+
0x40, 0x01, 0x00, 0xc0, 0x02, 0x00, 0x00, 0x01, 0x00};

bitmaps/warning.xbm

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#define warning_width 6
2+
#define warning_height 19
3+
static unsigned char warning_bits[] = {
4+
0x0c, 0x16, 0x2b, 0x15, 0x2b, 0x15, 0x2b, 0x16, 0x0a, 0x16, 0x0a, 0x16,
5+
0x0a, 0x00, 0x00, 0x1e, 0x0a, 0x16, 0x0a};

0 commit comments

Comments
 (0)