Changelog for
wxWidgets-3_2-doc-xml-3.2.6-3.1.el9.noarch.rpm :
* Mon Oct 07 2024 Jan Engelhardt
- Use webkit2gtk-4.1 pkgconfig file instead of 4.0
* Tue Oct 01 2024 Markéta Machová - Add upstream doxygen111.patch to fix the docs with new doxygen
* Mon Sep 09 2024 Jan Engelhardt - 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 Christian Boltz - Add textfiletest-fix-file-exists.diff to fix a wrong skip condition in the test (fixes the build on s390x)
* Thu May 16 2024 Jan Engelhardt - 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)
* Sun Jan 21 2024 Cliff Zhao - Add wxWidgets-3_2-Fix-test-suite-on-Linux-s390x-architectures.patch: Backporting e2cc16ef from upstream, Fix test suite on Linux/s390x and maybe other architectures.- Drop wxWidgets-3_2-fix-building-fault-S390.patch: Patch has been merged by upstream,and they did this modification during accept. (bsc#1217026)
* Thu Dec 28 2023 Cliff Zhao - Add wxWidgets-3_2-fix-building-fault-S390.patch: Fix wxWidgets-3_2 building check fault on S390 platform: /sys/power/state doesn\'t exist in SLE S390 platform and certain types of containers, so check the file exist before run the test case. (bsc#1217026)
* Tue Dec 26 2023 Jan Engelhardt - Add autoconf-2_72.diff
* Sat Nov 11 2023 Jan Engelhardt - Update to release 3.2.4
* Allow creating wxArrays from std::initializer_list
* Fix regression in wxTranslations::AddCatalog() return value
* Fix possible crash when dragging pages in wxAuiNotebook
* Don\'t crash in console apps linked with GUI libraries
* Fix possible crash and too high CPU use when using EGL
* Fix losing clipboard contents when clearing a different selection
* Fri Nov 03 2023 Jan Engelhardt - Update to release 3.2.3
* Add move ctor and assignment operator to wxString
* Enable large file support in Unix CMake builds
* Make wxSocket::Peek() work with UDP too
* Fix infinite loop in wxFTP::GetFilesList()
* Add wxUILocale::GetMonthName() and GetWeekDayName()
* Add EVT_FULLSCREEN event macro
* Fix crash when deleting selected item in wxGenericListCtrl
* Wed May 24 2023 Jan Engelhardt - Use more pkgconfig(..) in BuildRequires- Remove pre-SLE15 building blocks
* Thu Apr 27 2023 Antoine Belvire - Enable wxWebRequest.
* Tue Apr 18 2023 Antoine Belvire - Update to version 3.2.2.1:
* Corrects a regression in 3.2.2 which resulted in not drawing any icons for the non-root item of wxGenericTreeCtrl in this release (gh#wxWidgets/wxWidgets#23255).- Changes of version 3.2.2:
* Fix regression in saving TIFF images that could end up truncated
* Fix long standing bug in parsing wxHTTP responses.
* Fix memory leak when destroying wxThread
* Allow \'T\' separator in wxDateTime::ParseDateTime()
* Add Serbian translations.
* Fix MT-safety problem in wxZipInputStream
* Add wxUILocale::GetSystemLocaleId() replacing GetSystemLocale()
* Fail when setting unsupported \"mixed\" locale under Unix
* Improve wxWebView::RunScriptAsync() performance
* Fix data race when processing events generated in a worker thread.
* Fix wxGeneric{List,Tree}Ctrl high DPI icons
* Add macros for event tables for missing wxWebView events
* Improve month selection in wxGenericCalendarCtrl
* Fix maximum length of wxPropertyGrid editors
* Add support for Caps/Num/Scroll Lock to wxGetKeyState()
* Fix wxToolBar::GetToolBitmapSize() in high DPI under non-MSW
* Fix resizing wxGLCanvas with EGL and Wayland
* Fix display artefacts when using AUI without compositor under X11
* Allow selecting and copying text in wxMessageDialog
* Fix initial size of top-level window on Wayland
* Improve size and behaviour of in-place editor in wxTreeCtrl
* wxQt: Fix creating wxFont using fractional point size