Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 most recent check-ins
2025-04-03
| ||
16:24 | Merge 9.0 Leaf check-in: d112bcc781 user: jan.nijtmans tags: trunk, main | |
16:23 | Sync tcl.m4 with Tcl Leaf check-in: 83f32527c1 user: jan.nijtmans tags: core-9-0-branch | |
15:16 | Ticket [5d0bc3cf]: adoption to 9.1: textPtr->insertWidth is now an Obj Leaf check-in: 60151aa19f user: oehhar tags: 5d0bc3cf-text-blockcursor | |
15:11 | Ticket [5d0bc3cf] Fix block cursor of text widget. Original contribution for 8.6 by Christian Werner (thanks) check-in: 5263ef5e70 user: oehhar tags: 5d0bc3cf-text-blockcursor | |
10:10 | Protect Tk_SetTypeInfoProc(): If running in Tk 9.0, just make it a NOP Leaf check-in: 1bf9cf7d19 user: jan.nijtmans tags: tip-714-alt | |
09:46 | Add Tk_SetTypeInfoProc() to stub table check-in: ea22295e23 user: jan.nijtmans tags: tip-714-alt | |
08:27 | TIP714 image format info: add file and write reporting for the photo image type, add tests check-in: 79b6c94020 user: oehhar tags: tip-714-alt | |
08:12 | Remove unused variables Leaf check-in: cf922f16dc user: jan.nijtmans tags: getrid_setgrid | |
07:08 | TIP 714: image photo format info: bring formats in evaluation order check-in: b9d72efc4c user: oehhar tags: tip-714-alt | |
2025-04-02
| ||
02:13 | Merge trunk Leaf check-in: ba1f4e33e3 user: kevin_walzer tags: tka11y | |
02:09 | Re-organize code a bit, correct typos check-in: 524198c512 user: kevin_walzer tags: tka11y | |
01:58 | Build out Windows accessibility code - testing to begin soon check-in: 946f70902c user: kevin_walzer tags: tka11y | |
00:25 | alternative implementation for TIP#714 check-in: fd9694da13 user: emiliano tags: tip-714-alt | |
2025-04-01
| ||
16:16 | testutils.tcl [pause]: more simplification Leaf check-in: 98c4701655 user: erikleunissen tags: tk_collect_test_utils | |
14:36 | Protect Tk_SetSizeHints(): If an extension is compiled with Tk 9.1 but running on Tk 9.0, tkStubsPtr->tk_SetSizeHints is NULL. In that case, just do nothing. check-in: 2ed51f9d3c user: jan.nijtmans tags: getrid_setgrid, core-getrid_setgrid | |
14:22 | Don't try to NULLify Tk_SetGrid/Tk_UnsetGrid calls: The deprecation warning then doesn't work any more. check-in: 034b8f9814 user: jan.nijtmans tags: getrid_setgrid | |
2025-03-31
| ||
23:40 | Remove code which is conditioned on gridWin and a call to nonexistent SetGrid from tkWinWm.c; remove tests which require gridded windows. check-in: aacad81dd5 user: marcc tags: getrid_setgrid | |
20:27 | Make Tk_SetSizeHints() usable without tkPlatDecls.h. Clean up much more check-in: e1cb8261bc user: jan.nijtmans tags: getrid_setgrid, core-getrid_setgrid | |
09:30 | testutils.tcl [pause]: remove default value for msecs argument. What seems like a feature might work out dangerously if the default value were ever to be changed. Luckily not a single existing call relies on a default value. check-in: 8fbdf714e6 user: erikleunissen tags: tk_collect_test_utils | |
08:48 | testutils.tcl [_pause]: rename to "pause" and adapt calls in test files. check-in: c215ffd067 user: erikleunissen tags: tk_collect_test_utils | |
08:36 | testutils.tcl [_pause]: correct qualification of wait variable, and optimize slightly. check-in: 737c20a955 user: erikleunissen tags: tk_collect_test_utils | |
02:12 | Begin work on Windows check-in: 2362e3be74 user: kevin_walzer tags: tka11y | |
2025-03-30
| ||
23:09 | Remove x11 code depending on gridWin. check-in: 6a15c6ccb2 user: culler tags: getrid_setgrid | |
21:52 | Remove aqua code depending on gridWin. check-in: e563cddf7c user: culler tags: getrid_setgrid | |
20:33 | Make SetGrid a no-op; remove SetGrid tests. check-in: c59ba32052 user: culler tags: getrid_setgrid | |
19:28 | Code style, and enforce evaluation order (the previous code relied on operations precedence). No functional change. Leaf check-in: 43c90dad0a user: fvogel tags: bug-ad458a3a72 | |
19:15 | Add comments in UpdateElideInfo() for better understanding of the code. check-in: 34662a242f user: fvogel tags: bug-ad458a3a72 | |
14:35 | Fix typos check-in: 35fbe4baab user: kevin_walzer tags: tka11y | |
14:21 | Re-organize code in accessibility.tcl and add/enhance comments check-in: ea30cc6c04 user: kevin_walzer tags: tka11y | |
13:59 | Check state on macOS check-in: 92f6c1d2ac user: kevin_walzer tags: tka11y | |
13:53 | Utility domain "select": [setup] -> [selectionSetup] check-in: 83c3bea5ce user: erikleunissen tags: tk_collect_test_utils | |
12:54 | testutils.tcl: keep alphabetical order (domain "generic") check-in: eabc92a322 user: erikleunissen tags: tk_collect_test_utils | |
09:34 | merge trunk Leaf check-in: 027ff1eea3 user: fvogel tags: tip-466, revised_text | |
01:37 | Correct help string check-in: a9cf139d25 user: kevin_walzer tags: tka11y | |
01:14 | Finish making TkWmInfo struct private to tkMacOSXWm.c; tweak some tests. check-in: 337c310e43 user: culler tags: getrid_setgrid | |
2025-03-29
| ||
23:04 | testutils.test: correct numbering check-in: 4b4bf18c9e user: erikleunissen tags: tk_collect_test_utils | |
21:54 | Merge trunk check-in: 5db61557f3 user: erikleunissen tags: tk_collect_test_utils | |
21:00 | Menubutton support check-in: 9f6d60395f user: kevin_walzer tags: tka11y | |
20:55 | tests/constraints.tcl [testmenubarheight]: correct condition that tests existence of C-level command Leaf check-in: c7bc16c1f1 user: erikleunissen tags: core-8-branch | |
20:50 | tests/constraints.tcl [testmenubarheight]: correct condition that tests existence of C-level command check-in: 4d3b0805a8 user: erikleunissen tags: core-9-0-branch | |
20:42 | tests/constraints.tcl [testmenubarheight]: correct condition that tests existence of C-level command check-in: f302dd877e user: erikleunissen tags: trunk, main | |
20:38 | Add man page for accessible check-in: 47dbbeef4d user: kevin_walzer tags: tka11y | |
18:44 | Add command to the ensemble check-in: 77029b37e4 user: kevin_walzer tags: tka11y | |
18:31 | Remove unnecessary method calls, silence compiler warnings check-in: e7fccf1091 user: kevin_walzer tags: tka11y | |
15:53 | Refinement of Treeview accessibility check-in: cdca3d3f7a user: kevin_walzer tags: tka11y | |
13:07 | testutils.tcl [testmenubarheight]: correct condition that tests existence of C-level command check-in: b245f7068f user: erikleunissen tags: tk_collect_test_utils | |
11:22 | TIP 714: image format list: rename image subcommand to "handler". Closed-Leaf check-in: 8600d8d19c user: oehhar tags: tip-714-image-driver-info | |
07:50 | testutils.test: fix typo check-in: 10a41b7fcc user: erikleunissen tags: tk_collect_test_utils | |
07:49 | testutils.test: renumber tests, combining sections 1-3 check-in: 9a97127a4b user: erikleunissen tags: tk_collect_test_utils | |
07:47 | testutils.GUIDE: add author check-in: 6074805013 user: erikleunissen tags: tk_collect_test_utils | |