Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 most recent check-ins
2025-02-04
| ||
10:58 | Export "open"/"leaf"/"first"/"last" ttk state values at script level Leaf check-in: 7d1b122e user: jan.nijtmans tags: rfe-d632d28ba4 | |
03:29 | Cleanup Leaf check-in: 39214aee user: kevin_walzer tags: tka11y | |
03:21 | Add callback to retrieve script-level results and pass to NSAccessibility API check-in: 4d0ea836 user: kevin_walzer tags: tka11y | |
2025-02-03
| ||
18:17 | Proposed solution for RFE [9902d8fc8e]. Leaf check-in: 7cc04968 user: csaba tags: bug-9902d8fc8e | |
18:12 | Create new branch named "bug-9902d8fc8e" check-in: be8add90 user: csaba tags: bug-9902d8fc8e | |
02:52 | Roll back table methods for now check-in: 227e60be user: kevin_walzer tags: tka11y | |
2025-02-01
| ||
15:51 | Add non-regression test btree-14.3 crashing before the fix in the previous commit [4bce1cc1]. Leaf check-in: b8129965 user: fvogel tags: revised_text, tip-466 | |
15:08 | Fix [bdd1f64523]: Assertion failed when switching -elide in the revised text widget check-in: 4bce1cc1 user: fvogel tags: revised_text, tip-466 | |
14:38 | Fix logic error in comment. We are in the case (actualElided != shouldBeElided), i.e. these two boolean variables are different. Inside this case, we're in the else clause of an 'if (shouldBeElided)', therefore this else clause is the case 'if (actualElided)', not 'if (!actualElided)'. check-in: e4ceb24e user: fvogel tags: revised_text, tip-466 | |
13:06 | Fix typo and add comments. check-in: 8709902f user: fvogel tags: revised_text, tip-466 | |
2025-01-31
| ||
03:01 | Placeholder methods for NSAccessibilityTable check-in: f0488cdc user: kevin_walzer tags: tka11y | |
2025-01-30
| ||
10:33 | Merge 9.0 Leaf check-in: 19efdada user: jan.nijtmans tags: tip-626 | |
10:30 | Merge 8.6 Leaf check-in: 07f838fa user: jan.nijtmans tags: core-8-branch | |
10:27 | It appears that not all testcases are adapted for macos-15 yet, so for now use macos-14 Leaf check-in: dad7de1d user: jan.nijtmans tags: core-8-6-branch | |
2025-01-29
| ||
12:57 | It appears that not all testcases are adapted for macos-15 yet, so for now use macos-14 Leaf check-in: c9ebf2f9 user: jan.nijtmans tags: trunk, main | |
2025-01-28
| ||
20:54 | Merge 9.0. [5f739d2253] will be handled in separate commit check-in: d6343387 user: jan.nijtmans tags: revised_text, tip-466 | |
20:16 | Additional branches should not be added to CI .yml files (please!) check-in: 4426d73c user: jan.nijtmans tags: trunk, main | |
20:13 | Fix [c992660e]: english shortcuts for Chinese locale check-in: df817ce4 user: jan.nijtmans tags: trunk, main | |
20:04 | Merge 8.6 check-in: 2d373136 user: jan.nijtmans tags: core-8-branch | |
19:52 | Fix [c992660e]: english shortcuts for Chinese locale check-in: b4b838bd user: jan.nijtmans tags: core-8-6-branch | |
19:05 | Extended the file changes.md. check-in: 688f733d user: csaba tags: trunk, main | |
19:00 | Fix for bug [5255360864]: Wrong appearance of the ttk::menubutton indicator of the "xpnative" theme. check-in: 64bfe6da user: csaba 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 | |
13:05 | Remove tab in workflow file. check-in: c0d6d77e user: culler tags: core-8-6-branch | |
02:58 | Add action method for radiobutton check-in: be32bc48 user: kevin_walzer tags: tka11y | |
2025-01-27
| ||
15:34 | Backport fix for [080a28104e] and add TK_NO_STDERR processing. check-in: 269ce157 user: culler tags: core-8-6-branch | |
14:06 | Merge sequoia-tests: run macOS tests on a macOS-latest CI runner. check-in: 469b92ab user: culler tags: trunk, main | |
09:17 | Ticket [c992660e]: english shortcuts for Chinese locale Closed-Leaf check-in: 930934ef user: oehhar tags: c992660e-cn-shortcuts | |
04:00 | Merge trunk check-in: 81fc0aa2 user: kevin_walzer tags: tka11y | |
03:55 | Cleanup check-in: b6c257bc user: kevin_walzer tags: tka11y | |
03:54 | Add support for command execution from VoiceOver button press check-in: 2f3a3092 user: kevin_walzer tags: tka11y | |
03:20 | Minor cleanup check-in: 715148e5 user: kevin_walzer tags: tka11y | |
03:16 | Create unique attribute table for each widget; add support for NSAccessibility title attribute for more user-friendly navigation check-in: f48bd0fa user: kevin_walzer tags: tka11y | |
2025-01-26
| ||
18:48 | Merge trunk Leaf check-in: 07b50084 user: erikleunissen tags: tk_collect_test_utils | |
13:54 | Set TK_NO_STDERR in the make command instead of the shell. Leaf check-in: c5539385 user: culler tags: sequoia-tests | |
13:52 | Must set TK_NO_STDERR to run tests on Sequoiah. check-in: fc76eace user: culler tags: sequoia-tests | |
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:24 | testutils.tcl [testDialog]: align comment (cosmetic change to trigger CI run) check-in: af5dd94c user: erikleunissen tags: tk_collect_test_utils | |
17:12 | Fix [5f739d2253] for text widget. Put other checks in alphabetical order check-in: 41a1464b user: jan.nijtmans tags: trunk, main | |
17:07 | Try running tests on a macOS 15 CI runner check-in: 493861a4 user: culler tags: sequoia-tests | |
17:02 | Correct typo. check-in: 4308d516 user: culler tags: trunk, main | |
16:37 | Allow all tests to pass on maOS 15 (Sequoia) by compensating for new window placement restrictions. check-in: 71dd5adb user: culler tags: trunk, main | |
15:04 | Add some comments about the fileDialog-0.3 test. check-in: 9390a584 user: culler 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
| ||
19:58 | Rename variable "tk_dialog" to "testDialog" (namespace ::tk::test::dialog). It's a better name and it prevents confusion with the Tk command tk_dialog. check-in: b53da831 user: erikleunissen tags: tk_collect_test_utils | |