Tk Source Code

Timeline
Login

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

50 most recent check-ins

2025-08-02
01:27
Fine tuen focus handlers Leaf check-in: 91ea8ce2 user: kevin_walzer tags: tka11y
2025-08-01
15:47
Open branch for release Updates to changes file. Leaf check-in: 1e878ae4 user: dgp tags: core-8-6-17-rc
03:36
Revert to prior state when accessibility was partially working check-in: 4db3e12c user: kevin_walzer tags: tka11y
01:57
Fine tuning of event loop management check-in: 33b8ce6b user: kevin_walzer tags: tka11y
01:37
Some progress on getting focus to child widgets check-in: c160fd54 user: kevin_walzer tags: tka11y
2025-07-30
18:37
merge release Leaf check-in: 08e90f09 user: dgp tags: trunk, main
07:24
Orca still does not recognize root window as accessible - working on that check-in: c1470371 user: kevin_walzer tags: tka11y
07:13
Fix minor typos check-in: 54ac7376 user: kevin_walzer tags: tka11y
07:13
Refining event processing - still more to do check-in: 284f92a2 user: kevin_walzer tags: tka11y
06:38
Restore prior event code, worked better check-in: da95f131 user: kevin_walzer tags: tka11y
06:28
Refinement of event processing check-in: 7e73f954 user: kevin_walzer tags: tka11y
05:55
Additional focus refinements check-in: fea9db22 user: kevin_walzer tags: tka11y
05:14
Toplevels now retain object configuration after focus change check-in: e6b314d2 user: kevin_walzer tags: tka11y
03:58
Move Atk event loop integration to script level for tighter control from Tk - based on the example of Allen B. Taylor's Python tka11y module check-in: 89d7ed29 user: kevin_walzer tags: tka11y
01:18
Trying different version of event loop check-in: aec2ad48 user: kevin_walzer tags: tka11y
2025-07-29
15:35
Fix [6da885404a]: Aqua: use-after-free during RefocusGrabWindow() Leaf check-in: 6ea148e1 user: chrstphrchvz tags: bug-6da885404a
13:18
Comment adjustments Leaf check-in: dc095be6 user: oehhar tags: e19f1d891-messagebox-screensize
13:18
merge trunk Closed-Leaf check-in: 5853fa96 user: dgp tags: rc2, core-9-1-a0-rc, core-9-1-a0
13:12
Ticket [e19f1d891]: tk_messageBox width limitation to the physical screen check-in: 5a2361cd user: oehhar tags: e19f1d891-messagebox-screensize
12:11
Fix egregious typo - thanks Christopher Chavez Leaf check-in: 11841574 user: culler tags: bug-4af5ca1921
10:49
Restore screenreader test check-in: 0e36e003 user: kevin_walzer tags: tka11y
10:45
String cleanup check-in: 5cad6df2 user: kevin_walzer tags: tka11y
2025-07-28
23:56
Remove dead code check-in: eb02f23d user: kevin_walzer tags: tka11y
23:51
Remove idle handler check-in: 6b8cb100 user: kevin_walzer tags: tka11y
22:44
Move direct Tcl/Tk calls from Atk functions to cache update functions check-in: 7dc3fe42 user: kevin_walzer tags: tka11y
2025-07-27
20:49
Additional event loop refinements check-in: f2d699dc user: kevin_walzer tags: tka11y
19:46
Remove some debugging statements check-in: bfdc5173 user: kevin_walzer tags: tka11y
19:34
Continue to fine-tune Tk and at-spi integration. Widgets now display correctly in accerciser and even fire commands. Orca continues to hang. check-in: 53280b92 user: kevin_walzer tags: tka11y
02:14
Additional refinements for at-spi integration check-in: 9067abb1 user: kevin_walzer tags: tka11y
01:45
Remove unneeded calls check-in: fac81696 user: kevin_walzer tags: tka11y
01:43
Minor adjustments check-in: b7bf7220 user: kevin_walzer tags: tka11y
01:32
Remove compiler warnings check-in: cb8f83f4 user: kevin_walzer tags: tka11y
01:11
Remove unneeded notifications check-in: 2cb94468 user: kevin_walzer tags: tka11y
2025-07-26
22:35
Remove compiler errors check-in: 921c37ff user: kevin_walzer tags: tka11y
22:28
Add additional notifications check-in: 09ac3257 user: kevin_walzer tags: tka11y
18:49
Fix [4af5ca1921]: XCopyArea is slow on macOS check-in: bfebc1f4 user: culler tags: bug-4af5ca1921
18:20
Merge trunk check-in: a8e61816 user: kevin_walzer tags: tka11y
18:11
Back out threading setup check-in: bb6a3fa3 user: kevin_walzer tags: tka11y
2025-07-25
12:28
Backport fix for [e94c8bc845]: macOS clipboard managers do not notice clipboard changes done by Tk Leaf check-in: 6f15b3de user: culler tags: core-8-6-branch
03:24
Fix [3d13f87c8f] and [e90e8ca1a6]: make the stdin text more readable when in dark mode on Aqua check-in: 6f5d9ad3 user: culler tags: trunk, main
03:21
Fix [3d13f87c8f] and [e90e8ca1a6]: make the stdin text more readable when in dark mode on Aqua Leaf check-in: a6f28453 user: culler tags: core-9-0-branch
03:18
Fix [3d13f87c8f] and [e90e8ca1a6]: make the stdin text more readable when in dark mode on Aqua check-in: 2ab773f1 user: culler tags: core-8-6-branch
03:13
One less variable. Closed-Leaf check-in: a9aed2bb user: culler tags: bug-e90e8ca1a6
03:06
Additional updates check-in: ee4e1c53 user: kevin_walzer tags: tka11y
00:52
Additional refinements to ensure root accessible object persists check-in: 545436c5 user: kevin_walzer tags: tka11y
00:04
Additional refinements of object initialization check-in: 66cbc422 user: kevin_walzer tags: tka11y
2025-07-24
15:11
fix e90e8ca1a6: Make console stdin fg color readable in dark mode on Aqua check-in: 66d6580c user: culler tags: bug-e90e8ca1a6
07:42
Keep local utility procs in alphabetical order unless another order is apparent. Leaf check-in: 7b7f16c1 user: erikleunissen tags: uniform_test_file_structure
01:51
Continuing to refine object creation check-in: ed3b1235 user: kevin_walzer tags: tka11y
01:20
Additional tweaking check-in: 22a2c54d user: kevin_walzer tags: tka11y