Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 most recent check-ins
|
2026-09-16
| ||
| 02:17 | Remove unused functions Leaf check-in: 33bc0a071b user: kevin_walzer tags: wayland_test | |
| 02:16 | Minor progress, but still not capturing VisibilityNotify events in event.test check-in: d2d6bd7499 user: kevin_walzer tags: wayland_test | |
|
2026-09-15
| ||
| 20:20 | Merge trunk Leaf check-in: 8b6e012e5d user: jan.nijtmans tags: revised_text, tip-466 | |
| 20:01 | Merge-mark Leaf check-in: 30f66a74e1 user: jan.nijtmans tags: trunk, main | |
| 19:59 | Fix [aba849a99b]: ttk::style configure has no effect on options with a non-empty widget default (-justify, -anchor, ...) Leaf check-in: 2e45d81097 user: jan.nijtmans tags: core-9-0-branch | |
| 19:57 | Fix [aba849a99b]: ttk::style configure has no effect on options with a non-empty widget default (-justify, -anchor, ...) check-in: 8a6ca09bb7 user: jan.nijtmans tags: trunk, main | |
| 19:54 | Fix [56eec524d7]: tk_getOpenFile -multiple (tkfbox): confirmed files are appended to the -initialfile selection instead of replacing it check-in: 995f34940f user: jan.nijtmans tags: trunk, main | |
| 19:54 | Fix [56eec524d7]: tk_getOpenFile -multiple (tkfbox): confirmed files are appended to the -initialfile selection instead of replacing it check-in: d2d7453a43 user: jan.nijtmans tags: core-9-0-branch | |
| 19:49 | Fix [56eec524d7]: tk_getOpenFile -multiple (tkfbox): confirmed files are appended to the -initialfile selection instead of replacing it Leaf check-in: c95ac18ffe user: jan.nijtmans tags: core-8-6-branch | |
| 19:26 | Additional progress on events check-in: 55141d327d user: kevin_walzer tags: wayland_test | |
| 18:29 | Additional progress on correcting event test errors check-in: 3aafd24da2 user: kevin_walzer tags: wayland_test | |
| 17:46 | Use the default values "000000" and "ffffff" for fgColorStr, because the SVG engine of Tk doesn't support color names. Closed-Leaf check-in: 9f126deb40 user: csaba tags: bug-aba849a99b | |
| 16:34 | Progress on event testing check-in: 8525c4e4cf user: kevin_walzer tags: wayland_test | |
| 15:50 | Comment cleanup check-in: 773fb0936b user: kevin_walzer tags: wayland_test | |
| 15:44 | Correct crash in photo image loading found under ASAN check-in: 3230afe97b user: kevin_walzer tags: wayland_test | |
| 15:12 | Fix [ed6c3a787d]: Modal window is not restored after "show desktop" check-in: b86736bbf7 user: jan.nijtmans tags: trunk, main | |
| 15:10 | Fix [ed6c3a787d]: Modal window is not restored after "show desktop" check-in: 10583c4204 user: jan.nijtmans tags: core-9-0-branch | |
| 15:08 | Fix [ed6c3a787d]: Modal window is not restored after "show desktop" check-in: bfaaec2116 user: jan.nijtmans tags: core-8-6-branch | |
| 13:46 | Default -anchor should behave like 'left' check-in: dca472eae8 user: jan.nijtmans tags: bug-aba849a99b, core-bug-aba849a99b | |
| 13:44 | Additional refinement check-in: ad6e814fb9 user: kevin_walzer tags: wayland_test | |
| 13:40 | Undo changes in ttkTreeview; not part of this bug report check-in: 690f3edbe8 user: jan.nijtmans tags: bug-aba849a99b | |
| 13:26 | Comment cleanup check-in: c010dba343 user: kevin_walzer tags: wayland_test | |
| 13:12 | Merge wayland-a11y to capture latest updates check-in: 4612ed8f5a user: kevin_walzer tags: wayland_test | |
| 13:10 | Fix [aba849a99b]: ttk::style configure has no effect on options with a non-empty widget default (-justify, -anchor, ...) check-in: 3237786eb5 user: jan.nijtmans tags: bug-aba849a99b | |
| 12:51 | Correct some errors in event processing check-in: fbd1f76868 user: kevin_walzer tags: wayland_test | |
| 02:37 | Fix regression in text input check-in: cdcc73f95f user: kevin_walzer tags: wayland_test | |
| 01:42 | Update clipboard implementation to correct clipboard.test failures check-in: a08b77511e user: kevin_walzer tags: wayland_test | |
| 00:38 | Treeview demo fix check-in: f0042fee3f user: Brian tags: trunk, main | |
|
2026-09-14
| ||
| 17:33 | Fixes to prevent hangs in event.test check-in: 31aa370b0f user: kevin_walzer tags: wayland_test | |
| 09:15 | Fix [ed6c3a787d]: Modal window is not restored after "show desktop" (win+d) is pressed (rebase on main branch) "Show desktop" minimizes windows without WM_SYSCOMMAND, and SC_RESTORE was ignored for windows outside the grab tree, so the main window could not be restored from the taskbar, and neither could the modal dialog owned by it. Closed-Leaf check-in: 73e29b0cac user: oehhar tags: ed6c3a78-win-grab-restore-main | |
|
2026-09-13
| ||
| 20:14 | Fix [ed6c3a787d]: Modal window is not restored after "show desktop" (win+d) is pressed "Show desktop" minimizes windows without WM_SYSCOMMAND, and SC_RESTORE was ignored for windows outside the grab tree, so the main window could not be restored from the taskbar, and neither could the modal dialog owned by it. Closed-Leaf check-in: 2838273de6 user: serhiy.storchaka tags: win-grab-restore | |
| 18:43 | Fix [aba849a99b]: ttk::style configure has no effect on options with a non-empty widget default An element takes an option from the widget if the widget option is not NULL, and only otherwise from the style. Use NULL defaults for -justify of ttk::button, ttk::checkbutton, ttk::radiobutton, ttk::menubutton and ttk::label, -anchor of ttk::label, and -anchor, -font, -foreground, -justify and -wraplength of ttk::progressbar, so that the style value is used when the widget option is not set, as was done for -compound in [b82bd4872b]. CPython: https://github.com/python/cpython/issues/157337 Leaf check-in: b468935091 user: serhiy.storchaka tags: ttk-style-defaults | |
| 01:37 | button.test, dialog.test hang check-in: 2a9c7ddf56 user: kevin_walzer tags: wayland_test | |
| 01:02 | Begin to work through tests - right now we are working on preventing hangs and crashes, will review failures on next round check-in: ce18ef4a62 user: kevin_walzer tags: wayland_test | |
| 00:22 | Address segfault in test suite check-in: 1d5d9e0fe0 user: kevin_walzer tags: wayland_test | |
|
2026-09-12
| ||
| 15:50 | Minor improvements related to the Wide.TSpinbox style. Leaf check-in: a408a22963 user: csaba tags: vista_theme_improvements | |
| 14:50 | Begin updating for Wayland testing check-in: b606776c35 user: kevin_walzer tags: wayland_test | |
| 14:40 | Begin work on wayland test suite check-in: cc999b743d user: kevin_walzer tags: wayland_test | |
|
2026-09-11
| ||
| 18:33 | Made the Wide.TSpinbox style of the vista and winnative themes look like a native NumberBox with SpinButtonPlacementMode set to Inline; improvements related to the elements Entry.field, Spinbox.field, *.Progressbar.trough, and *.Scale.slider. check-in: c3e9fcfdbf user: csaba tags: vista_theme_improvements | |
| 11:50 | merge trunk Leaf check-in: 6bfd6b03a8 user: dgp tags: rc1, core-9-1-b1-rc | |
| 11:28 | Minor comment tweak Leaf check-in: 8241bc76ec user: kevin_walzer tags: wayland-a11y | |
| 07:45 | Rasterize svg images at the density of the display. Leaf check-in: c7ed87210d user: nab tags: nab-svg-density | |
| 07:43 | Superseded by branch nab-svg-density. Closed-Leaf check-in: e391d3066b user: nab tags: nab-photo-density | |
| 03:38 | Fix to docs for treeview heading sort states check-in: 8e8070a0e2 user: bohagan tags: trunk, main | |
| 00:50 | Add wayland to tk print platform check-in: 4b309d31dc user: kevin_walzer tags: wayland-a11y | |
|
2026-09-10
| ||
| 02:20 | Update debugging in tkWaylandSystray.c check-in: 7a38aa3161 user: kevin_walzer tags: wayland-a11y | |
| 01:20 | Tweak function name, clean up comments check-in: 976f3a311f user: kevin_walzer tags: wayland-a11y | |
| 00:51 | Consolidate changes from wayland_stress_test into wayland-a11y check-in: 383f25f155 user: kevin_walzer tags: wayland-a11y | |
| 00:39 | Improved menu event handling with keyboard navigation Closed-Leaf check-in: 20274ca369 user: kevin_walzer tags: wayland_stress_test | |
|
2026-09-09
| ||
| 23:29 | Improvements in speech management, speech tracking in menus check-in: 921c590205 user: kevin_walzer tags: wayland_stress_test | |