2023-10-07 09:31:08 -04:00
|
|
|
October 10, 2023 -- The wxWidgets team is pleased to announce a new
|
2023-02-08 18:14:01 -05:00
|
|
|
stable release of our open source framework for the development of native
|
2022-06-29 18:21:33 -04:00
|
|
|
cross-platform applications in C++.
|
2016-02-28 16:33:37 -05:00
|
|
|
|
2023-10-07 09:31:08 -04:00
|
|
|
wxWidgets 3.2.3 is part of the API and ABI-stable 3.2.x release series and is
|
2022-07-06 17:58:16 -04:00
|
|
|
now available from
|
2016-02-28 16:33:37 -05:00
|
|
|
|
2022-06-29 18:21:33 -04:00
|
|
|
https://www.wxwidgets.org/downloads/
|
2016-02-28 16:33:37 -05:00
|
|
|
|
2022-07-06 17:58:16 -04:00
|
|
|
and
|
|
|
|
|
2023-10-07 09:31:08 -04:00
|
|
|
https://github.com/wxWidgets/wxWidgets/releases/v3.2.3
|
2022-07-06 17:58:16 -04:00
|
|
|
|
2023-10-07 10:20:10 -04:00
|
|
|
This release contains many important bug fixes, including for some
|
|
|
|
regressions in the previous 3.2.x releases, as well as build system
|
|
|
|
improvements and a few optimizations.
|
2016-02-28 16:33:37 -05:00
|
|
|
|
2023-10-07 10:20:10 -04:00
|
|
|
Without listing all of them, areas with the most improvements were:
|
2016-02-28 16:33:37 -05:00
|
|
|
|
2023-10-07 10:20:10 -04:00
|
|
|
- Internationalization support: fix setting Chinese and some other
|
|
|
|
locales in wxOSX and setting Ukrainian locale in wxMSW and fix loading
|
|
|
|
wxWidgets translations with wxTranslations::AddStdCatalog().
|
2016-02-28 16:33:37 -05:00
|
|
|
|
2023-10-07 10:20:10 -04:00
|
|
|
- Wayland support in wxGTK and, in particular, OpenGL support under
|
|
|
|
Wayland: fix hiding wxGLCanvas and avoid catastrophically slowing
|
|
|
|
down the entire program when it is hidden; fix crash when using IME;
|
|
|
|
fixes to popup windows, menus and wxPreferencesEditor behaviour.
|
2016-02-28 16:33:37 -05:00
|
|
|
|
2023-10-07 10:20:10 -04:00
|
|
|
- Validators and input: don't allow pasting characters forbidden by
|
|
|
|
wxTextValidator; do allow entering temporary invalid value when using
|
|
|
|
numeric validators. Also fix entering dates in wxGenericDatePicker in
|
|
|
|
nb_NO and other locales using months names in short date format.
|
2023-02-08 18:14:01 -05:00
|
|
|
|
2023-10-07 10:20:10 -04:00
|
|
|
- Key event generation: more fixes for non-US keyboard layout in wxGTK
|
|
|
|
and also generate events for Command+Alt+Letter combination in wxOSX.
|
2023-02-08 18:14:01 -05:00
|
|
|
|
2023-10-07 09:31:08 -04:00
|
|
|
All in all, this release includes more than 200 fixes from almost 50
|
|
|
|
contributors, please see the full change log for more details:
|
2023-02-08 18:14:01 -05:00
|
|
|
|
2023-10-07 09:31:08 -04:00
|
|
|
https://raw.githubusercontent.com/wxWidgets/wxWidgets/v3.2.3/docs/changes.txt
|
2023-02-08 18:14:01 -05:00
|
|
|
|
|
|
|
This release is API and ABI-compatible with the previous 3.2.x, 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
|
2022-09-03 09:12:01 -04:00
|
|
|
recompiled, this can be done without any changes to the code.
|
2012-07-09 10:15:37 -04:00
|
|
|
|
2013-11-12 13:06:37 -05:00
|
|
|
We hope that you will enjoy using the new release!
|
2012-07-09 10:15:37 -04:00
|
|
|
|
|
|
|
Vadim Zeitlin, on behalf of wxWidgets development team.
|