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

..03-May-2022-

.github/workflows/H04-Nov-2021-479476

bitmaps/H04-Nov-2021-8070

compat/H04-Nov-2021-163113

doc/H04-Nov-2021-35,08833,129

generic/H04-Nov-2021-191,538115,458

library/H04-Nov-2021-34,49324,714

macosx/H03-May-2022-65,86146,860

tests/H03-May-2022-105,23899,667

unix/H03-May-2022-46,22630,788

win/H04-Nov-2021-51,29131,969

xlib/H04-Nov-2021-6,7634,805

.travis.ymlH A D29-Oct-20216 KiB237236

ChangeLogH A D29-Oct-2021183.1 KiB5,2873,800

ChangeLog.2002H A D29-Oct-2021269.7 KiB7,8785,872

ChangeLog.2004H A D29-Oct-2021131.3 KiB3,6542,641

ChangeLog.2007H A D29-Oct-2021200.7 KiB5,2843,840

README.mdH A D29-Oct-20212.1 KiB4130

changesH A D01-Nov-2021322.9 KiB7,9065,404

license.termsH A D29-Oct-20212.2 KiB4136

manifest.uuidH A D04-Nov-202165 21

README.md

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