1
0
forked from pool/wxWidgets-3_2

Accepting request 970135 from home:susnux:branches:X11:wxWidgets

Update to 3.1.6

OBS-URL: https://build.opensuse.org/request/show/970135
OBS-URL: https://build.opensuse.org/package/show/X11:wxWidgets/wxWidgets-3_2?expand=0&rev=89
This commit is contained in:
2022-04-14 12:10:14 +00:00
committed by Git OBS Bridge
parent 249628cd96
commit 92c3fc84b2
6 changed files with 66 additions and 85 deletions

View File

@@ -1,3 +1,29 @@
-------------------------------------------------------------------
Wed Apr 13 16:45:53 UTC 2022 - Ferdinand Thiessen <rpm@fthiessen.de>
- Update to 3.1.6
* Many bug fixes for Wayland-specific problem.
* Add wxUILocale: CompareStrings(), GetLocalizedName()
* Add support for std::string_view to wxPrintf()
* Add wxString::ToInt() and ToUInt()
* Add wxGetNativeCpuArchitectureName()
* Add wxSecureZeroMemory(), wxThread::SetName()
* Significantly speed up wxMBConv iconv-based implementation
* Support searching from end in wxArrayString in STL build
* Several improvements to parsing dates in wxDateTime
* Add support for using native spell checking in wxTextCtrl
* Add support for style to wxWizard XRC handler
* Implement drawing splines in wxSVGFileDC
* Improve wxSpinCtrlDouble significant digits handling.
* wxGTK:
* Fix missing mouse events after enabling touch events
* Allow suppressing GTK diagnostics
* Fix getting key events from wxDataViewCtrl.
* Fix getting wxPrintData from the print dialog.
* Fix wxMediaCtrl support when using Wayland
* Generate wxKeyEvents for GDK_KEY_LaunchX keys
- Drop upstream fixed wxWidgets-3.1.5-fix-wxIcon-wxDVC-columns.patch
-------------------------------------------------------------------
Fri Feb 11 14:53:40 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>