Branch: refs/heads/master
Home:
https://github.com/wxWidgets/wxWidgets
Commit: 952fd47728d6e657c5f01a64eac3311b57887928
https://github.com/wxWidgets/wxWidgets/commit/952fd47728d6e657c5f01a64eac3311b57887928
Author: Steve Cornett <
21205494...@users.noreply.github.com>
Date: 2026-06-18 (Thu, 18 Jun 2026)
Changed paths:
M src/msw/choice.cpp
M src/msw/window.cpp
Log Message:
-----------
Only use DarkMode_DarkTheme if available
Commit: 441157ae0429b4d9b679b7cc4aad3dfbbf3db63f
https://github.com/wxWidgets/wxWidgets/commit/441157ae0429b4d9b679b7cc4aad3dfbbf3db63f
Author: Steve Cornett <
21205494...@users.noreply.github.com>
Date: 2026-06-19 (Fri, 19 Jun 2026)
Changed paths:
M src/msw/listbox.cpp
Log Message:
-----------
Use DarkMode_DarkTheme for wxListBox
use DarkMode_DarkTheme for wxListBox, if available. This improves the appearance of the simple border style
Commit: e23ddf4b65df5667ffab1a380e462fa08a6b38d1
https://github.com/wxWidgets/wxWidgets/commit/e23ddf4b65df5667ffab1a380e462fa08a6b38d1
Author: Steve Cornett <
21205494...@users.noreply.github.com>
Date: 2026-06-20 (Sat, 20 Jun 2026)
Changed paths:
M include/wx/msw/mdi.h
M src/msw/mdi.cpp
Log Message:
-----------
Implement wxMDIChildFrame::GetDefaultAttributes() in wxMSW
Ensure that the correct background colour is returned for MDI children.
See #26603.
Commit: 7f582c5730f60b26b567e9809ae101c4bdabc997
https://github.com/wxWidgets/wxWidgets/commit/7f582c5730f60b26b567e9809ae101c4bdabc997
Author: Steve Cornett <
21205494...@users.noreply.github.com>
Date: 2026-06-20 (Sat, 20 Jun 2026)
Changed paths:
M src/msw/app.cpp
M src/msw/window.cpp
Log Message:
-----------
Update background brush in MSWSetDarkOrLightMode()
Remap the colour used for the background brush to the new mode.
Closes #26603.
Commit: 6254fc30f2e2ed75281efe32432e8bf473fd656f
https://github.com/wxWidgets/wxWidgets/commit/6254fc30f2e2ed75281efe32432e8bf473fd656f
Author: Steve Cornett <
21205494...@users.noreply.github.com>
Date: 2026-06-20 (Sat, 20 Jun 2026)
Changed paths:
M src/msw/window.cpp
Log Message:
-----------
Fix dark mode switching for wxStatusBar
When switching to light mode, always use the theme name L"Explorer"
rather than using MSWGetDarkModeSupport().
The theme name and id needed for dark mode does not always work for
light mode. For example, for wxStatusBar combination name=nullptr
id=L"ExplorerStatusBar" results in an un-themed status bar with strange
internal borders and missing gripper.
Closes #26608.
Commit: 4dd107ae7d7718b24368c7c9b25aa7a286b622ac
https://github.com/wxWidgets/wxWidgets/commit/4dd107ae7d7718b24368c7c9b25aa7a286b622ac
Author: Vadim Zeitlin <
va...@wxwidgets.org>
Date: 2026-06-20 (Sat, 20 Jun 2026)
Changed paths:
M src/msw/choice.cpp
M src/msw/listbox.cpp
M src/msw/window.cpp
Log Message:
-----------
Merge branch 'windows10-darkmode_darktheme2' of github.com:stevecor/wxWidgets
Only use DarkMode_DarkTheme if available by testing for the earliest
Windows version in which it appeared.
See #26613.
Compare:
https://github.com/wxWidgets/wxWidgets/compare/96939340cc4f...4dd107ae7d77
To unsubscribe from these emails, change your notification settings at
https://github.com/wxWidgets/wxWidgets/settings/notifications