Tk Source Code

Timeline
Login

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

50 most recent check-ins that include changes to files matching 'win/*'

2025-06-29
01:36
Merge trunk check-in: 4991eb27 user: kevin_walzer tags: tka11y
2025-06-28
11:32
Merge trunk Leaf check-in: c5d97cab user: erikleunissen tags: uniform_test_file_structure
2025-06-27
15:54
Merge trunk Leaf check-in: a7cefe3e user: jan.nijtmans tags: revised_text, tip-466
02:46
Selection in listbox and treeview now working correctly with accessibility check-in: 7d61f365 user: kevin_walzer tags: tka11y
02:25
Non-root toplevels now work with MSAA - adding per-window hash tables accomplishes this check-in: 4231f3ee user: kevin_walzer tags: tka11y
2025-06-26
15:50
Revert unproductive changes, remove duplicate function and unneeded globals - still having difficulty doing accessibility tracking on non-root toplevel windows check-in: dfff3a35 user: kevin_walzer tags: tka11y
12:39
Use (char *)NULL sentinels check-in: 9e69dcb1 user: jan.nijtmans tags: trunk, main
09:14
Merge 9.0 check-in: 5ec1eb99 user: jan.nijtmans tags: trunk, main
04:35
Revert unintended indentation changes check-in: fd50f006 user: kevin_walzer tags: tka11y
03:59
Substantial attempt to track non-root toplevels and their child widgets in the accessibility hierarchy check-in: f5796a3e user: kevin_walzer tags: tka11y
2025-06-25
17:56
Minor cleanup check-in: 52e5bdba user: kevin_walzer tags: tka11y
2025-06-24
01:00
Merge trunk check-in: 74e65c6d user: kevin_walzer tags: tka11y
2025-06-23
01:05
Race conditions/hangs/crashes associated with focus addressed check-in: fd6ae54a user: kevin_walzer tags: tka11y
2025-06-22
06:09
Restore AccHelp functions check-in: 28cb06e5 user: kevin_walzer tags: tka11y
05:59
Back out last two commits because they broke focus tracking and command execution - look for other ways to manage race conditions check-in: ac9407cd user: kevin_walzer tags: tka11y
03:07
Additional checks against access violations check-in: 8d3b34c4 user: kevin_walzer tags: tka11y
02:49
Address a few crashes check-in: a0fc24d5 user: kevin_walzer tags: tka11y
2025-06-20
03:34
Remove unused var check-in: 73c42420 user: kevin_walzer tags: tka11y
03:32
Command execution in response to button press FINALLY works in a multi-threaded context (triggered on COM background thread, pushed to main thread for processing by Tk check-in: f5f911fa user: kevin_walzer tags: tka11y
01:55
Additional refinement of command execution on main thread - still need to align interps check-in: 47785e3d user: kevin_walzer tags: tka11y
2025-06-19
03:51
Re-work command and focus execution check-in: 097de28c user: kevin_walzer tags: tka11y
2025-06-17
02:14
Refinement of accessibility frame, command execution check-in: ddb28eb1 user: kevin_walzer tags: tka11y
2025-06-15
21:09
Progress on crashes/hangs in Wish check-in: 563609c8 user: kevin_walzer tags: tka11y
01:08
Clear compiler errors with new design; testing needed check-in: ad78d1fc user: kevin_walzer tags: tka11y
2025-06-14
21:41
Significant re-design of Windows accessibility binding; refactoring all Tcl/Tk functions to run on the main thread or with a global thread lock to protect data; MSAA calls run on background threads check-in: 4af8d8e6 user: kevin_walzer tags: tka11y
04:32
Initial revisions - more extensive re-work to come check-in: 1ee6d554 user: kevin_walzer tags: tka11y
02:36
Rethink separation of Tk and MSAA threads check-in: 23b21e80 user: kevin_walzer tags: tka11y
2025-06-10
19:10
Fix the aqua part of [e94c8bc845]: macOS clipboard managers do not notice clipboard changes done by Tk check-in: 293526c2 user: jan.nijtmans tags: core-9-0-branch
17:01
Fix the aqua part of [e94c8bc845]: macOS clipboard managers do not notice clipboard changes done by Tk check-in: ba8192c7 user: culler tags: trunk, main
11:46
Merge trunk check-in: d6ebd820 user: erikleunissen tags: uniform_test_file_structure
2025-06-08
17:19
Fix the clear command on Windows. check-in: f9a258d9 user: marcc tags: bug-e94c8bc845-aqua
02:36
Compiler errors cleared; pending testing and refinement check-in: 8ea54338 user: kevin_walzer tags: tka11y
01:41
Eliminate many compiler errors with new threading setup - still need to resolve typing of arguments from marshalling function check-in: 64029fbe user: kevin_walzer tags: tka11y
2025-06-07
22:40
Refactor code to run Tcl/Tk functions on main thread only; add thread locks to guard data check-in: 6daf7f01 user: kevin_walzer tags: tka11y
03:19
Rework the design. The flush command is gone, replaced by clipboard transient. check-in: 2f89083d user: culler tags: bug-e94c8bc845-aqua
01:13
Roll back to last stable focus version check-in: 20f63b1f user: kevin_walzer tags: tka11y
2025-06-06
12:20
Merge trunk check-in: 7ea63eb0 user: erikleunissen tags: tk_collect_test_utils, addendum3
2025-06-05
02:03
Additional edit check-in: ef25057c user: kevin_walzer tags: tka11y
02:01
Minor tweak check-in: a73980d0 user: kevin_walzer tags: tka11y
01:59
Additional refinements check-in: f1713526 user: kevin_walzer tags: tka11y
01:47
Additional progress in thread management check-in: 1d0292aa user: kevin_walzer tags: tka11y
01:10
Progress on threading management/hanging app check-in: c53c03b3 user: kevin_walzer tags: tka11y
2025-06-04
11:45
Minor adjustments check-in: d39875a8 user: kevin_walzer tags: tka11y
2025-06-03
03:00
Add comment check-in: a2545dc1 user: kevin_walzer tags: tka11y
02:59
Further progress check-in: 03d3a043 user: kevin_walzer tags: tka11y
02:39
Progress on memory leaks check-in: 3595dbb9 user: kevin_walzer tags: tka11y
2025-06-02
12:48
Merge core-9-0-branch: TIP 716 accepted check-in: ddcbd331 user: apnadkarni tags: trunk, main
12:07
TIP 716 accepted check-in: 06aecac3 user: apnadkarni tags: core-9-0-branch
11:18
Merge core-9-0-branch Closed-Leaf check-in: f67db674 user: apnadkarni tags: tip-716
03:26
Commit to preserve current work check-in: a943f6f3 user: kevin_walzer tags: tka11y