Path to this page:
Subject: CVS commit: pkgsrc/x11/wxGTK32
From: Thomas Klausner
Date: 2024-09-15 12:32:50
Message id: 20240915103251.0263AFC74@cvs.NetBSD.org
Log Message:
wxGTK32: update to 3.2.6.
3.2.6: (released 2024-09-09)
----------------------------
All:
- Backport multiple fixes to CMake build system from 3.3 (Maarten Bent, #24616).
- Fix regression in wxTranslations language resolution introduced in 3.2.3 (#24297).
- Add wxTranslations::AddAvailableCatalog() overload with msgid language (#24297).
All (GUI):
- Fix resource leak in wxBitmapBundle in some circumstances (#24703).
- Speed up using XRC when using wxXRC_NO_RELOADING (John de Rooij, #24536).
- Fix wxGridBagSizer with different horz/vert gaps (Alex Shvartzkop, #24550).
- Dark mode appearance fixes for wxActivityIndicator, wxHyperlinkCtrl, etc.
- Fix using wxNOT_FOUND index with wxDataViewChoiceByIndexRenderer (Konstantin
S. Matveyev, #24741).
- Improve wxWizard appearance in high DPI (taler21, #24743).
- Fix wxPropertyGrid row height in high DPI (taler21, #24607).
wxGTK:
- Fix possible crash during drag-and-drop (#24677).
- Fix using wxDatePickerCtrl in ca_ES, cs_CZ and some other locales (#24533).
- Fix wxListBox minimum size regression in 3.2.5 (#24551).
- Fix wxBitmapComboBox bitmaps scaling in high DPI (#24563).
- Allow positioning wxDialog at specified position, at least under X11 (#24552).
- Fix incorrect handling of ligatures in wxStyledTextCtrl (Funami580, #13168).
- Fix using wrong keyboard layout in key events (Ivan Sorokin, #24772).
- Fix wrong wxStaticText layout on non-first wxWizard page (#19053).
Files: