Tk Source Code

Timeline
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

50 most recent check-ins related to "core-8-branch"

2025-01-28
20:13
Fix [c992660e]: english shortcuts for Chinese locale check-in: df817ce4 user: jan.nijtmans tags: trunk, main
20:04
Merge 8.6 Leaf check-in: 2d373136 user: jan.nijtmans tags: core-8-branch
19:52
Fix [c992660e]: english shortcuts for Chinese locale Leaf check-in: b4b838bd user: jan.nijtmans tags: core-8-6-branch
18:48
Fix for bug [5255360864]: Wrong appearance of the ttk::menubutton indicator of the "xpnative" theme. check-in: 60b8f4c5 user: csaba tags: core-8-branch
18:39
Fix for bug [5255360864]: Wrong appearance of the ttk::menubutton indicator of the "xpnative" theme. check-in: f65e7f60 user: csaba tags: trunk, main
2025-01-25
17:52
Fix [1da19a69f8]: Backspace crashes 9.0 interpreter on FreeBSD check-in: 318bfa1e user: jan.nijtmans tags: trunk, main
17:42
Fix [1da19a69f8]: Backspace crashes 9.0 interpreter on FreeBSD check-in: f25e07fe user: jan.nijtmans tags: core-8-branch
17:33
Move some checks in alphabetical order. Backported from 9.0 check-in: be3af704 user: jan.nijtmans tags: core-8-branch
17:12
Fix [5f739d2253] for text widget. Put other checks in alphabetical order check-in: 41a1464b user: jan.nijtmans tags: trunk, main
12:19
Possible fix for [1da19a69f8]: Backspace crashes 9.0 interpreter on FreeBSD Closed-Leaf check-in: f5940667 user: jan.nijtmans tags: bug-1da19a69f8
11:41
(cherry-pick): Fix [080a28104e]: Fixes crash caused by nil UTType when user provides a bogus file type check-in: 3136e2b8 user: jan.nijtmans tags: core-8-branch
11:32
Possible fix for [1da19a69f8]: Backspace crashes 9.0 interpreter on FreeBSD check-in: 7501e0f1 user: jan.nijtmans tags: bug-1da19a69f8
2025-01-24
18:54
merge bug-080a28104e: Fixes crash caused by nil UTType when user provides a bogus file type. check-in: e06d95eb user: culler tags: trunk, main
2025-01-19
22:17
(cherry-pick): Rename the fallback proc menubarheight to testmenubarheight check-in: 93667714 user: jan.nijtmans tags: core-8-branch
20:46
Rename the fallback proc menubarheight to testmenubarheight. In [d5e602691a], in branch less_tests_constraints created off core-8-6-branch, I have renamed proc menubarheight to testmenubarheight to conform to how other such procs are named in the test suite. Later, in [e78b5c12b6] in trunk, I have added a fallback for that proc to be used by platforms other than macOS. And again later in [49fdd4b212] I have merged trunk in less_tests_constraints. This last commit created the inconsistency. check-in: d3948b1a user: fvogel tags: trunk, main
2025-01-17
21:27
Merge-mark check-in: b4aa0e08 user: jan.nijtmans tags: trunk, main
21:24
wish doc: change synopsis from "wish ?-encoding encoding?" to "wish ?options?". There are more options nowdays. check-in: 032e33d1 user: jan.nijtmans tags: core-8-branch
21:18
(cherry-pick): wish doc: change synopsis from "wish ?-encoding encoding?" to "wish ?options?". There are more options nowdays. check-in: 6819ea2d user: jan.nijtmans tags: core-8-6-branch
2025-01-15
17:36
Install headers before documentation. If documentation copying (which is slow) is aborted, it doesn't affect development work. Put "no-xft" "build-info" tag in the alphabetical correct place check-in: ae56b909 user: jan.nijtmans tags: trunk, main
17:30
Merge 8.6 check-in: 84b567d2 user: jan.nijtmans tags: core-8-branch
17:26
Install headers before documentation. If documentation copying (which is slow) is aborted, it doesn't affect development work check-in: 497a6e34 user: jan.nijtmans tags: core-8-6-branch
2025-01-14
20:37
Fix for bug [126d071408]. check-in: 45af413e user: csaba tags: core-8-branch
20:23
Fix for bug [126d071408]. check-in: 83839103 user: csaba tags: trunk, main
2025-01-10
11:05
Merge 8.7 check-in: 70931d9b user: jan.nijtmans tags: trunk, main
10:54
TK_DO_NOT_DRAW is deprecated check-in: 9e7fbbe4 user: jan.nijtmans tags: core-8-branch
10:35
Merge-mark check-in: 52277266 user: jan.nijtmans tags: core-8-branch
2025-01-09
15:29
version -> 8.6.17 check-in: c67e2f6f user: jan.nijtmans tags: core-8-6-branch
2025-01-06
21:50
(cherry-pick): Merge branch less_tests_constraints check-in: ed10cc20 user: jan.nijtmans tags: core-8-branch
2025-01-05
20:34
Merge branch less_tests_constraints. Summary of changes: - Work on failsOnUbuntu / failsOnXQuarz constraints to remove them as much as possible. Add completely specific constraints instead in some cases. - Eradicate constraint noExceed - Factorize definition of some constraints (e.g. 'pressbutton', 'movemouse'), and rename some constraints to test* to conform to other test constraint names - (Linux) Add font packages in the install step before running the test suite at CI, so that the CI environment can count on those fonts to be available - Remove warnings when DEBUG_FONTSEL is defined - Modernize code ("eval destroy" -> "destroy {*}") check-in: 761407ca user: fvogel tags: trunk, main
2025-01-04
23:02
(cherry-pick): Fix warning when building on Linux check-in: 004699ee user: jan.nijtmans tags: core-8-branch
22:58
(cherry-pick): Fix warning when building on Linux check-in: fdd04e80 user: jan.nijtmans tags: core-8-6-branch
2025-01-03
23:30
(cherry-pick): Fix [13ac26b35d]: wm iconbitmap does not correctly set the icon pixmap hint on macOS. Thanks to Serhiy Storchaka check-in: a60c5d2f user: jan.nijtmans tags: core-8-6-branch
21:53
[13ac26] was fixed in Tk 9.0.2, not 9.0.1 check-in: 8b4258f0 user: jan.nijtmans tags: trunk, main
21:44
(cherry-pick): Fix [13ac26b35d]: wm iconbitmap does not correctly set the icon pixmap hint on macOS. Thanks to Serhiy Storchaka. check-in: d5e75f00 user: jan.nijtmans tags: core-8-branch
20:13
Fix [13ac26b35d]: wm iconbitmap does not correctly set the icon pixmap hint on macOS. Thanks to Serhiy Storchaka. check-in: 92b82ec1 user: fvogel tags: trunk, main
2024-12-22
12:28
(cherry-pick): Fix [121786c0]: image svg upstream out of bound read nanosvg#262 check-in: a64fbcd2 user: jan.nijtmans tags: core-8-branch
12:24
(cherry-pick): Spacing/indenting fixes for ttk check-in: e1bf16b0 user: jan.nijtmans tags: core-8-branch
12:07
Fix [121786c0]: image svg upstream out of bound read nanosvg#262 check-in: c4f6d582 user: jan.nijtmans tags: trunk, main
11:58
(cherry-pick): Fix [cb5d776b12]: Build tk 9.0.1 failed on macos 10.13 check-in: 6cf7c0b2 user: jan.nijtmans tags: core-8-branch
11:56
Fix [cb5d776b12]: Build tk 9.0.1 failed on macos 10.13 check-in: f8b5b46f user: jan.nijtmans tags: trunk, main
11:30
(cherry-pick): Fix [f88118a47]: inaccurate scrollbar error-message check-in: a7dcfb15 user: jan.nijtmans tags: core-8-branch
2024-12-21
16:51
Fix [f88118a47]: inaccurate scrollbar error-message check-in: b750c756 user: jan.nijtmans tags: trunk, main
2024-12-19
14:43
Fix [a0d6ef020b]: Documentation bugs. Some more documentation bugs (e.g. size_t -> Tcl_Size) check-in: b2b1310c user: jan.nijtmans tags: trunk, main
12:26
Fix [a0d6ef020b]: Documentation bugs check-in: 6c685985 user: jan.nijtmans tags: core-8-branch
12:07
Fix [a0d6ef020b]: Documentation bugs check-in: 742854d7 user: jan.nijtmans tags: core-8-6-branch
11:58
(cherry-pick): Fix [844c0be72d]: Menu entry underline does not consider activeborderwidth. check-in: 9eb91f76 user: jan.nijtmans tags: core-8-6-branch
2024-12-18
14:38
(cherry-pick): Fix [844c0be72d]: Menu entry underline does not consider activeborderwidth. check-in: 4c07c6cb user: jan.nijtmans tags: core-8-branch
2024-12-17
21:03
Fix [844c0be72d]: Menu entry underline does not consider activeborderwidth. check-in: 9545d4b5 user: fvogel tags: trunk, main
2024-12-12
16:27
Make sure that tkUuid.h doesn't end up in "make dist" check-in: 9404265d user: jan.nijtmans tags: trunk, main
16:26
Merge-mark check-in: 3d87264f user: jan.nijtmans tags: core-8-branch