Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 most recent check-ins
2025-02-22
| ||
17:38 | Move TkObjIsEmpty() implemention from tkConfig.c to tkText.c, so it can be re-used by revised_text. Add support for TIP#698 (again, so it can be used by revised_text as well) Leaf check-in: 68fa9a67c0 user: jan.nijtmans tags: tip-466, revised_text | |
11:56 | Fix [3e92a1c629]: Tk_NameToWindow doc incomplete description Leaf check-in: 266ab33403 user: fvogel tags: trunk, main | |
2025-02-21
| ||
22:56 | Use AlwaysRedraw. Leaf check-in: c54fa3066f user: culler tags: bug-61cb40b01b | |
21:29 | Edit comment. check-in: 89dcef1019 user: culler tags: bug-61cb40b01b | |
19:59 | Revert changes to tkFrame.c Leaf check-in: ecf638b38e user: culler tags: clipdrawablerect | |
18:19 | Branch for updating ClipDrawableToRect. check-in: 1df69c3ae0 user: culler tags: clipdrawablerect | |
16:45 | Merge 9.0 check-in: 91066fc044 user: jan.nijtmans tags: tip-466, revised_text | |
15:06 | Merge 9.0 Leaf check-in: 3f5f54b6be user: jan.nijtmans tags: tip-698 | |
14:40 | Follow-up to [5f739d2253]: Inconsistency in whether widgets allow negative borderwidths. Allow negative values for -padx/-pady for windows embedded in text check-in: a247d00f9a user: jan.nijtmans tags: trunk, main | |
09:15 | Don't worry about Tk 8.7 any more check-in: d474767b90 user: jan.nijtmans tags: trunk, main | |
09:06 | Use Tcl_IsEmpty()'s power if available check-in: 04148fbb6e user: jan.nijtmans tags: trunk, main | |
2025-02-20
| ||
16:31 | Use macOS-15 for CI runs. check-in: 3558cf2cab user: culler tags: trunk, main | |
15:54 | Don't worry building Tk 8.7 any more Leaf check-in: 21f405f312 user: jan.nijtmans tags: core-8-branch | |
15:48 | Don't worry building Tk 8.7 any more Leaf check-in: 8bcba10bc7 user: jan.nijtmans tags: core-8-6-branch | |
11:17 | Merge 9.0 check-in: cf3bb95034 user: jan.nijtmans tags: tip-466, revised_text | |
09:58 | No longer build Tk 9.0 against Tcl 8.7 check-in: dc60bb7630 user: jan.nijtmans tags: trunk, main | |
09:55 | Adapt CI-build to new "core-9-0-branch" check-in: d8c45ea6c9 user: jan.nijtmans tags: trunk, main | |
2025-02-19
| ||
18:14 | Fix [61cb40b01b]: ghost windows with window items in a Canvas check-in: 87845ae212 user: culler tags: bug-61cb40b01b | |
17:37 | Merge trunk Leaf check-in: dbd88e881f user: erikleunissen tags: tk_collect_test_utils | |
13:12 | Fix duplicated initialization in tkMenubutton.c, unneeded type-cast in tkCmds.c check-in: 29b0e62c80 user: jan.nijtmans tags: trunk, main | |
13:04 | (cherry-pick): Fix a lot of comments, regarding argv/argc -> objv/objc check-in: 2050b2c36d user: jan.nijtmans tags: core-8-branch | |
12:44 | Merge-mark check-in: 2d85e30104 user: jan.nijtmans tags: core-8-branch | |
12:43 | Add (back) failsOnXQuarz constraint for testcases (still) failing on XQuartz check-in: 16ed898293 user: jan.nijtmans tags: core-8-6-branch | |
11:08 | Merge 9.0 check-in: 5a15fb283f user: jan.nijtmans tags: tip-466, revised_text | |
10:56 | Fix a lot of comments, regarding argv/argc -> objv/objc check-in: 202e21345f user: jan.nijtmans tags: trunk, main | |
10:02 | Fix possible race-condition in notebook-5.1 and focus test (seen on MacOS, CI, Tk 8.6) check-in: 55dc381954 user: jan.nijtmans tags: trunk, main | |
10:00 | Merge 8.6 check-in: 5a2b4b5b39 user: jan.nijtmans tags: core-8-branch | |
09:55 | Rebase to 9.0 check-in: 1f308dc16b user: jan.nijtmans tags: tip-698, core-tip-698 | |
2025-02-18
| ||
19:09 | Merge trunk Leaf check-in: 2ca053b981 user: kevin_walzer tags: tka11y | |
19:00 | Minor cleanup check-in: 36693f8f15 user: kevin_walzer tags: tka11y | |
18:01 | Additional minor edit check-in: 24772e6738 user: kevin_walzer tags: tka11y | |
17:50 | Typos check-in: db20c72e55 user: kevin_walzer tags: tka11y | |
17:25 | Correct typo check-in: 6f02793cd5 user: kevin_walzer tags: tka11y | |
17:24 | Pass script-level listbox selection to VoiceOver/Accessibility API without subclass of NSAccessibilityElement, impossible to support without a Tk window check-in: a545aafe33 user: kevin_walzer tags: tka11y | |
15:55 | Fix notebook-5.1 which was failing on CI due to a different race condition. check-in: e7ed6db9d2 user: culler tags: core-8-6-branch | |
14:02 | Fix failures of focus.test on CI caused by a race condition in focusClear. check-in: fccd29df09 user: culler tags: core-8-6-branch | |
11:50 | Abandoning attempt to implement more than one level in accessibility hierarchy; hierarchy will be NSWindow/NSView and widget only. Widgets that contain additional data such as listboxes cannot have additional accessibility elements because their child elements are not Tk_Windows - we will make this data accessible by writing to the hash tables and binding updates to script events like <<ListboxSelect>> check-in: fbf1b16133 user: kevin_walzer tags: tka11y | |
04:12 | Refinement of table rows in listbox check-in: 0d499b48c8 user: kevin_walzer tags: tka11y | |
2025-02-17
| ||
21:04 | entry.test, spinbox.test, ttk/entry.test: rename textvariable "x" to "textVar" and make it a namespace variable for domain "entry" check-in: 317e698819 user: erikleunissen tags: tk_collect_test_utils | |
16:18 | Convert from approach B => A (revert access procs to variable references), domain "select". check-in: 35339e8fdf user: erikleunissen tags: tk_collect_test_utils | |
13:47 | Remove options -nocommands and -novars from invocations of 'testutils import' check-in: cbcb51c948 user: erikleunissen tags: tk_collect_test_utils | |
13:38 | ttk/validate.test: remove unnecessary namespace qualifiers from imported variable check-in: 1a18032868 user: erikleunissen tags: tk_collect_test_utils | |
13:30 | Replace "namespace import|forget" with "testutils import|forget" for domain "select" check-in: ce9f71e9a7 user: erikleunissen tags: tk_collect_test_utils | |
12:27 | testutils.tcl: don't export init proc for domain "scroll" check-in: baefba0ddf user: erikleunissen tags: tk_collect_test_utils | |
09:20 | Convert from approach B => A (keeping an access proc for (x|y)scrollcommand) for domain "scroll" check-in: cddd09d59f user: erikleunissen tags: tk_collect_test_utils | |
05:19 | More work on listbox check-in: 2b2ba1ae6b user: kevin_walzer tags: tka11y | |
03:33 | Adding support for accessible row selection in ListBox check-in: 86b4e00eb0 user: kevin_walzer tags: tka11y | |
2025-02-16
| ||
20:23 | testutils.tcl [testutils]: remove debug statements check-in: 7e43baaae1 user: erikleunissen tags: tk_collect_test_utils | |
20:20 | Replace "namespace import|forget" with "testutils import|forget" for domain "image" check-in: 29f77e8baf user: erikleunissen tags: tk_collect_test_utils | |
20:04 | winfo.test: fix typo check-in: ffe941aac8 user: erikleunissen tags: tk_collect_test_utils | |