Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 most recent check-ins
2025-05-06
| ||
01:57 | Move key functions to main command Leaf check-in: 8457d85b user: kevin_walzer tags: tka11y | |
01:52 | Additional code to manage MSAA/Tk integration - needs refinement and testing check-in: b839af2f user: kevin_walzer tags: tka11y | |
01:28 | Work on canvas text items. Use the right font attributes. Correct placing wrt anchor and rotation options; single line text items are now printed correctly. Leaf check-in: 2c19b3a4 user: emiliano tags: tk-print-fixes | |
2025-05-05
| ||
16:14 | Refactor PrintSelectPrinter() a bit more. Hopefully it doesn't leak memory anymore. Change default font for printing text to "Courier New" on Windows, in line with what other platforms use (monospaced font). First attempt at font rotation check-in: 00e13e3d user: emiliano tags: tk-print-fixes | |
01:30 | Remove debugging statements check-in: 749168f3 user: kevin_walzer tags: tka11y | |
01:25 | Additional tweaks check-in: 18d46872 user: kevin_walzer tags: tka11y | |
2025-05-04
| ||
19:37 | Work toward passing MSAA events to Tk events for command processing check-in: e9631d78 user: kevin_walzer tags: tka11y | |
15:31 | Fix [c04e2aafd2]: Useless element in result for test winDialog-10.3 Leaf check-in: 3202b552 user: fvogel tags: trunk, main | |
15:30 | Fix [c04e2aafd2]: Useless element in result for test winDialog-10.3 Leaf check-in: c8a2e742 user: fvogel tags: core-9-0-branch | |
2025-05-03
| ||
21:21 | Finally widgets obtain focus without crashing - now to begin refining actual widget interactions with accessibility on Windows check-in: becaf744 user: kevin_walzer tags: tka11y | |
04:51 | Remove release statement check-in: 2eb03eca user: kevin_walzer tags: tka11y | |
04:42 | Additional revisions check-in: fb8ebd48 user: kevin_walzer tags: tka11y | |
04:32 | Additional refinements to reduce crashes check-in: 6407d102 user: kevin_walzer tags: tka11y | |
03:35 | Updated handling of WM_GETOBJECT check-in: f08d43b6 user: kevin_walzer tags: tka11y | |
2025-05-02
| ||
11:55 | Merge trunk check-in: 5393901d user: kevin_walzer tags: tka11y | |
11:51 | Additional cleanup check-in: b94dd50e user: kevin_walzer tags: tka11y | |
06:51 | [5d0bc3cf] Second half of Androwish commit http://androwish.org/home/info/ae43177ce04ec244 Leaf check-in: 82feefa9 user: oehhar tags: 5d0bc3cf-text-blockcursor | |
06:44 | [5d0bc3cf] add androwish commit http://androwish.org/home/info/85ea46a8c74b8f6f check-in: c3c9b7cd user: oehhar tags: 5d0bc3cf-text-blockcursor | |
03:40 | Remove unused functions check-in: 80b85a1e user: kevin_walzer tags: tka11y | |
2025-05-01
| ||
23:34 | Refactor PrintSelectPrinter() function. Move some global state to the function. Handle error and cancel conditions first. No functional changes, but (hopefully) this will ease future mainteinance check-in: 60470b5f user: emiliano tags: tk-print-fixes | |
23:06 | Avoid potential memory leaks check-in: de03cd97 user: emiliano tags: tk-print-fixes | |
22:58 | Implement missing "raw" smooth method for both lines and polygon canvas items check-in: b09c19db user: emiliano tags: tk-print-fixes | |
22:31 | Remove unused proc check-in: ac4d23e4 user: emiliano tags: tk-print-fixes | |
22:27 | Add missing variables check-in: 9df468f8 user: emiliano tags: tk-print-fixes | |
22:19 | Fix two problems printing text on windows: [_gdi characters] creates an array variable in the global scope, so move it to the ::tk::print namespace; also, provide a default width for those characters not in the array. No more 'can't read "charwidths(‾)": no such element in array' errors. check-in: 8514a4fc user: emiliano tags: tk-print-fixes | |
06:57 | Merge trunk Leaf check-in: 1e599672 user: jan.nijtmans tags: revised_text, tip-466 | |
2025-04-30
| ||
12:07 | Rebase to trunk Leaf check-in: c88d91ab user: jan.nijtmans tags: tip-698, core-tip-698 | |
12:05 | Merge-mark check-in: 7af6ab73 user: jan.nijtmans tags: trunk, main | |
12:01 | Accept [718cbc3016]: Collect utility procs for the Tk test suite check-in: 0318c8ea user: jan.nijtmans tags: core-9-0-branch | |
2025-04-29
| ||
21:55 | Fix [9b23b6ca23]: [tk print] canvas with smooth lines crashes on windows. Fix [7716cb2f67]: [tk print] fails for canvas items with non integer widths. Patches by Emiliano Gavilan. check-in: 242958d6 user: jan.nijtmans tags: core-9-0-branch | |
20:54 | Fix [9b23b6ca23]: [tk print] canvas with smooth lines crashes on windows. Patch by Emiliano Gavilan. check-in: 442b8957 user: fvogel tags: trunk, main | |
20:52 | Fix [7716cb2f67]: [tk print] fails for canvas items with non integer widths. Patch by Emiliano Gavilan. check-in: 95e5a7cf user: fvogel tags: trunk, main | |
13:56 | UNEXEC tests/option.file3 UNEXEC tests/winDialog.test check-in: ae8d1bd7 user: jan.nijtmans tags: trunk, main | |
13:54 | Merge-mark check-in: 753d0fb6 user: jan.nijtmans tags: trunk, main | |
13:52 | UNEXEC winDialog.test check-in: 0b15d7df user: jan.nijtmans tags: core-9-0-branch | |
2025-04-28
| ||
21:28 | Accept [718cbc3016]: Collect utility procs for the Tk test suite check-in: 0723cd32 user: erikleunissen tags: trunk, main | |
21:22 | Remove this project from Github CI scheduling files Closed-Leaf check-in: ac75d18e user: erikleunissen tags: tk_collect_test_utils, FINAL_REVIEW | |
05:54 | Fix [9b23b6ca23]: [tk print] canvas with smooth lines crashes on windows. Patch by Emiliano Gavilan. Closed-Leaf check-in: d006bbc4 user: fvogel tags: bug-9b23b6ca23 | |
05:49 | Fix [7716cb2f67]: [tk print] fails for canvas items with non integer widths. Patch by Emiliano Gavilan. Closed-Leaf check-in: e03df40d user: fvogel tags: bug-7716cb2f67 | |
02:33 | Additional tweak check-in: 38cc8450 user: kevin_walzer tags: tka11y | |
02:32 | Tweak indentation errors check-in: bdf5824a user: kevin_walzer tags: tka11y | |
02:26 | Additional refinements with crashes check-in: 959a027b user: kevin_walzer tags: tka11y | |
2025-04-27
| ||
21:38 | Additional crash cleanup check-in: 911675e6 user: kevin_walzer tags: tka11y | |
20:51 | Remove additional crash points and simplify accessibility hierarchy check-in: 8e2aeaad user: kevin_walzer tags: tka11y | |
20:07 | ubuntu-20.04 is removed from Github ACTIONS Leaf check-in: 747c94e9 user: jan.nijtmans tags: core-8-6-branch | |
19:35 | Fix [bb5c3d0ecc]: tk print command fails on windows. With complementary patches by Emiliano Gavilan. check-in: 7d3a081b user: jan.nijtmans tags: core-9-0-branch | |
2025-04-26
| ||
16:34 | Fix typo in comment check-in: f4d1042a user: emiliano tags: trunk, main | |
13:04 | Fix [111f66c781]: Cannot minimize all windows on Aqua. check-in: d4ced03c user: culler tags: core-8-6-branch | |
12:53 | Fix [111f66c781]: Cannot minimize all windows on Aqua. check-in: b6f80eb3 user: culler tags: core-9-0-branch | |
12:48 | Fix [111f66c781]: Cannot minimize all windows on Aqua. check-in: 34e2d7e7 user: culler tags: trunk, main | |