1
0
forked from pool/wxWidgets-3_2

trim changelog: noone is going to read all that

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

View File

@ -8,51 +8,31 @@ Tue Apr 18 13:54:45 UTC 2023 - Antoine Belvire <antoine.belvire@opensuse.org>
- Changes of version 3.2.2:
* All:
+ Fix regression in saving TIFF images that could end up truncated
(gh#wxWidgets/wxWidgets#23048).
+ Fix long standing bug in parsing wxHTTP responses.
+ Fix memory leak when destroying wxThread
(gh#wxWidgets/wxWidgets#22840).
+ Allow 'T' separator in wxDateTime::ParseDateTime()
(gh#wxWidgets/wxWidgets#22999).
+ Add Serbian translations.
+ Fix MT-safety problem in wxZipInputStream
(gh#wxWidgets/wxWidgets#23054).
+ Add wxUILocale::GetSystemLocaleId() replacing GetSystemLocale()
(gh#wxWidgets/wxWidgets#23114).
+ Fail when setting unsupported "mixed" locale under Unix
(gh#wxWidgets/wxWidgets#23218).
* All (GUI):
+ Improve wxWebView::RunScriptAsync() performance
(gh#wxWidgets/wxWidgets#22781).
+ Fix data race when processing events generated in a worker thread.
+ Fix compilation problem in wx/propgrid/editors.h
(gh#wxWidgets/wxWidgets#22875).
+ Fix wxGeneric{List,Tree}Ctrl high DPI icons
(gh#wxWidgets/wxWidgets#22887, gh#wxWidgets/wxWidgets#22916).
+ Add macros for event tables for missing wxWebView events
(gh#wxWidgets/wxWidgets#22949).
+ Improve month selection in wxGenericCalendarCtrl
(gh#wxWidgets/wxWidgets#22853).
+ Fix maximum length of wxPropertyGrid editors
(gh#wxWidgets/wxWidgets#23033).
+ Add support for Caps/Num/Scroll Lock to wxGetKeyState()
(gh#wxWidgets/wxWidgets#23195).
+ Fix wxToolBar::GetToolBitmapSize() in high DPI under non-MSW
(gh#wxWidgets/wxWidgets#23222).
* wxGTK:
+ Fix resizing wxGLCanvas with EGL and Wayland
(gh#wxWidgets/wxWidgets#22811).
+ Fix display artefacts when using AUI without compositor under X11
(gh#wxWidgets/wxWidgets#23135).
+ Allow selecting and copying text in wxMessageDialog
(gh#wxWidgets/wxWidgets#23039).
+ Fix initial size of top-level window on Wayland
(gh#wxWidgets/wxWidgets#23041).
+ Improve size and behaviour of in-place editor in wxTreeCtrl
(gh#wxWidgets/wxWidgets#23001).
* wxQt:
+ Fix creating wxFont using fractional point size
(gh#wxWidgets/wxWidgets#23163).
-------------------------------------------------------------------
Tue Oct 4 21:15:18 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>