Branch: refs/heads/3.2
Home:
https://github.com/wxWidgets/wxWidgets
Commit: 4ec643da68e84652f4cb65505fafe487cabbdd14
https://github.com/wxWidgets/wxWidgets/commit/4ec643da68e84652f4cb65505fafe487cabbdd14
Author: Vadim Zeitlin <
va...@wxwidgets.org>
Date: 2025-12-07 (Sun, 07 Dec 2025)
Changed paths:
M build/cmake/lib/html/CMakeLists.txt
Log Message:
-----------
Fix recently broken wxHTML build with libmspack
Revert part of 2db5b45971 (Backport CMake changes, 2025-11-29) which
broke the build in this case.
Closes #26019.
Commit: 22174939d55e00660776d9e8350dd545a6b70320
https://github.com/wxWidgets/wxWidgets/commit/22174939d55e00660776d9e8350dd545a6b70320
Author: Vadim Zeitlin <
va...@wxwidgets.org>
Date: 2025-12-07 (Sun, 07 Dec 2025)
Changed paths:
M src/unix/glegl.cpp
Log Message:
-----------
Fix recent breakage to EGL-based wxGLCanvas
EGL support got completely broken in a06400f9ae (Support EGL 1.4 instead
of previously required 1.5, 2025-11-23) which didn't backport the
changes from master correctly as the type of m_config has been changed
from "EGLConfig*" to just "EGLConfig" there, but the corresponding
dereference wasn't added when backporting (and the resulting code still
compiled because EGL is so wonderfully type unsafe).
Fix this by passing correct config argument to the surface creation
functions.
Closes #26020.
Commit: d81b22eb8f8e7571164010e3754794f685e00dde
https://github.com/wxWidgets/wxWidgets/commit/d81b22eb8f8e7571164010e3754794f685e00dde
Author: Vadim Zeitlin <
va...@wxwidgets.org>
Date: 2025-12-07 (Sun, 07 Dec 2025)
Changed paths:
M include/wx/version.h
Log Message:
-----------
Update full version to 3.2.9.1
The final 3.2.9 release will have to use different version number from
the first attempt due to the critical bug fix in the parent commit (and
some other fixes that will be part of it too).
Commit: d99383b60dbb798199497d3f91f7086418aa16b2
https://github.com/wxWidgets/wxWidgets/commit/d99383b60dbb798199497d3f91f7086418aa16b2
Author: Vadim Zeitlin <
va...@wxwidgets.org>
Date: 2025-12-07 (Sun, 07 Dec 2025)
Changed paths:
M configure
M
configure.in
Log Message:
-----------
Relax configure check for EGL version to accept 1.4
This should have been part of a06400f9ae (Support EGL 1.4 instead of
previously required 1.5, 2025-11-23).
See #22325, #25986.
(cherry picked from commit 3357d3f3255b8da17d18bbe31235b5ea1dfa9a48)
Commit: b7478d978200b2c06fadcddef3dc7fb555d13a4c
https://github.com/wxWidgets/wxWidgets/commit/b7478d978200b2c06fadcddef3dc7fb555d13a4c
Author: Vadim Zeitlin <
va...@wxwidgets.org>
Date: 2025-12-07 (Sun, 07 Dec 2025)
Changed paths:
M src/generic/headerctrlg.cpp
Log Message:
-----------
Don't refresh empty rectangle in generic wxHeaderCtrl
This is useless and just provides pixman warnings with wxGTK.
(cherry picked from commit 9c1117eb81a66870eb73918724b2fab9eff7b678)
Commit: 640bc610ec527418d539c73dea580c13870df31e
https://github.com/wxWidgets/wxWidgets/commit/640bc610ec527418d539c73dea580c13870df31e
Author: Vadim Zeitlin <
va...@wxwidgets.org>
Date: 2025-12-07 (Sun, 07 Dec 2025)
Changed paths:
M src/generic/headerctrlg.cpp
Log Message:
-----------
Get rid of unused variable in wxHeaderCtrl::OnPaint()
There is no need to have "count" when it's exactly the same as
"m_numColumns".
(cherry picked from commit 7e7604eb198e7f0716ff8d1c83b119743e8354aa)
Commit: ff59392b37ed16b19aae320d5c00d13edd54dc16
https://github.com/wxWidgets/wxWidgets/commit/ff59392b37ed16b19aae320d5c00d13edd54dc16
Author: Vadim Zeitlin <
va...@wxwidgets.org>
Date: 2025-12-07 (Sun, 07 Dec 2025)
Changed paths:
M docs/changes.txt
M src/generic/headerctrlg.cpp
Log Message:
-----------
Optimize generic wxHeaderCtrl drawing and work around wxOSX bug
Don't draw all the columns, there is no need to do it for those scrolled
out of view.
As a side effect, don't rely on wxDC::SetDeviceOrigin() for the
coordinates translation but do it ourselves in the drawing code: this is
pretty trivial in this case and avoids a bug in wxOSX which doesn't seem
to honour device origin in its wxRendererNative implementation, somehow.
See #26014, #26016.
(cherry picked from commit 411430b835274bd234947adae467f2126210d6dd)
Compare:
https://github.com/wxWidgets/wxWidgets/compare/4cc7ba11fd65...ff59392b37ed
To unsubscribe from these emails, change your notification settings at
https://github.com/wxWidgets/wxWidgets/settings/notifications