1
0
forked from pool/wxWidgets-3_2

heed SUSE changelog syntax

OBS-URL: https://build.opensuse.org/package/show/X11:wxWidgets/wxWidgets-3_2?expand=0&rev=101
This commit is contained in:
Jan Engelhardt 2023-04-19 12:23:39 +00:00 committed by Git OBS Bridge
parent 6676f58046
commit 1db9135a12

View File

@ -6,33 +6,28 @@ Tue Apr 18 13:54:45 UTC 2023 - Antoine Belvire <antoine.belvire@opensuse.org>
icons for the non-root item of wxGenericTreeCtrl in this release
(gh#wxWidgets/wxWidgets#23255).
- Changes of version 3.2.2:
* All:
+ 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
* All (GUI):
+ Improve wxWebView::RunScriptAsync() performance
+ Fix data race when processing events generated in a worker thread.
+ Fix compilation problem in wx/propgrid/editors.h
+ 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
* wxGTK:
+ 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
* 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
-------------------------------------------------------------------
Tue Oct 4 21:15:18 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>