March 20, 2025 -- The wxWidgets team is pleased to announce a new
stable release of our open source framework for the development of native
cross-platform applications in C++.
wxWidgets 3.2.7 is part of the API and ABI-stable 3.2.x release series and is
now available from
https://www.wxwidgets.org/downloads/
and
https://github.com/wxWidgets/wxWidgets/releases/v3.2.7
This release contains more than a hundred bug fixes and improvements. Some of
the most important fixes are:
- Build fixes for gcc 14 (#24248, #24869) and clang 19 (#24922, #24959, #25064).
- Fix build with macOS 15 SDK (#24724, #24879).
- Many fixes to key event generation in wxGTK (#25053, #25199, #25200).
- Avoid repaint problems when using wxWindow::Update() with Wayland (#25036).
- Fix crashes when using wxWebRequest with libcurl (#24885, #24969).
New in this release:
- Add wxNO_UNUSED_VARIABLES to opt-in into getting helpful warnings (#24882).
- Add wxApp::SetErrorExitCode() to better handle initialization errors (#24770).
Other changes include:
- More high DPI fixes in wxMSW (#24650, #24651, #24815, #24850, #24821, #24941).
- Improve wxInfoBar appearance (#24838, #24902, #25048).
- Fix possible crash during session termination in wxMSW (#24903).
- Wayland fixes to copy-pasting (#24701) and drag-and-drop (#25116) in wxGTK.
- Fix truncating labels of newly added wxNotebook pages in wxOSX (#25194).
- Fix Z-order of auto-complete popup of wxStyledTextCtrl in wxOSX (#25202).
- Fix buffer read overflow when compiling RE ending with backslash (#25040).
- Make wxTempFile::Commit() and wxRenameFile() really atomic (#25088).
Please see the full change log for more details:
https://raw.githubusercontent.com/wxWidgets/wxWidgets/v3.2.7/docs/changes.txt
This release is API and ABI-compatible with the previous 3.2.x, meaning that
the existing applications don't even need to be rebuilt to profit from all the
fixes above if they use shared/dynamic libraries. And if they do need to be
recompiled, this can be done without any changes to the code.
We hope that you will enjoy using the new release!
Vadim Zeitlin, on behalf of wxWidgets development team.