wxWidgets 3.2.6 Released
Posted on
This is the latest maintenance release in the stable 3.2 series and is now available on GitHub, from where you can download archives with the library sources and documentation as well as binaries for the selected Windows compilers such as Microsoft Visual C++, MinGW-w64 and TDM-GCC. You can also read the updated documentation for this version online and, in particular, if you’re new to wxWidgets, you may find the installation guide a good starting point.
Changes since 3.2.5
This release contains relatively few changes compared to the previous one, but they include important bug fixes, such as:
- Fix resource leak in
wxBitmapBundle
in some circumstances (#24703). - Fix crash when using static wx libraries in a Windows DLL (#24730).
- Fix possible crash during drag-and-drop in wxGTK (#24677).
- Fix
wxDatePickerCtrl
being unusable in some locales in wxGTK (#24533). - Fix regression in focus handling under macOS 14+ (#24605, #24667).
- Fix regression in wxTranslations introduced in 3.2.3 (#24297).
Other changes include:
- High DPI fixes for
wxBitmapComboBox
(#24563),wxDataViewCtrl
(#24648),wxNotebook
([#24606]),wxPropertyGrid
(#24607),wxWizard
(#24743). - Improve
wxSlider
appearance under macOS (#24532, #24539). - Correctly use current keyboard layout in key events in wxGTK (#24772).
- Fix handling of ligatures in
wxStyledTextCtrl
in wxGTK (#13168).
Please see the full change log for more details.
This release is API and ABI-compatible with the previous 3.2.x releases, so 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.
Feedback
Please let us know about your experience with this release via any of the following channels:
or by commenting under this post.
Thanks to all contributors to this release and we hope that you will enjoy working with it!