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: 33bc0a07 user: kevin_walzer tags: wayland_test | |
| 02:16 | Minor progress, but still not capturing VisibilityNotify events in event.test check-in: d2d6bd74 user: kevin_walzer tags: wayland_test | |
|
2026-09-15
| ||
| 20:20 | Merge trunk leaf check-in: 8b6e012e user: jan.nijtmans tags: revised_text, tip-466 | |
| 20:01 | Merge-mark leaf check-in: 30f66a74 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: 2e45d810 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: 8a6ca09b 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: 995f3494 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: d2d7453a 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: c95ac18f user: jan.nijtmans tags: core-8-6-branch | |
| 19:26 | Additional progress on events check-in: 55141d32 user: kevin_walzer tags: wayland_test | |
| 18:29 | Additional progress on correcting event test errors check-in: 3aafd24d 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 check-in: 9f126deb user: csaba tags: bug-aba849a99b | |
| 16:34 | Progress on event testing check-in: 8525c4e4 user: kevin_walzer tags: wayland_test | |
| 15:50 | Comment cleanup check-in: 773fb093 user: kevin_walzer tags: wayland_test | |
| 15:44 | Correct crash in photo image loading found under ASAN check-in: 3230afe9 user: kevin_walzer tags: wayland_test | |
| 15:12 | Fix [ed6c3a787d]: Modal window is not restored after "show desktop" check-in: b86736bb user: jan.nijtmans tags: trunk, main | |
| 15:10 | Fix [ed6c3a787d]: Modal window is not restored after "show desktop" check-in: 10583c42 user: jan.nijtmans tags: core-9-0-branch | |
| 15:08 | Fix [ed6c3a787d]: Modal window is not restored after "show desktop" check-in: bfaaec21 user: jan.nijtmans tags: core-8-6-branch | |
| 13:46 | Default -anchor should behave like 'left' check-in: dca472ea user: jan.nijtmans tags: bug-aba849a99b, core-bug-aba849a99b | |
| 13:44 | Additional refinement check-in: ad6e814f user: kevin_walzer tags: wayland_test | |
| 13:40 | Undo changes in ttkTreeview; not part of this bug report check-in: 690f3edb user: jan.nijtmans tags: bug-aba849a99b | |
| 13:26 | Comment cleanup check-in: c010dba3 user: kevin_walzer tags: wayland_test | |
| 13:12 | Merge wayland-a11y to capture latest updates check-in: 4612ed8f 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: 3237786e user: jan.nijtmans tags: bug-aba849a99b | |
| 12:51 | Correct some errors in event processing check-in: fbd1f768 user: kevin_walzer tags: wayland_test | |
| 02:37 | Fix regression in text input check-in: cdcc73f9 user: kevin_walzer tags: wayland_test | |
| 01:42 | Update clipboard implementation to correct clipboard.test failures check-in: a08b7751 user: kevin_walzer tags: wayland_test | |
| 00:38 | Treeview demo fix check-in: f0042fee user: Brian tags: trunk, main | |
|
2026-09-14
| ||
| 17:33 | Fixes to prevent hangs in event.test check-in: 31aa370b 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 check-in: 73e29b0c 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 check-in: 2838273d 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: b4689350 user: serhiy.storchaka tags: ttk-style-defaults | |
| 01:37 | button.test, dialog.test hang check-in: 2a9c7ddf 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: ce18ef4a user: kevin_walzer tags: wayland_test | |
| 00:22 | Address segfault in test suite check-in: 1d5d9e0f user: kevin_walzer tags: wayland_test | |
|
2026-09-12
| ||
| 15:50 | Minor improvements related to the Wide.TSpinbox style. leaf check-in: a408a229 user: csaba tags: vista_theme_improvements | |
| 14:50 | Begin updating for Wayland testing check-in: b606776c user: kevin_walzer tags: wayland_test | |
| 14:40 | Begin work on wayland test suite check-in: cc999b74 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: c3e9fcfd user: csaba tags: vista_theme_improvements | |
| 11:50 | merge trunk leaf check-in: 6bfd6b03 user: dgp tags: rc1, core-9-1-b1-rc | |
| 11:28 | Minor comment tweak leaf check-in: 8241bc76 user: kevin_walzer tags: wayland-a11y | |
| 07:45 | Rasterize svg images at the density of the display. leaf check-in: c7ed8721 user: nab tags: nab-svg-density | |
| 07:43 | Superseded by branch nab-svg-density. closed check-in: e391d306 user: nab tags: nab-photo-density | |
| 03:38 | Fix to docs for treeview heading sort states check-in: 8e8070a0 user: bohagan tags: trunk, main | |
| 00:50 | Add wayland to tk print platform check-in: 4b309d31 user: kevin_walzer tags: wayland-a11y | |
|
2026-09-10
| ||
| 02:20 | Update debugging in tkWaylandSystray.c check-in: 7a38aa31 user: kevin_walzer tags: wayland-a11y | |
| 01:20 | Tweak function name, clean up comments check-in: 976f3a31 user: kevin_walzer tags: wayland-a11y | |
| 00:51 | Consolidate changes from wayland_stress_test into wayland-a11y check-in: 383f25f1 user: kevin_walzer tags: wayland-a11y | |
| 00:39 | Improved menu event handling with keyboard navigation closed check-in: 20274ca3 user: kevin_walzer tags: wayland_stress_test | |
|
2026-09-09
| ||
| 23:29 | Improvements in speech management, speech tracking in menus check-in: 921c5902 user: kevin_walzer tags: wayland_stress_test | |
