* Thu May 29 2025 alarrosa@suse.com
- Do not build the Qt flavor in SLE16 where Qt5 will not be
available.
* Mon Apr 28 2025 jengelh@inai.de
- Update to release 3.2.8
* Fix crash in wxPropertyGrid with wxGTK3 after recent change.
* Fix key codes in WXK_NUMPADx events in wxGTK.
* Add wxVector(std::initializer_list<U> list) constructor.
* Add mouse scrolling support to generic wxSpinCtrl.
* Compute wxStaticText best size ourselves if GTK does it wrongly.
* Thu Mar 20 2025 jengelh@inai.de
- Update to release 3.2.7
* Fix crash in wxWebRequestCURL when connection was refused
* Fix buffer read overflow when compiling RE ending with
backslash
* Fix crash in wxWebRequest::Close() with recent libcurl
* Improve wxPropGrid checkboxes in high DPI
* Many fixes to key event generation (#25053, #25199, #25200)
* Fix copy-pasting text under more Wayland compositors (Weston,
kwin)
* Don't consume Ctrl-C when using SDL-based wxSound
* Avoid repaint problems when using wxWindow::Update() with
Wayland
* Fix crash when connection is refused in wxWebRequestCURL
(gh#wxWidgets/wxWidgets#24885, bsc#1239902)
- Delete doxygen111.patch (merged)
* Sun Mar 09 2025 jengelh@inai.de
- Build with --enable-secretstore [boo#1239137].
* Sat Mar 01 2025 jengelh@inai.de
- Build with --enable-glcanvasegl [boo#1235150]. This turns off GLX
and enables EGL instead. Sibling toolkits need to do this at the
same time for this to work, e.g. hugin needs both wx and GLEW to
be built for EGL.
- Bump SO version since the base for wxGLCanvas changed. [boo#1239101]
* Mon Oct 07 2024 jengelh@inai.de
- Use webkit2gtk-4.1 pkgconfig file instead of 4.0
* Tue Oct 01 2024 mmachova@suse.com
- Add upstream doxygen111.patch to fix the docs with new doxygen
* Mon Sep 09 2024 jengelh@inai.de
- Update to release 3.2.6
* Add wxTranslations::AddAvailableCatalog() overload with msgid
language
* Dark mode appearance fixes for wxActivityIndicator,
wxHyperlinkCtrl, etc.
* Improve wxWizard appearance in high DPI
* Fix wxPropertyGrid row height in high DPI
* Fix possible crash during drag-and-drop
* Fix wxListBox minimum size regression introduced in 3.2.5
* Fix wxBitmapComboBox bitmaps scaling in high DPI
* Allow positioning wxDialog at specified position, at least
under X11
* Fix incorrect handling of ligatures in wxStyledTextCtrl
* Fix using wrong keyboard layout in key events
* Tue Aug 20 2024 suse-beta@cboltz.de
- Add textfiletest-fix-file-exists.diff to fix a wrong skip
condition in the test (fixes the build on s390x)
* Thu May 16 2024 jengelh@inai.de
- Update to release 3.2.5
* Add support for "%F" format specifier to wxDateTime
* Support dates > 2038 if time_t is 64-bit
* Restore possible ABI incompatibility with wx < 3.2.3 in wxString
* Fix division-by-zero in wxRichTextCtrl
* Fix crash in wxImage::InitAlpha() if image is invalid
* Fix copying/pasting text under Wayland
* Fix crash with GTK3 if console program is using a GUI wxApp class
- Delete wxWidgets-3_2-Fix-test-suite-on-Linux-s390x-architectures.patch
(merged)