From: https://github.com/wxWidgets/wxWidgets/blob/v3.3.0/docs/readme.txt
wxWidgets 3.3.0 Release Notes
Welcome to the latest release of wxWidgets, a free and open source
cross-platform C++ framework for writing advanced GUI applications using
native controls.
wxWidgets allows you to write native-looking GUI applications for all the major
desktop platforms and also helps with abstracting the differences in the non-GUI
aspects between them. It is free for the use in both open source and commercial
applications, comes with the full, easy to read and modify, source and extensive
documentation and a collection of more than a hundred examples. You can learn
more about wxWidgets at:
Documentation is available online at:
wxWidgets sources and binaries for the selected platforms are available for
download from:
or, for a more more permanent but less convenient to use link, from
Please see Installing wxWidgets | wxWidgets for full
installation instructions.
Changes since 3.2
With more than 5300 commits since the last release, there are too many changes
to list them all here, but here is just a summary of the most important ones:
- Support for dark mode in wxMSW under Windows 10 and later.
- New Chrome-based wxWebView backend and many other wxWebView improvements.
- Many improvements to wxAUI, including support for pinned and multiline tabs.
- Support for WebP format in wxImage.
- Support for high DPI cursors and animations.
- Latest versions of 3rd party libraries.
- Support for latest compilers (gcc 15, clang 19/Xcode 16) and C++ standards.
Please see the change log for the more complete list of various improvements:
https://raw.githubusercontent.com/wxWidgets/wxWidgets/v3.3.0/docs/changes.txt
Note that in spite of all these changes, wxWidgets 3.3 is almost fully
compatible with wxWidgets 3.2 and updating the existing applications to
use it shouldnât require much effort. However please make sure to read the
âINCOMPATIBLE CHANGESâ section of the change log above when upgrading to be
aware of the breaking changes in it.
Supported Platforms
This version of wxWidgets supports the following primary platforms:
- Windows 7, 8, 10 and 11 (32/64 bits).
- Most Unix variants using the GTK+ toolkit (version 2.6 or newer)
- macOS (10.10 or newer) using Cocoa (x86-64 or ARM).
There is some support for the following platforms:
- Most Unix variants with X11
- Most Unix variants with GTK+ 1.2
- Most Unix variants with Qt 5 or newer (experimental)
All C++ compilers in common use are supported.
Support for dark mode in wxMSW under Windows 10 and later Many were waiting for this !