Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 most recent check-ins
2025-01-22
| ||
20:28 | Fix for bug [5255360864]: Wrong appearance of the ttk::menubutton indicator of the "xpnative" theme. Leaf check-in: d9cc94cacb user: csaba tags: bug-5255360864 | |
20:22 | Create new branch named "bug-5255360864" check-in: 5b77e2e755 user: csaba tags: bug-5255360864 | |
14:42 | Remove extraneous semi-colon. Leaf check-in: 894370ea48 user: culler tags: bug-080a28104e | |
13:51 | Schedule a CI run check-in: d10a7562aa user: culler tags: bug-080a28104e | |
13:40 | tests/fontchooser.test, library/fontchooser.tcl: adapt to change in previous commit Leaf check-in: 68ca074573 user: erikleunissen tags: tk_collect_test_utils | |
02:52 | Add a non-regression test, which turns out to require considerable extra machinery. check-in: e0405ba256 user: culler tags: bug-080a28104e | |
2025-01-21
| ||
17:37 | tests/testutils.tcl, win/tkWinDialog.c: move variable ::tk_dialog into namespace ::tk::test::dialog check-in: 3ac1a4e94d user: erikleunissen tags: tk_collect_test_utils | |
15:47 | Fix [080a28104e]: crash caused by nil UTType when user provides a bogus file type. check-in: ce3d0b2059 user: culler tags: bug-080a28104e | |
02:59 | Add additional bindings; need to work out accessibilty hierarchy Leaf check-in: 8f4cb8da97 user: kevin_walzer tags: tka11y | |
2025-01-20
| ||
11:37 | ttk/validate.test: remove useless comment check-in: d315dcd130 user: erikleunissen tags: tk_collect_test_utils | |
11:34 | winDialog.test: remove outdated comment check-in: f212cd9b88 user: erikleunissen tags: tk_collect_test_utils | |
10:52 | select.test, window.test: remove superfluous import command check-in: 932717e7fd user: erikleunissen tags: tk_collect_test_utils | |
08:46 | Merge trunk (resolve conflict) check-in: a31d4eec5e user: erikleunissen tags: tk_collect_test_utils | |
06:47 | merge trunk Leaf check-in: 4c61779432 user: fvogel tags: tip-466, revised_text | |
2025-01-19
| ||
22:17 | (cherry-pick): Rename the fallback proc menubarheight to testmenubarheight Leaf check-in: 93667714b2 user: jan.nijtmans tags: core-8-branch | |
20:46 | Rename the fallback proc menubarheight to testmenubarheight. In [d5e602691a], in branch less_tests_constraints created off core-8-6-branch, I have renamed proc menubarheight to testmenubarheight to conform to how other such procs are named in the test suite. Later, in [e78b5c12b6] in trunk, I have added a fallback for that proc to be used by platforms other than macOS. And again later in [49fdd4b212] I have merged trunk in less_tests_constraints. This last commit created the inconsistency. Leaf check-in: d3948b1add user: fvogel tags: trunk, main | |
20:43 | testutils.tcl: small efficiency improvements and some cleanup throughout check-in: 3c0e1da21e user: erikleunissen tags: tk_collect_test_utils | |
17:00 | testutils.tcl: simplify export from namespace ::tk::test check-in: 1ced2ea1a4 user: erikleunissen tags: tk_collect_test_utils | |
10:04 | testutils.tcl: simplify export from namespace ::tk::test::dialog check-in: 3a42082cb7 user: erikleunissen tags: tk_collect_test_utils | |
09:05 | testutils.tcl: collect procs afterbody, start and then in an ensemble command testDialog. Rename them to signify a stage in the lifetime of a dialog. Rename proc dialogTestFont -> testDialogFont to follow suit. Adapt all calls/references in test files fontchooser.test and winDialog.test. check-in: 2bfc441853 user: erikleunissen tags: tk_collect_test_utils | |
2025-01-18
| ||
15:03 | winDialog.test: clean up test-local variable check-in: 87a525c756 user: erikleunissen tags: tk_collect_test_utils | |
02:27 | Support fullscreen mode check-in: 845c25f126 user: kevin_walzer tags: tka11y | |
2025-01-17
| ||
21:27 | Merge-mark check-in: b4aa0e0852 user: jan.nijtmans tags: trunk, main | |
21:24 | wish doc: change synopsis from "wish ?-encoding encoding?" to "wish ?options?". There are more options nowdays. check-in: 032e33d131 user: jan.nijtmans tags: core-8-branch | |
21:18 | (cherry-pick): wish doc: change synopsis from "wish ?-encoding encoding?" to "wish ?options?". There are more options nowdays. Leaf check-in: 6819ea2d5d user: jan.nijtmans tags: core-8-6-branch | |
16:53 | testutils.tcl: don't re-export proc definitions from another than the originating namespace check-in: 6f7e2f2c62 user: erikleunissen tags: tk_collect_test_utils | |
14:34 | main.tcl, testutils.tcl, constraints.tcl: make file header uniform check-in: 36014a520b user: erikleunissen tags: tk_collect_test_utils | |
14:20 | constraints.tcl: add categories to enhance overview check-in: 3b41c5bd5a user: erikleunissen tags: tk_collect_test_utils | |
12:19 | testutils.tcl: make several comments more to the point check-in: 2c16b803d5 user: erikleunissen tags: tk_collect_test_utils | |
10:25 | testutils.tcl [newApp]: move into namespace ::tk::test::child, and rename to "childTkInterp" to better reflect its functionality. check-in: ed5aad9377 user: erikleunissen tags: tk_collect_test_utils | |
08:49 | wish doc: change synopsis from "wish ?-encoding encoding?" to "wish ?options?". There are more options nowdays. check-in: 325726e6ea user: oehhar tags: trunk, main | |
08:31 | testutils.tcl: collect procs setupbg, cleanupbg, dobg and Ready as subcommands of a new ensemble command "childTkProcess", with new names to better reflect their functionality. Also rename the functional area from "bg" to "child". check-in: b683bd50af user: erikleunissen tags: tk_collect_test_utils | |
2025-01-16
| ||
14:57 | testutils.tcl [dialogTestFont]: convert to a standard access proc check-in: 9ad282b98b user: erikleunissen tags: tk_collect_test_utils | |
12:01 | testutils.tcl [assert]: simplify handling of error message and adapt calls check-in: 3afdab1b37 user: erikleunissen tags: tk_collect_test_utils | |
10:48 | Merge trunk check-in: 79036f5be9 user: erikleunissen tags: tk_collect_test_utils | |
2025-01-15
| ||
22:15 | wm.test: correct typo check-in: d0b6052473 user: erikleunissen tags: tk_collect_test_utils | |
17:36 | Install headers before documentation. If documentation copying (which is slow) is aborted, it doesn't affect development work. Put "no-xft" "build-info" tag in the alphabetical correct place check-in: ae56b90967 user: jan.nijtmans tags: trunk, main | |
17:30 | Merge 8.6 check-in: 84b567d2b7 user: jan.nijtmans tags: core-8-branch | |
17:26 | Install headers before documentation. If documentation copying (which is slow) is aborted, it doesn't affect development work check-in: 497a6e34e9 user: jan.nijtmans tags: core-8-6-branch | |
03:58 | Remove hit test code - does not seem necessary check-in: c9549ed123 user: kevin_walzer tags: tka11y | |
03:55 | Make sure TKContentView is ignored as an accessibility element so focus can go on widgets check-in: b72086bbe0 user: kevin_walzer tags: tka11y | |
2025-01-14
| ||
20:37 | Fix for bug [126d071408]. check-in: 45af413e83 user: csaba tags: core-8-branch | |
20:23 | Fix for bug [126d071408]. check-in: 83839103f7 user: csaba tags: trunk, main | |
20:15 | testutils.tcl [_pause]: convert global variable to namespace variable check-in: b0dbfebf96 user: erikleunissen tags: tk_collect_test_utils | |
19:59 | Relocate and combine procs _pause, eventDelay and sleep check-in: 7da91aab8c user: erikleunissen tags: tk_collect_test_utils | |
16:04 | Put "no-xft" "build-info" tag in the alphabetical correct place check-in: 73f1075b41 user: jan.nijtmans tags: core-8-6-branch | |
03:15 | Cleanup of typos check-in: a946e462de user: kevin_walzer tags: tka11y | |
03:14 | Add custom identifiers check-in: 01de104b1b user: kevin_walzer tags: tka11y | |
2025-01-13
| ||
18:58 | msgbox.test [SendEventToMsg]: integrate in already relocated proc SendButtonPress check-in: 2b8c27a495 user: erikleunissen tags: tk_collect_test_utils | |
16:09 | winDialog.test: "collect" proc initialdir into oblivion check-in: 8e94fb8fe3 user: erikleunissen tags: tk_collect_test_utils | |