Tk Source Code

Timeline
Login

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

50 most recent check-ins

2025-03-10
03:13
Make a child toplevel inherit its parent's menubar if none is assigned. Leaf check-in: 72856704 user: culler tags: bug-6328ce0301-inherit
2025-03-09
18:14
Fix [6328ce0301]: crash related to Aqua menubar. Leaf check-in: a5a27055 user: culler tags: bug-6328ce0301
17:27
merge trunk Leaf check-in: 8a6f1edf user: fvogel tags: revised_text, tip-466
01:58
Merge trunk Leaf check-in: e8ac38ee user: kevin_walzer tags: tka11y
2025-03-08
16:37
Minor code cleanup suggested by Eric Brunel Leaf check-in: 450c3e0f user: culler tags: trunk, main
04:11
Merge trunk check-in: 86101971 user: kevin_walzer tags: tka11y
04:03
Cleanup check-in: 1a542ed3 user: kevin_walzer tags: tka11y
03:18
Fix [7e28ef577a] (display proc idle tasks not drawing to screen) and rework handling of [NSView needsDisplay] check-in: b9dfed99 user: culler tags: trunk, main
03:14
fix [ec2dcb36c]: Aqua crash with negative rounded rect radius. check-in: 765e63c6 user: culler tags: trunk, main
02:27
Gradual refinement check-in: 8c4334e0 user: kevin_walzer tags: tka11y
2025-03-07
23:19
Remove all but one call to [NSView setNeedsDisplay] as only one is needed. Closed-Leaf check-in: 89315056 user: culler tags: bug-7e28ef577a
17:30
Cancel the update task before destroying the NSView. check-in: 886bfa99 user: culler tags: bug-7e28ef577a
16:42
A more robust and more general but not perfect fix. check-in: a9ac2135 user: culler tags: bug-7e28ef577a
15:28
Proof of concept for fix of [7e28ef577a]: update idletasks is not enough to force progress bar updates on Aqua. check-in: 2eaba230 user: culler tags: bug-7e28ef577a
14:34
Add a test for negative rounded rect radius - thanks to Eric Brunel. Closed-Leaf check-in: 1796d43b user: culler tags: bug-ec2dcb36c
09:26
Ticket [91d0e9d8]: MS-Win: Withdrawn windows in taskbar preview Leaf check-in: 9c99081a user: oehhar tags: 91d0e9d8-mswin-withdrawn-taskbar
01:02
Fix [ec2dcb36c]: Aqua crash when drawing a rounded rectangle with invalid corner radius check-in: b7b775f7 user: culler tags: bug-ec2dcb36c
2025-03-06
20:09
testutils.GUIDE: various enhancements Leaf check-in: 0939f642 user: erikleunissen tags: tk_collect_test_utils
14:22
Merge bug-ef1bfef57e: limit animation to indeterminate pregress bars on Aqua. check-in: ea571a13 user: culler tags: trunk, main
08:30
Ticket [159aa5eb] Win transient window system menu Leaf check-in: 99a27136 user: oehhar tags: 159aa5eb-win-transient-system-menu
05:28
Only animate progress bars when the period is positive and the mode is indeterminate. Leaf check-in: 6af00af8 user: culler tags: bug-ef1bfef57e
03:27
Fix [ef1bfef57e]: misplaced parenthesis makes every determinate progress bar be animated check-in: dbce8958 user: culler tags: bug-ef1bfef57e
02:45
Merge trunk, refine app shutdown on Mac check-in: 7e01a1ff user: kevin_walzer tags: tka11y
02:36
More refinement of API check-in: 65b78885 user: kevin_walzer tags: tka11y
00:56
Typo check-in: bdc19c31 user: kevin_walzer tags: tka11y
00:56
Fuller implementation of scrolling check-in: 3be680b0 user: kevin_walzer tags: tka11y
2025-03-05
21:40
Merge trunk check-in: f5534b0a user: erikleunissen tags: tk_collect_test_utils
20:16
Aqua: call TkWmMapWindow and TkWmMapWindow when iconifying or deiconifying. This seems to fix pack-18.2 and place-8.2. check-in: fe2d4d6c user: culler tags: trunk, main
08:57
README: revert changes from previous commit check-in: f8cc3fd1 user: erikleunissen tags: tk_collect_test_utils
03:05
Initial work on treeview, scrolling on macOS check-in: 71c52aa8 user: kevin_walzer tags: tka11y
2025-03-04
20:29
Start TIP 714 skeleton: image driver info Leaf check-in: 1674c116 user: oehhar tags: tip-714-image-driver-info
09:38
testutils.test: add constraint "testutils" to skip these tests by default. README: mention test file "testutils.test" as an extra-ordinary test file. check-in: dd8f2ab1 user: erikleunissen tags: tk_collect_test_utils
04:44
Rename macOS CI jobs: all of the jobs use clang and XCode. check-in: 0aa39df4 user: culler tags: trunk, main
03:41
Merge trunk check-in: b46e9cf5 user: kevin_walzer tags: tka11y
2025-03-03
19:50
testutils.GUIDE: enhance code section using vertical lines check-in: 4565086b user: erikleunissen tags: tk_collect_test_utils
17:15
testutils.test: assert presumptions check-in: 99efd489 user: erikleunissen tags: tk_collect_test_utils
15:13
Remove some unused variables. check-in: 113a91c4 user: culler tags: trunk, main
13:20
testutils.GUIDE: add section regarding testing of the testutils mechanism check-in: 359581f8 user: erikleunissen tags: tk_collect_test_utils
13:04
testutils.test [testutils-6.1]: correct test check-in: 2ed6d715 user: erikleunissen tags: tk_collect_test_utils
12:46
testutils.test: new file holding tests for the command testutils check-in: 32b8920b user: erikleunissen tags: tk_collect_test_utils
12:22
testutils.tcl [testutils]: correct littering of the uplevel call frame check-in: b8c143bb user: erikleunissen tags: tk_collect_test_utils
12:14
testutils.tcl [testutils]: raise errors more systematically check-in: 4d6eadcc user: erikleunissen tags: tk_collect_test_utils
2025-03-02
21:03
testutils.GUIDE: various textual improvements check-in: 3ee5e4df user: erikleunissen tags: tk_collect_test_utils
16:46
Merge bug-df4b603950: fixes artifacts when scrolling an Aqua Text widget which is larger than its containing window. check-in: eaeda05b user: culler tags: trunk, main
15:59
testutils.tcl [testutils export]: don't process $args check-in: 7316f010 user: erikleunissen tags: tk_collect_test_utils
15:31
testutils.GUIDE (introduction): elaborate the purpose of the mechanism check-in: eb9c8fce user: erikleunissen tags: tk_collect_test_utils
13:08
testutils [testutils]: correct commit [2ef3bdea] check-in: 2f1b52da user: erikleunissen tags: tk_collect_test_utils
12:38
testutils.GUIDE (section B2): correct indentation + typo check-in: 803ac72b user: erikleunissen tags: tk_collect_test_utils
12:19
testutils.tcl [testutils]: new subCmd "export", which takes care of exporting all utility procs from a domain except any "init" proc. Adapted text in testutils.GUIDE. check-in: 2ef3bdea user: erikleunissen tags: tk_collect_test_utils
09:58
testutils.GUIDE: move coverage of tricky aspects to a separate section B3 check-in: 18b0f7f1 user: erikleunissen tags: tk_collect_test_utils