Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 most recent check-ins
2025-02-23
| ||
01:18 | Few more examples Leaf check-in: 330177f1 user: jan.nijtmans tags: bug-3e92a1c629 | |
00:53 | Previous commit was almost right, just the wrong file ... Leaf check-in: 1ad1323e user: jan.nijtmans tags: revised_text, tip-466 | |
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) check-in: 68fa9a67 user: jan.nijtmans tags: revised_text, tip-466 | |
11:56 | Fix [3e92a1c629]: Tk_NameToWindow doc incomplete description Leaf check-in: 266ab334 user: fvogel tags: trunk, main | |
2025-02-21
| ||
22:56 | Use AlwaysRedraw. Leaf check-in: c54fa306 user: culler tags: bug-61cb40b01b | |
21:29 | Edit comment. check-in: 89dcef10 user: culler tags: bug-61cb40b01b | |
19:59 | Revert changes to tkFrame.c Leaf check-in: ecf638b3 user: culler tags: clipdrawablerect | |
18:19 | Branch for updating ClipDrawableToRect. check-in: 1df69c3a user: culler tags: clipdrawablerect | |
16:45 | Merge 9.0 check-in: 91066fc0 user: jan.nijtmans tags: revised_text, tip-466 | |
15:06 | Merge 9.0 Leaf check-in: 3f5f54b6 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: a247d00f user: jan.nijtmans tags: trunk, main | |
09:15 | Don't worry about Tk 8.7 any more check-in: d474767b user: jan.nijtmans tags: trunk, main | |
09:06 | Use Tcl_IsEmpty()'s power if available check-in: 04148fbb user: jan.nijtmans tags: trunk, main | |
2025-02-20
| ||
16:31 | Use macOS-15 for CI runs. check-in: 3558cf2c user: culler tags: trunk, main | |
15:54 | Don't worry building Tk 8.7 any more Leaf check-in: 21f405f3 user: jan.nijtmans tags: core-8-branch | |
15:48 | Don't worry building Tk 8.7 any more Leaf check-in: 8bcba10b user: jan.nijtmans tags: core-8-6-branch | |
11:17 | Merge 9.0 check-in: cf3bb950 user: jan.nijtmans tags: revised_text, tip-466 | |
09:58 | No longer build Tk 9.0 against Tcl 8.7 check-in: dc60bb76 user: jan.nijtmans tags: trunk, main | |
09:55 | Adapt CI-build to new "core-9-0-branch" check-in: d8c45ea6 user: jan.nijtmans tags: trunk, main | |
2025-02-19
| ||
18:14 | Fix [61cb40b01b]: ghost windows with window items in a Canvas check-in: 87845ae2 user: culler tags: bug-61cb40b01b | |
17:37 | Merge trunk Leaf check-in: dbd88e88 user: erikleunissen tags: tk_collect_test_utils | |
13:12 | Fix duplicated initialization in tkMenubutton.c, unneeded type-cast in tkCmds.c check-in: 29b0e62c user: jan.nijtmans tags: trunk, main | |
13:04 | (cherry-pick): Fix a lot of comments, regarding argv/argc -> objv/objc check-in: 2050b2c3 user: jan.nijtmans tags: core-8-branch | |
12:44 | Merge-mark check-in: 2d85e301 user: jan.nijtmans tags: core-8-branch | |
12:43 | Add (back) failsOnXQuarz constraint for testcases (still) failing on XQuartz check-in: 16ed8982 user: jan.nijtmans tags: core-8-6-branch | |
11:08 | Merge 9.0 check-in: 5a15fb28 user: jan.nijtmans tags: revised_text, tip-466 | |
10:56 | Fix a lot of comments, regarding argv/argc -> objv/objc check-in: 202e2134 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: 55dc3819 user: jan.nijtmans tags: trunk, main | |
10:00 | Merge 8.6 check-in: 5a2b4b5b user: jan.nijtmans tags: core-8-branch | |
09:55 | Rebase to 9.0 check-in: 1f308dc1 user: jan.nijtmans tags: tip-698, core-tip-698 | |
2025-02-18
| ||
19:09 | Merge trunk Leaf check-in: 2ca053b9 user: kevin_walzer tags: tka11y | |
19:00 | Minor cleanup check-in: 36693f8f user: kevin_walzer tags: tka11y | |
18:01 | Additional minor edit check-in: 24772e67 user: kevin_walzer tags: tka11y | |
17:50 | Typos check-in: db20c72e user: kevin_walzer tags: tka11y | |
17:25 | Correct typo check-in: 6f02793c 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: a545aafe user: kevin_walzer tags: tka11y | |
15:55 | Fix notebook-5.1 which was failing on CI due to a different race condition. check-in: e7ed6db9 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: fccd29df 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: fbf1b161 user: kevin_walzer tags: tka11y | |
04:12 | Refinement of table rows in listbox check-in: 0d499b48 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: 317e6988 user: erikleunissen tags: tk_collect_test_utils | |
16:18 | Convert from approach B => A (revert access procs to variable references), domain "select". check-in: 35339e8f user: erikleunissen tags: tk_collect_test_utils | |
13:47 | Remove options -nocommands and -novars from invocations of 'testutils import' check-in: cbcb51c9 user: erikleunissen tags: tk_collect_test_utils | |
13:38 | ttk/validate.test: remove unnecessary namespace qualifiers from imported variable check-in: 1a180328 user: erikleunissen tags: tk_collect_test_utils | |
13:30 | Replace "namespace import|forget" with "testutils import|forget" for domain "select" check-in: ce9f71e9 user: erikleunissen tags: tk_collect_test_utils | |
12:27 | testutils.tcl: don't export init proc for domain "scroll" check-in: baefba0d 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: cddd09d5 user: erikleunissen tags: tk_collect_test_utils | |
05:19 | More work on listbox check-in: 2b2ba1ae user: kevin_walzer tags: tka11y | |
03:33 | Adding support for accessible row selection in ListBox check-in: 86b4e00e user: kevin_walzer tags: tka11y | |
2025-02-16
| ||
20:23 | testutils.tcl [testutils]: remove debug statements check-in: 7e43baaa user: erikleunissen tags: tk_collect_test_utils | |