• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

.github/workflows/H17-Jun-2021-1,0471,039

bitmaps/H17-Jun-2021-8070

compat/H17-Jun-2021-999660

doc/H17-Jun-2021-36,24534,306

generic/H17-Jun-2021-201,200122,863

library/H17-Jun-2021-34,73624,850

macosx/H03-May-2022-66,12346,916

tests/H03-May-2022-108,467102,786

unix/H03-May-2022-46,04830,173

win/H17-Jun-2021-53,54033,561

xlib/H17-Jun-2021-10,2837,710

.travis.ymlH A D07-Jun-20217.4 KiB294293

ChangeLogH A D07-Jun-2021183 KiB5,2873,800

ChangeLog.2002H A D07-Jun-2021269.7 KiB7,8785,872

ChangeLog.2004H A D07-Jun-2021131.3 KiB3,6542,641

ChangeLog.2007H A D07-Jun-2021200.7 KiB5,2843,840

README.mdH A D07-Jun-20212.6 KiB4736

changesH A D17-Jun-2021325.2 KiB7,9825,446

license.termsH A D07-Jun-20212.2 KiB4136

manifest.uuidH A D17-Jun-202165 21

README.md

1# README:  Tk
2
3This is the **Tk 8.7a5** source distribution.
4
5You can get any source release of Tk from [our distribution
6site](https://sourceforge.net/projects/tcl/files/Tcl/).
7
88.6 (production release, daily build)
9[![Build Status](https://github.com/tcltk/tk/workflows/Linux/badge.svg?branch=core-8-6-branch)](https://github.com/tcltk/tk/actions?query=workflow%3A%22Linux%22+branch%3Acore-8-6-branch)
10[![Build Status](https://github.com/tcltk/tk/workflows/Windows/badge.svg?branch=core-8-6-branch)](https://github.com/tcltk/tk/actions?query=workflow%3A%22Windows%22+branch%3Acore-8-6-branch)
11[![Build Status](https://github.com/tcltk/tk/workflows/macOS/badge.svg?branch=core-8-6-branch)](https://github.com/tcltk/tk/actions?query=workflow%3A%22macOS%22+branch%3Acore-8-6-branch)
12<br>
138.7 (in development, daily build))
14[![Build Status](https://github.com/tcltk/tk/workflows/Linux/badge.svg?branch=main)](https://github.com/tcltk/tk/actions?query=workflow%3A%22Linux%22+branch%3Amain)
15[![Build Status](https://github.com/tcltk/tk/workflows/Windows/badge.svg?branch=main)](https://github.com/tcltk/tk/actions?query=workflow%3A%22Windows%22+branch%3Amain)
16[![Build Status](https://github.com/tcltk/tk/workflows/macOS/badge.svg?branch=main)](https://github.com/tcltk/tk/actions?query=workflow%3A%22macOS%22+branch%3Amain)
17
18## <a id="intro">1.</a> Introduction
19
20This directory contains the sources and documentation for Tk, a
21cross-platform GUI toolkit implemented with the Tcl scripting language.
22
23For details on features, incompatibilities, and potential problems with
24this release, see [the Tcl/Tk 8.7 Web page](https://www.tcl.tk/software/tcltk/8.7.html)
25or refer to the "changes" file in this directory, which contains a
26historical record of all changes to Tk.
27
28Tk is maintained, enhanced, and distributed freely by the Tcl community.
29Source code development and tracking of bug reports and feature requests
30take place at [core.tcl-lang.org](https://core.tcl-lang.org/).
31Tcl/Tk release and mailing list services are [hosted by
32SourceForge](https://sourceforge.net/projects/tcl/)
33with the Tcl Developer Xchange hosted at
34[www.tcl-lang.org](https://www.tcl-lang.org).
35
36Tk is a freely available open-source package.  You can do virtually
37anything you like with it, such as modifying it, redistributing it,
38and selling it either in whole or in part.  See the file
39`license.terms` for complete information.
40
41## <a id="tcl">2.</a> See Tcl README.md
42
43Please see the README.md file that comes with the associated Tcl release
44for more information.  There are pointers there to extensive
45documentation.  In addition, there are additional README files
46in the subdirectories of this distribution.
47