Tk Source Code

Timeline
Login

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

50 most recent check-ins

2025-02-12
17:14
testutils.tcl [testutils]: another optimization Leaf check-in: b1a34005 user: erikleunissen tags: tk_collect_test_utils
11:33
testutils.tcl: several improvements to the explanation of the import/auto-initialization mechanism check-in: 3dd0ab5f user: erikleunissen tags: tk_collect_test_utils
11:08
testutils.tcl [testutils]: a few optimizations check-in: d63c8459 user: erikleunissen tags: tk_collect_test_utils
2025-02-11
17:10
Swap from deprecated build image to current one Leaf check-in: b7033cf0 user: dkf tags: trunk, main
10:08
testutils.tcl: correct and enhance comments explaining the import and auto-initialization mechanism check-in: 86906ffc user: erikleunissen tags: tk_collect_test_utils
09:54
testutils.tcl: add comment explaining usage of reserved proc "init" check-in: 37eca74a user: erikleunissen tags: tk_collect_test_utils
09:49
testutils.tcl: remove auto_ns_vars feature that isn't valid anymore for Tcl9 check-in: d59959fa user: erikleunissen tags: tk_collect_test_utils
2025-02-10
13:07
testutils.tcl [testutils]: new command that handles importing/forgetting of utility procs and associated variables, and performs auto-(re)initialization of upvar'ed namespace variables previously unset by cleanup in the test file. check-in: 6052e179 user: erikleunissen tags: tk_collect_test_utils
13:05
Merge trunk check-in: 4b03c353 user: erikleunissen tags: tk_collect_test_utils
2025-02-09
21:19
Refinement of accessibilityFrame placement Leaf check-in: ea392993 user: kevin_walzer tags: tka11y
21:06
Optimization: borderPtr->bgColorPtr is never NULL. See: [517165eac] check-in: 36f8fb50 user: jan.nijtmans tags: trunk, main
20:53
Optimization: borderPtr->bgColorPtr is never NULL. See: [517165eac] Leaf check-in: bf510eea user: jan.nijtmans tags: core-8-branch
18:32
Backport indent fixes, some more indent fixes check-in: e150a097 user: jan.nijtmans tags: core-8-branch
17:23
Tcl_NewWideIntObj -> Tcl_NewBooleanObj (tkMain.c). Some indenting check-in: d85a5a02 user: jan.nijtmans tags: trunk, main
17:11
Fix [44fcc1f4d5]: Bugs in file tests/ttk/panedwindow.test check-in: 370b694f user: jan.nijtmans tags: trunk, main
17:08
Merge 8.6 check-in: f9db60ea user: jan.nijtmans tags: core-8-branch
16:56
Fix [44fcc1f4d5]: Bugs in file tests/ttk/panedwindow.test Leaf check-in: 222d4b08 user: jan.nijtmans tags: core-8-6-branch
16:45
Fix [517165eac]: Tk_Get3DBorderColors broken by design check-in: 61a811b6 user: jan.nijtmans tags: trunk, main
16:33
Fix [517165eac]: Tk_Get3DBorderColors broken by design check-in: 656e9bb4 user: jan.nijtmans tags: core-8-branch
2025-02-07
21:58
message.test: revert changes (it doesn't use any relocated utility procs) check-in: 91d2ac85 user: erikleunissen tags: tk_collect_test_utils
20:06
Proposed fix for [517165eac]: Tk_Get3DBorderColors broken by design Closed-Leaf check-in: 027b7c5a user: jan.nijtmans tags: bug-517165eac
19:18
fontchooser.test: relocate proc Click check-in: 391ef726 user: erikleunissen tags: tk_collect_test_utils
18:43
ttk/treeview.test: correct "namespace forget" (oops) check-in: 65a61a31 user: erikleunissen tags: tk_collect_test_utils
18:40
ttk/treeview.test: use collected proc scrollInfo instead of "scrollcallback" check-in: 527ab8a3 user: erikleunissen tags: tk_collect_test_utils
16:08
testutils.tcl: restore alphabetical order of namespaces for specific functional areas check-in: 160919d3 user: erikleunissen tags: tk_collect_test_utils
15:17
Fix for bug [44fcc1f4d5]: Bugs in file tests/ttk/panedwindow.test. Closed-Leaf check-in: 6853be66 user: csaba tags: bug-44fcc1f4d5
15:04
Create new branch named "bug-44fcc1f4d5" check-in: 3486ac63 user: csaba tags: bug-44fcc1f4d5
13:23
dialog.test (test dialog-2.1): de-duplicate proc PressButton check-in: aa3e6f83 user: erikleunissen tags: tk_collect_test_utils
11:06
Unbreak the ttk::panedwindow tests for Tk 8.6 on the Mac. check-in: 53e11249 user: csaba tags: core-8-6-branch
09:26
fontchooser.test, winDialog.test: use global namespace qualifier inside procs instead of another "upvar". Also simplify proc Click in fontchooser.test check-in: b13434b2 user: erikleunissen tags: tk_collect_test_utils
2025-02-06
22:04
Update documentation Leaf check-in: 869cff8a user: jan.nijtmans tags: rfe-d632d28ba4
18:45
Extended the file changes.md. check-in: 87d2a67e user: csaba tags: trunk, main
18:36
Solution for RFE [9902d8fc8e]: No grip element in ttk::panedwindow sashes of most built-in themes. check-in: 81773bf7 user: csaba tags: core-8-6-branch
18:11
Solution for RFE [9902d8fc8e]: No grip element in ttk::panedwindow sashes of most built-in themes. check-in: c014701d user: csaba tags: core-8-branch
17:51
Solution for RFE [9902d8fc8e]: No grip element in ttk::panedwindow sashes of most built-in themes. check-in: adc0ea73 user: csaba tags: trunk, main
09:58
fontchooser.test, winDialog.test: don't qualify namespace for variables imported from testutils.tcl using "upvar". check-in: aa1393c2 user: erikleunissen tags: tk_collect_test_utils
2025-02-05
20:09
testutils.tcl: one more SetTkDialog -> SetTestDialog check-in: 110a5fd8 user: erikleunissen tags: tk_collect_test_utils
15:33
winDialog.test: fix typo in comment for test winDialog-5.15 check-in: ea851354 user: erikleunissen tags: tk_collect_test_utils
15:28
win/tkWinDialog.c: rename SetTkDialog -> SetTestDialog, conforming to commit [b53da8311c] check-in: d2792d39 user: erikleunissen tags: tk_collect_test_utils
2025-02-04
10:58
Export "open"/"leaf"/"first"/"last" ttk state values at script level check-in: 7d1b122e user: jan.nijtmans tags: rfe-d632d28ba4
03:29
Cleanup 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]. Closed-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