diff --git a/docs/changes.txt b/docs/changes.txt index 7e92351244..8d7062fcce 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -262,15 +262,20 @@ All (GUI): - Fix buffer overflow in wxHTMLDataObject::GetDataHere() (mcorino, #23660). - Fix crash when loading some mal-formed GIFs (PB, #23409). - Relax checks on character entry in numeric validators (#12968, #23561). +- Fix wxRibbonToolBar::GetToolByPos() and DeleteToolByPos() (mcorino, #23457). wxGTK: -- Fix key codes with Shift/on non-US keyboards (Ivan Sorokin, #17643, #23379). +- Fix key codes with Shift on non-US keyboards (Ivan Sorokin, #17643, #23379). - Dramatically optimize adding many items to wxChoice (Ian McInerney, #23443). - Improve and document wxGLCanvas::CreateSurface() (Dan Gudmundsson, #23366). - Fix loading WebKit2 extension when using wxWebView (Scott Talbert, #23497). - Fix editing cells without values in wxDataViewCtrl (#23523). - Fix uninitialized wxKeyEvent::m_isRepeat (jolz, #23593). +- Improve best size computation of wxTextCtrl (Alex Shvartzkop, #23610). +- Fix missing borders for scrollable windows, e.g. wxListCtrl (#23236). +- Fix TAB navigation in wxPropertyGrid (Adrian Lopez, #23354). +- Fix GSource leak when using wxIdleEvent::RequestMore() (#23364). wxMSW: @@ -285,6 +290,10 @@ wxMSW: - Fix hang in wxFileDialog if COINIT_MULTITHREADED was used (#23578). - Fix handling of RLE-compressed bitmaps (Brian Nixon, #23573). - Fix wxWindow::GetTextExtent() with given font in high DPI (#23542). +- Fix drawing owner-drawn menu items with bitmaps (Jacob Gillespie, #23230). +- Improve ScrollTo() with wxDV_VARIABLE_LINE_HEIGHT (Jens Göpfert, #23102). +- Fix libraries names in Arch64 CMake build (Tobias Taschner, #23347). +- Fix using wxComboCtrl with AUI floating pane as parent (#23399). wxOSX: @@ -298,12 +307,21 @@ wxOSX: - Check column for wxEVT_DATAVIEW_ITEM_ACTIVATED (Hartwig Wiesmann, #23636). - Fix spurious -Wundeclared-selector with Xcode 14 (Hartwig Wiesmann, #23639). - Recognize macOS 14 Sonoma in wxGetOsDescription() (Tobias Taschner, #23615). +- Fix setting Chinese locales (#23209). +- Wrap wxStaticText contents (#23341). wxUniv: - Fix resetting the hint in wxTextCtrl when it gets focus (Kvaz1r, #23511). +3.2.2.1: (released 2023-02-13) +------------------------------ + +This hotfix corrects a regression in 3.2.2 which resulted in not drawing any +icons for the non-root item of wxGenericTreeCtrl in this release (see #23255). + + 3.2.2: (released 2023-02-08) ---------------------------- @@ -337,7 +355,6 @@ All (GUI): - Fix maximum length of wxPropertyGrid editors (#23033). - Add support for Caps/Num/Scroll Lock to wxGetKeyState() (elfmz, #23195). - Fix wxToolBar::GetToolBitmapSize() in high DPI under non-MSW (#23222). -- Fix wxRibbonToolBar::GetToolByPos() and DeleteToolByPos() (mcorino, #23457). wxGTK: @@ -349,10 +366,6 @@ wxGTK: - Allow selecting and copying text in wxMessageDialog (Ian McInerney, #23039). - Fix initial size of top-level window on Wayland (#23041). - Improve size and behaviour of in-place editor in wxTreeCtrl (taler21, #23001). -- Also improve size compuation of wxTextCtrl (Alex Shvartzkop, #23610). -- Fix missing borders for scrollable windows, e.g. wxListCtrl (#23236). -- Fix TAB navigation in wxPropertyGrid (Adrian Lopez, #23354). -- Fix GSource leak when using wxIdleEvent::RequestMore() (#23364). wxMSW: @@ -380,10 +393,6 @@ wxMSW: - Work around MSVS 2022 optimizer bug in wxImage::ShrinkBy() (#23164). - Fix link error with wxSimplebook in DLL builds (Mark Roszko, #22805). - Avoid errors when including wx/msw/msvcrt.h before other wx headers (#23194). -- Fix drawing owner-drawn menu items with bitmaps (Jacob Gillespie, #23230). -- Improve ScrollTo() with wxDV_VARIABLE_LINE_HEIGHT (Jens Göpfert, #23102). -- Fix libraries names in Arch64 CMake build (Tobias Taschner, #23347). -- Fix using wxComboCtrl with AUI floating pane as parent (#23399). wxOSX: @@ -405,8 +414,6 @@ wxOSX: - Fix "Window" menu item not being translated sometimes (#23204). - Fix wxLocale::GetCurrent() when the current locale is "C". - Fix wxLocale::Init(wxLANGUAGE_DEFAULT) with "mixed" locales (#23114). -- Fix setting Chinese locales (#23209). -- Wrap wxStaticText contents (#23341). wxQt: