Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 most recent check-ins
2025-04-09
| ||
13:59 | Merge trunk Leaf check-in: a7aa442e user: jan.nijtmans tags: revised_text, tip-466 | |
13:48 | Merge 9.0 Leaf check-in: f4948d62 user: jan.nijtmans tags: trunk, main | |
10:04 | Fix [1562e10c58]: Installing Tcl on macOS makes other versions of tclsh unable to find Tk. Just remove all references to Tcl 8.7, since it won't be released anyway. Leaf check-in: 658a7dd9 user: jan.nijtmans tags: core-9-0-branch | |
2025-04-08
| ||
09:46 | Get rid of references to Tcl 8.7: It won't be released. Closed-Leaf check-in: dce3ec0c user: jan.nijtmans tags: bug-1562e10c58, core-bug-1562e10c58 | |
2025-04-07
| ||
15:02 | Merge 9.0 check-in: 57e558bf user: jan.nijtmans tags: trunk, main | |
15:01 | Remove OPTS=tk8 option: It was meant to be able to compile extesions witk Tk 8.7, which will never fly .... check-in: effef6c6 user: jan.nijtmans tags: core-9-0-branch | |
08:27 | Ticket [5d0bc3cf] Text blockcursor: Androwish checkin https://www.androwish.org/home/info/b8894bb57964415f (thanks, Christian) Leaf check-in: 9ae9ae31 user: oehhar tags: 5d0bc3cf-text-blockcursor | |
03:17 | Fix typos Leaf check-in: 42ddad67 user: kevin_walzer tags: tka11y | |
02:37 | Remove syntax error in configure when checking for Atk support check-in: 1d91580b user: kevin_walzer tags: tka11y | |
02:19 | Correct typo check-in: f58f138e user: kevin_walzer tags: tka11y | |
02:17 | Initial draft of Atk accessibility implementation check-in: 9027a6ac user: kevin_walzer tags: tka11y | |
2025-04-05
| ||
16:26 | Correct typo in comments check-in: cfe2fc9a user: kevin_walzer tags: tka11y | |
03:25 | Add help hints for Windows check-in: 276e2a61 user: kevin_walzer tags: tka11y | |
2025-04-04
| ||
08:49 | Ticket [5d0bc3cf] Text blockcursor: Androwish checkin https://androwish.org/home/info/85ea46a8c74b8f6f (thanks, Christian) check-in: 1d2248a3 user: oehhar tags: 5d0bc3cf-text-blockcursor | |
2025-04-03
| ||
16:24 | Merge 9.0 check-in: d112bcc7 user: jan.nijtmans tags: trunk, main | |
16:23 | Sync tcl.m4 with Tcl check-in: 83f32527 user: jan.nijtmans tags: core-9-0-branch | |
15:16 | Ticket [5d0bc3cf]: adoption to 9.1: textPtr->insertWidth is now an Obj check-in: 60151aa1 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: 5263ef5e 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: 1bf9cf7d user: jan.nijtmans tags: tip-714-alt | |
09:46 | Add Tk_SetTypeInfoProc() to stub table check-in: ea22295e 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: 79b6c940 user: oehhar tags: tip-714-alt | |
08:12 | Remove unused variables Leaf check-in: cf922f16 user: jan.nijtmans tags: getrid_setgrid | |
07:08 | TIP 714: image photo format info: bring formats in evaluation order check-in: b9d72efc user: oehhar tags: tip-714-alt | |
2025-04-02
| ||
02:13 | Merge trunk check-in: ba1f4e33 user: kevin_walzer tags: tka11y | |
02:09 | Re-organize code a bit, correct typos check-in: 524198c5 user: kevin_walzer tags: tka11y | |
01:58 | Build out Windows accessibility code - testing to begin soon check-in: 946f7090 user: kevin_walzer tags: tka11y | |
00:25 | alternative implementation for TIP#714 check-in: fd9694da user: emiliano tags: tip-714-alt | |
2025-04-01
| ||
16:16 | testutils.tcl [pause]: more simplification Leaf check-in: 98c47016 user: erikleunissen tags: tk_collect_test_utils, FINAL_REVIEW | |
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: 2ed51f9d 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: 034b8f98 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: aacad81d user: marcc tags: getrid_setgrid | |
20:27 | Make Tk_SetSizeHints() usable without tkPlatDecls.h. Clean up much more check-in: e1cb8261 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: 8fbdf714 user: erikleunissen tags: tk_collect_test_utils | |
08:48 | testutils.tcl [_pause]: rename to "pause" and adapt calls in test files. check-in: c215ffd0 user: erikleunissen tags: tk_collect_test_utils | |
08:36 | testutils.tcl [_pause]: correct qualification of wait variable, and optimize slightly. check-in: 737c20a9 user: erikleunissen tags: tk_collect_test_utils | |
02:12 | Begin work on Windows check-in: 2362e3be user: kevin_walzer tags: tka11y | |
2025-03-30
| ||
23:09 | Remove x11 code depending on gridWin. check-in: 6a15c6cc user: culler tags: getrid_setgrid | |
21:52 | Remove aqua code depending on gridWin. check-in: e563cddf user: culler tags: getrid_setgrid | |
20:33 | Make SetGrid a no-op; remove SetGrid tests. check-in: c59ba320 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: 43c90dad user: fvogel tags: bug-ad458a3a72 | |
19:15 | Add comments in UpdateElideInfo() for better understanding of the code. check-in: 34662a24 user: fvogel tags: bug-ad458a3a72 | |
14:35 | Fix typos check-in: 35fbe4ba user: kevin_walzer tags: tka11y | |
14:21 | Re-organize code in accessibility.tcl and add/enhance comments check-in: ea30cc6c user: kevin_walzer tags: tka11y | |
13:59 | Check state on macOS check-in: 92f6c1d2 user: kevin_walzer tags: tka11y | |
13:53 | Utility domain "select": [setup] -> [selectionSetup] check-in: 83c3bea5 user: erikleunissen tags: tk_collect_test_utils | |
12:54 | testutils.tcl: keep alphabetical order (domain "generic") check-in: eabc92a3 user: erikleunissen tags: tk_collect_test_utils | |
09:34 | merge trunk check-in: 027ff1ee user: fvogel tags: revised_text, tip-466 | |
01:37 | Correct help string check-in: a9cf139d user: kevin_walzer tags: tka11y | |
01:14 | Finish making TkWmInfo struct private to tkMacOSXWm.c; tweak some tests. check-in: 337c310e user: culler tags: getrid_setgrid | |
2025-03-29
| ||
23:04 | testutils.test: correct numbering check-in: 4b4bf18c user: erikleunissen tags: tk_collect_test_utils | |