Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 most recent check-ins
2025-04-02
| ||
00:25 | alternative implementation for TIP#714 Leaf 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. Leaf check-in: 2ed51f9d3c user: jan.nijtmans tags: 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 Leaf 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 Leaf 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 Leaf 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". 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 | |
02:09 | Aqua: remove references to fields of the TkWmInfo struct from tkMacOSXKeyEvent.c check-in: 036a9312df user: culler tags: getrid_setgrid | |
00:17 | Aqua: remove references to fields of the TkWmInfo struct from tkMacOSXMouseEvent.c check-in: 263ab6d0ce user: culler tags: getrid_setgrid | |
2025-03-28
| ||
20:07 | testutils.GUIDE: make init proc example more typical, and independent from current samples in testutils.tcl check-in: 365dc5e1c9 user: erikleunissen tags: tk_collect_test_utils | |
18:28 | testutils.tcl [isNative]: arrange in alphabetical order check-in: 0d95c0a680 user: erikleunissen tags: tk_collect_test_utils | |
18:00 | TIP 714 image photo formats: document Tk_ImageCreateProc argument change check-in: 5513710c94 user: oehhar tags: tip-714-image-driver-info | |
17:04 | TIP 714 list image formats: rename command to "image driver photo formats". Add "image bitmap driver" implementation with no suboption. Add tests and documentation. check-in: d6e5669fc2 user: oehhar tags: tip-714-image-driver-info | |
11:41 | Progressbar and notebooks now accessible; starting on text widget check-in: ed7fbbea42 user: kevin_walzer tags: tka11y | |
03:06 | Aqua: remove references to fields of the TkWmInfo struct from tkMacOSXSubwindows.c. check-in: ed8852d74f user: culler tags: getrid_setgrid | |
2025-03-27
| ||
11:53 | Merge trunk. Resolve conflicts in win/tkWinDialog.c and tests/winDialog.test, but don't import changes to winDialog-5.9 (now useless test) check-in: 02357bdd80 user: erikleunissen tags: tk_collect_test_utils | |
10:29 | Merge main check-in: 49e7dd2382 user: oehhar tags: tip-714-image-driver-info | |
10:23 | Ticket [25b84e1246] Removal of old image code leftover check-in: ff43d4d23c user: oehhar tags: core-9-0-branch | |
10:15 | Ticket [25b84e1246] Removal of old image code leftover check-in: 9087179e31 user: oehhar tags: trunk, main | |