Tk Source Code

Timeline
Login

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

50 most recent check-ins

2024-10-08
09:30
Merge-mark Leaf check-in: 64d0dd7925 user: jan.nijtmans tags: tip-466, revised_text
09:22
Fix compile with Tcl 8.7 headers Leaf check-in: a59529acd3 user: jan.nijtmans tags: trunk, main
05:58
Merge 9.0 (formatting changes only, "text" is for another day) check-in: 4b887187b9 user: jan.nijtmans tags: tip-466, revised_text
05:51
Complete [29ba539501] fix for "text" check-in: 805ac5d6ef user: jan.nijtmans tags: trunk, main
2024-10-07
20:47
Fix candidate for [f52986c698]: SIGABRT from Tk_DeleteErrorHandler(). From AndroWish (thanks to chw). Leaf check-in: d81bc25ae2 user: fvogel tags: bug-f52986c698
20:44
Inconspicuous logic change in Tk_MeasureChars(), from AndroWish. See [f52986c698]. check-in: d6508b177b user: fvogel tags: bug-f52986c698
16:57
Merge 9.0. Finish for "text" Leaf check-in: c42ab80726 user: jan.nijtmans tags: bug-29ba539501
08:25
Merge 9.0 check-in: 6fdc3b6886 user: jan.nijtmans tags: tip-466, revised_text
08:24
Update "changes" check-in: 1d3811a39a user: jan.nijtmans tags: trunk, main
2024-10-06
20:56
Code cleanup in tkCanvas.c/tkMenubutton.c. Use more TCL_UNUSED() check-in: 13781cd4ff user: jan.nijtmans tags: trunk, main
2024-10-05
20:16
Merge-mark check-in: 4edbae736d user: jan.nijtmans tags: bug-29ba539501
19:48
Merge 9.0 check-in: e2b0a44197 user: jan.nijtmans tags: tip-466, revised_text
19:46
Fix [610a73a179]: Canvas widget handles pixel objects incorrectly in Tk 9.0 ** Potential incopatibility ** because canvas -insertborderwidth/-insertwidth/-selectborderwidth can now return non-float values check-in: b519b0b9bb user: jan.nijtmans tags: trunk, main
12:35
Merge 9.0 check-in: ec2658ad7c user: jan.nijtmans tags: tip-466, revised_text
07:07
merge trunk at [f8ef4f79] - later commits create conflicts check-in: 5959df8a6c user: fvogel tags: tip-466, revised_text
2024-10-04
13:35
-sashwidth too Closed-Leaf check-in: ab234d4191 user: jan.nijtmans tags: bug-610a73a179
13:15
-minsize too check-in: a725bc795c user: jan.nijtmans tags: bug-610a73a179
12:34
padX, padY, sashPad check-in: 055e646e27 user: jan.nijtmans tags: bug-610a73a179
11:07
-handleSize for panedwindow check-in: 5739a9725d user: jan.nijtmans tags: bug-610a73a179
10:39
Handle -borderWidth for panedwindow check-in: aef4b504c3 user: jan.nijtmans tags: bug-610a73a179
05:37
Almost done in "text" widget check-in: 5b39aa725f user: jan.nijtmans tags: bug-610a73a179
2024-10-03
15:38
More progress check-in: 118bb743fa user: jan.nijtmans tags: bug-610a73a179
08:34
Update links, pointing to the 9.0 release as well check-in: 7e1655734d user: jan.nijtmans tags: trunk, main
08:30
Update links, pointing to the 9.0 release as well Leaf check-in: 1f3b4fefab user: jan.nijtmans tags: core-8-branch
08:27
Update links, pointing to the 9.0 release as well Leaf check-in: f50205b975 user: jan.nijtmans tags: core-8-6-branch
2024-10-02
19:54
Merge 9.0. More progress check-in: 79a3c1b52e user: jan.nijtmans tags: bug-610a73a179
11:53
Use version number "9.0" somewhat more in comments check-in: 508b5a8327 user: jan.nijtmans tags: trunk, main
09:27
Unbreak Windows build check-in: 9f0ed188fb user: jan.nijtmans tags: trunk, main
09:25
Unbreak Windows build check-in: 40b10c5e57 user: jan.nijtmans tags: core-8-branch
2024-10-01
21:05
Merge 9.0 check-in: c898f929dc user: jan.nijtmans tags: bug-610a73a179
20:40
Fix [f91aa24bbe] for "menubutton". Simplify -activerelief for "menu" check-in: 9b61a8a186 user: jan.nijtmans tags: trunk, main
20:18
Fix [f91aa24bbe] for "menubutton". Simplify -activerelief for "menu" check-in: fc2d6b7e26 user: jan.nijtmans tags: core-8-branch
20:14
Revert part of [788c1c6615]: would be **potential incompatibility** check-in: 2f258c2986 user: jan.nijtmans tags: core-8-branch
2024-09-30
21:16
Finish for "menubutton". Simplify -activerelief for "menu" Closed-Leaf check-in: 920792944d user: jan.nijtmans tags: bug-f91aa24bbe
19:41
Complete for "menubutton" check-in: 6a3d7e6c16 user: jan.nijtmans tags: bug-610a73a179
14:04
Merge 8.7 check-in: fdd29654d1 user: jan.nijtmans tags: bug-f91aa24bbe
09:36
Merge 9.0 check-in: b17b0f49a3 user: jan.nijtmans tags: bug-610a73a179
09:34
Even when building against Tcl8, PRJLIBNAME9 should not have the "t" suffix else it breaks pkgIndex.tcl.in in extensions that load version-specific binary at runtime check-in: 0fed9448ba user: jan.nijtmans tags: trunk, main
09:33
Even when building against Tcl8, PRJLIBNAME9 should not have the "t" suffix else it breaks pkgIndex.tcl.in in extensions that load version-specific binary at runtime check-in: 0ec335089a user: jan.nijtmans tags: core-8-branch
2024-09-29
21:41
protect -insertborderwidth/-insertwidth/-selborderwidth, which cannot be negative (or "") check-in: a19add6fc5 user: jan.nijtmans tags: trunk, main
20:34
Do the same as previous commit for [pack] this time. Leaf check-in: 0887eba8e5 user: fvogel tags: bug-eb332846f3
20:27
Fix [eb332846f3]: 'grid info' with half-dead argument can cause hangup or even crash. check-in: f42bf16a12 user: fvogel tags: bug-eb332846f3
20:25
Revert [48a605ac]. This does not belong to bug [eb332846f3] but to [3f5867c997]. check-in: 9ed55d7786 user: fvogel tags: bug-eb332846f3
13:05
protect -insertborderwidth/-insertwidth/-selborderwidth, which cannot be negative check-in: b589894264 user: jan.nijtmans tags: core-8-branch
00:10
Merge 8.7. More indent fixes check-in: df1efa6082 user: jan.nijtmans tags: trunk, main
2024-09-28
23:27
Comment correction check-in: 2895241059 user: jan.nijtmans tags: core-8-branch
16:45
Merge 9.0 check-in: 4674e699f8 user: jan.nijtmans tags: bug-610a73a179
16:30
Fix indenting: Don't use 8 spaces, but tabs check-in: 686adf4fb7 user: jan.nijtmans tags: trunk, main
11:47
Remove duplicate statement (already present on line 2449 - this was present since the first commit ever). check-in: 669b77f032 user: fvogel tags: bug-eb332846f3
2024-09-27
22:50
Merge-mark check-in: f8ef4f79fe user: jan.nijtmans tags: trunk, main