Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 most recent check-ins
2025-06-09
| ||
03:57 | Edit out-of-date comment. Leaf check-in: b069a46b user: culler tags: clipboard_transient | |
2025-06-08
| ||
17:19 | Fix the clear command on Windows. check-in: f9a258d9 user: marcc tags: clipboard_transient | |
02:36 | Compiler errors cleared; pending testing and refinement Leaf check-in: 8ea54338 user: kevin_walzer tags: tka11y | |
01:41 | Eliminate many compiler errors with new threading setup - still need to resolve typing of arguments from marshalling function check-in: 64029fbe user: kevin_walzer tags: tka11y | |
2025-06-07
| ||
22:40 | Refactor code to run Tcl/Tk functions on main thread only; add thread locks to guard data check-in: 6daf7f01 user: kevin_walzer tags: tka11y | |
03:59 | Fix the clear command. check-in: 34cd8ef4 user: culler tags: clipboard_transient | |
03:19 | Rework the design. The flush command is gone, replaced by clipboard transient. check-in: 2f89083d user: culler tags: clipboard_transient | |
01:13 | Roll back to last stable focus version check-in: 20f63b1f user: kevin_walzer tags: tka11y | |
2025-06-06
| ||
12:45 | [c81e0cce] Add proposed test (in my simple language, sorry). Thanks, Christian Leaf check-in: 560de125 user: oehhar tags: bug-c81e0cce-named-font-late-creation | |
12:20 | Merge trunk Leaf check-in: 7ea63eb0 user: erikleunissen tags: tk_collect_test_utils, addendum3 | |
12:14 | Let this branch test at Github CI. check-in: c3c6bd3f user: erikleunissen tags: tk_collect_test_utils, addendum3 | |
12:02 | Addendum 3 to tk_collect_test_utils: correct usage of name "doval" in comments in entry.test, proc was renamed previously check-in: a5562c58 user: erikleunissen tags: tk_collect_test_utils, addendum3 | |
10:04 | ttk/*.test: wrap long line in section "TESTFILE INITIALIZATION" Leaf check-in: be10dd50 user: erikleunissen tags: uniform_test_file_structure | |
09:59 | bug [c81e0cce] provided patch (VC6 optimized): named font not honored if defied after reference in a widget check-in: ed0d5d23 user: oehhar tags: bug-c81e0cce-named-font-late-creation | |
09:35 | config.test: add sections COMMON TEST SETUP/CLEANUP check-in: 5160685c user: erikleunissen tags: uniform_test_file_structure | |
09:28 | color.test: move cleanup statement to section CLEANUP check-in: 5a1d56d3 user: erikleunissen tags: uniform_test_file_structure | |
09:28 | clipboard.test: collect notes check-in: eb4e436d user: erikleunissen tags: uniform_test_file_structure | |
2025-06-05
| ||
02:03 | Additional edit check-in: ef25057c user: kevin_walzer tags: tka11y | |
02:01 | Minor tweak check-in: a73980d0 user: kevin_walzer tags: tka11y | |
01:59 | Additional refinements check-in: f1713526 user: kevin_walzer tags: tka11y | |
01:47 | Additional progress in thread management check-in: 1d0292aa user: kevin_walzer tags: tka11y | |
01:10 | Progress on threading management/hanging app check-in: c53c03b3 user: kevin_walzer tags: tka11y | |
2025-06-04
| ||
18:43 | Fix cut-paste error. Leaf check-in: 53b369f8 user: culler tags: json_info_plist | |
18:31 | Add a command ::tk::mac::getInfoAsJSON which returns the JSON-encoded Info.plist file. check-in: d6d7263e user: culler tags: json_info_plist | |
11:45 | Minor adjustments check-in: d39875a8 user: kevin_walzer tags: tka11y | |
2025-06-03
| ||
03:00 | Add comment check-in: a2545dc1 user: kevin_walzer tags: tka11y | |
02:59 | Further progress check-in: 03d3a043 user: kevin_walzer tags: tka11y | |
02:39 | Progress on memory leaks check-in: 3595dbb9 user: kevin_walzer tags: tka11y | |
2025-06-02
| ||
15:46 | Merge mark Leaf check-in: e82ce250 user: apnadkarni tags: trunk, main | |
15:40 | Update changes.md for TIP 716 Leaf check-in: 829bfc18 user: apnadkarni tags: core-9-0-branch | |
12:48 | Merge core-9-0-branch: TIP 716 accepted check-in: ddcbd331 user: apnadkarni tags: trunk, main | |
12:07 | TIP 716 accepted check-in: 06aecac3 user: apnadkarni tags: core-9-0-branch | |
11:18 | Merge core-9-0-branch Closed-Leaf check-in: f67db674 user: apnadkarni tags: tip-716 | |
10:27 | Correct oversight w.r.t. previous commit check-in: ad34d08e user: erikleunissen tags: uniform_test_file_structure | |
10:21 | Sanitize "COMMON TEST CLEANUP" sections check-in: 1c321c16 user: erikleunissen tags: uniform_test_file_structure | |
08:35 | Wrap long line in section "TESTFILE INITIALIZATION" check-in: b44b1ae4 user: erikleunissen tags: uniform_test_file_structure | |
03:26 | Commit to preserve current work check-in: a943f6f3 user: kevin_walzer tags: tka11y | |
02:55 | Attempting to remove more direct Tcl calls from MSAA thread check-in: 86698940 user: kevin_walzer tags: tka11y | |
01:33 | Fix typo check-in: 0f6994be user: kevin_walzer tags: tka11y | |
01:30 | Keyboard navigation now correctly aligns Tk and MSAA focus check-in: 815a4a55 user: kevin_walzer tags: tka11y | |
2025-06-01
| ||
20:34 | Additional tweaks check-in: 79a63b05 user: kevin_walzer tags: tka11y | |
20:31 | Patch proposed by Christian Werner to fix [55660624f7]: Block cursor in text widget may hide the character underneath Leaf check-in: 875cbd9f user: fvogel tags: bug-55660624f7 | |
20:13 | merge mark Leaf check-in: b48d90df user: fvogel tags: revised_text, tip-466 | |
20:11 | Merge trunk (the fixes for Issue1. and Issue 2 discussed in [5d0bc3cfec] (see my comment dated 2025-05-31 14:25:43) are not needed for the revised text widget, which already behaves as expected to this regard. check-in: f1b573a0 user: fvogel tags: revised_text, tip-466 | |
20:04 | Fix Issue 1. and Issue 2. discussed in [5d0bc3cfec] (see my comment dated 2025-05-31 14:25:43). Also add caveat about the block cursor rendering. All patches provided by Christian Werner. check-in: 5d286a06 user: fvogel tags: trunk, main | |
19:59 | Fix Issue 1. and Issue 2. discussed in [5d0bc3cfec] (see my comment dated 2025-05-31 14:25:43). Also add caveat about the block cursor rendering. All patches provided by Christian Werner. check-in: a3d271ba user: fvogel tags: core-9-0-branch | |
19:50 | Fix Issue 1. and Issue 2. discussed in [5d0bc3cfec] (see my comment dated 2025-05-31 14:25:43). Also add caveat about the block cursor rendering. All patches provided by Christian Werner. Leaf check-in: 5c235c24 user: fvogel tags: core-8-6-branch | |
19:48 | Add caveat about the block cursor rendering (see [5d0bc3cfec]). Patch provided by Christian Werner. Closed-Leaf check-in: 1d39bb14 user: fvogel tags: bug-5d0bc3cfec | |
19:41 | When the text widget block cursor is in a tab, reduce its width the a whitespace width. This is part of in [5d0bc3cfec] (see Issue 2. in my comment dated 2025-05-31 14:25:43). Patch provided by Christian Werner. check-in: 9211ca27 user: fvogel tags: bug-5d0bc3cfec | |
19:21 | Fix error in TextBlinkProc() for the text widget block cursor, as reported in [5d0bc3cfec] (see Issue 1. in my comment dated 2025-05-31 14:25:43). Patch provided by Christian Werner. check-in: 76ef49f3 user: fvogel tags: bug-5d0bc3cfec | |