8000 Import Tk 8.6.14 · python/cpython-source-deps@1946255 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1946255

Browse files
committed
Import Tk 8.6.14
1 parent a7c4781 commit 1946255

File tree

283 files changed

+13001
-9939
lines changed

Some content is hidden

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

283 files changed

+13001
-9939
lines changed

.travis.yml

Lines changed: 0 additions & 236 deletions
This file was deleted.

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,23 @@
11
# README: Tk
22

3-
This is the **Tk 8.6.13** source distribution.
3+
This is the **Tk 8.6.14** source distribution.
44

55
You can get any source release of Tk from [our distribution
66
site](https://sourceforge.net/projects/tcl/files/Tcl/).
77

8+
8.6 (production release, daily build)
89
[![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)
910
[![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)
1011
[![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>
13+
8.7 (in development, daily build))
14+
[![Build Status](https://github.com/tcltk/tk/workflows/Linux/badge.svg?branch=core-8-branch)](https://github.com/tcltk/tk/actions?query=workflow%3A%22Linux%22+branch%3Acore-8-branch)
15+
[![Build Status](https://github.com/tcltk/tk/workflows/Windows/badge.svg?branch=core-8-branch)](https://github.com/tcltk/tk/actions?query=workflow%3A%22Windows%22+branch%3Acore-8-branch)
16+
[![Build Status](https://github.com/tcltk/tk/workflows/macOS/badge.svg?branch=core-8-branch)](https://github.com/tcltk/tk/actions?query=workflow%3A%22macOS%22+branch%3Acore-8-branch)
17+
9.0 (in development, daily build))
18+
[![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)
19+
[![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)
20+
[![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)
1121

1222
## <a id="intro">1.</a> Introduction
1323

changes

Lines changed: 129 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8055,4 +8055,132 @@ Tk Cocoa 2.0: More drawing internals refinements (culler,walzer)
80558055
2022-10-28 (bug)[5e4e44] ttk::panedwindow drag robust wrt orientation variants
80568056
(xolodho,vogel)
80578057

8058-
- Released 8.6.13, Nov 16, 2022 - https://core.tcl-lang.org/tk/ for details
8058+
- Released 8.6.13, Nov 22, 2022 - https://core.tcl-lang.org/tk/ for details
8059+
8060+
2022-12-12 Windows binaries licence metadata changed to University of
8061+
California to match licence (nadkarni)
8062+
8063+
2022-12-12 (bug)[6ee162] crash in [ttk::style configure] (vogel)
8064+
8065+
2022-12-14 Permit [tk scaling] to return scale factor in safe interp (nijtmans)
8066+
8067+
2023-01-05 Correct rounding of [nsFont pointSize] (nijtmans)
8068+
8069+
2023-01-08 (bug)[cee095] X error handler management in Tk_MeasureChars (kechel)
8070+
8071+
2023-01-18 macOS 13 SDK deprecates sprintf() (vogel)
8072+
8073+
2023-02-12 (bug)[170551] crash in [tk busy forget]
8074+
8075+
2023-02-27 (bug)[6cd476] crash using [tk busy hold] (vogel)
8076+
8077+
2023-03-04 (bug)[93fe36] Fix <<MenuSelect>> with -tearoff (mcdonald)
8078+
8079+
2023-03-30 (bug)[15c685] menu clones, tests menu-20.1[2-6] (bron)
8080+
8081+
2023-04-10 (bug)[f4d9d7] canvas items ignored -disabledwidth (chavez,vogel)
8082+
8083+
2023-04-30 (bug)[a9cf21] Text selection omits first character (moosems)
8084+
8085+
2023-05-03 (bug)[310c74] No theme change attempts after Tk finalize (chavez)
8086+
8087+
2023-05-13 (bug)[3414695] Dialogs robust against parent destruction (vogel)
8088+
8089+
2023-05-23 (bug)[ab9581] Guard against use-after-free crashes (chavez)
8090+
8091+
2023-05-23 (bug)[f40d9d] Aqua: FourCC bitmaps (chavez)
8092+
8093+
2023-05-25 (bug)[7447ed] [tk_chooseColor] handle grab fail (leunissen)
8094+
8095+
2023-05-31 (bug)[4666f2] Protect aganst NULL windows (nab,vogel)
8096+
8097+
2023-06-06 (bug)[a418aa] bogus @x,y menu entry indices, menu-22.[6-9] (vogel)
8098+
8099+
2023-06-11 (bug)[578441] memleak in TkScrollWindow (chavez)
8100+
8101+
2023-06-13 (bug)[228476] link wish to correct libtk (root)
8102+
8103+
2023-07-09 (bug)[a526d4] Aqua: memleak in TkpOpenDisplay (chavez)
8104+
8105+
2023-07-10 (bug)[fa4694,0502c1] Aqua: memleaks in TkpConfigureMenuEntry (chavez)
8106+
8107+
2023-07-17 (bug)[f9eddb] region clip & copy better OS implementations (chavez)
8108+
8109+
2023-07-18 (bug)[2cb602] Aqua: memleak in TkCreateRegion (chavez)
8110+
8111+
2023-07-19 (bug)[edb769] Aqua: memleak in XGetImage (chavez)
8112+
8113+
2023-07-19 (bug)[c35c34] memleak in Initialize (chavez)
8114+
8115+
2023-07-20 (bug)[deca94] memleak in TkpMakeMenuWindow (chavez)
8116+
8117+
2023-07-23 (bug)[f24725] crash using Aqua pre-defined bitmap names (chavez)
8118+
8119+
2023-07-24 (feature) better solve Y2038 on most systems (chavez,nijtmans)
8120+
8121+
2023-07-26 (bug)[ed9b28] Aqua: memleak in GetWidgetDemoPath (chavez)
8122+
8123+
2023-08-02 (bug)[2a3222] navigation exposed clues about masked entry
8124+
8125+
2023-08-04 Update [trace] subcommands for Tcl 9 compat
8126+
8127+
2023-08-29 (bug)[e42eef] memory issues interfacing with XIM (goodward)
8128+
8129+
2023-08-30 (bug)[ef5d3e] Aqua: crash after first toplevel destroyed (chavez)
8130+
8131+
2023-09-01 (bug)[6cc800] Harmonize number parsing with Tcl (nijtmans)
8132+
*** POTENTIAL INCOMPATIBILITY ***
8133+
8134+
2023-09-03 (bug)[4468ed] Iconlist no fg text color from options db (chavez)
8135+
*** POTENTIAL INCOMPATIBILITY ***
8136+
8137+
2023-09-04 (bug)[d2396a] error reporting from [send -option] (emanuele,nijtmans)
8138+
8139+
2023-10-11 (bug)[9675dd] wrong free() call from Tk_ConfigureValue (nijtmans)
8140+
8141+
2023-10 (bug) Many revisions to satisfy -fsanitize=function (chavez)
8142+
[d96974,04d3e5,84fe25,bb8041]
8143+
8144+
2023-10-16 (bug)[22eefb] unixWm-45.[24] (vogel)
8145+
8146+
2023-10-18 (bug)[10b38a] Silence macOS 14 warning about secure restorable state
8147+
8148+
2023-10-28 (bug)[198376] move notebook tabs to position s (rozenberg,vogel)
8149+
8150+
2023-11-06 (bug)[499f8e] eliminate undefined realloc() calls (chavez)
8151+
8152+
2023-11-07 (bug)[09a11f] crash menu-40.[12] (chavez,culler)
8153+
8154+
2023-11-13 (bug)[eedd2e] ttk::notebook looks bad when tabs are positioned on
8155+
edges other than the top (nemethi,werner)
8156+
8157+
2023-11-15 (bug)[61550f] font-44.1 with Xft (vogel)
8158+
8159+
2023-11-22 (bug)[22a4ad] Aqua: CoreGraphics manages memory for pixmaps (chavez)
8160+
8161+
2023-11-28 (bug)[900f23] PNG encoder missed 0xFF entry (obermeier)
8162+
8163+
2023-12-03 Aqua: Update handling of Apple FourCC creator codes (chavez)
8164+
8165+
2023-12-03 (bug)[fe9423] Aqua: XPutImage() swap red and blue (chavez)
8166+
*** POTENTIAL INCOMPATIBILITY ***
8167+
8168+
2023-12-09 (bug)[1d8b71] X: Photo color drawing for 32-bit visuals (warnholz)
8169+
8170+
2023-12-12 Update to latest X11 headers
8171+
8172+
2023-12-22 (bug)[9c5742] Fix handling of abbreviated -relief args (nijtmans)
8173+
8174+
2024-01-03 (bug)[52df66] nonXft: [font measure] results inconsistent (vogel)
8175+
8176+
2024-01-05 (bug)[a9e637] treeview display partial final line (bron)
8177+
8178+
2024-01-09 (bug)[b7abf0] treeview destruction from O(N^2) to O(N) (emiliano)
8179+
8180+
2024-01-12 (bug)[737abf] text image insertion from O(N^2) to O(N)
8181+
8182+
2024-01-27 (bug)[8da7af] font caching performance issues (thraen,vogel)
8183+
8184+
2024-02-08 (bug)[57b821] see test textIndex-22.16 (vogel)
8185+
8186+
- Released 8.6.14, Feb 28, 2024 - https://core.tcl-lang.org/tk/ for details

0 commit comments

Comments
 (0)
0