2024-11-17 08:17:06 by Thomas Klausner | Files touched by this commit (944) |
Log message:
*: recursive bump for default-on option of at-spi2-core
|
2024-11-14 23:22:33 by Thomas Klausner | Files touched by this commit (2429) |
Log message:
*: recursive bump for icu 76 shlib major version bump
|
2024-11-01 13:55:19 by Thomas Klausner | Files touched by this commit (2426) |
Log message:
*: revbump for icu downgrade
|
2024-11-01 01:54:33 by Thomas Klausner | Files touched by this commit (2427) |
Log message:
*: recursive bump for icu 76.1 shlib bump
|
2024-09-15 12:32:50 by Thomas Klausner | Files touched by this commit (3) | |
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).
|
2024-08-25 08:19:21 by Thomas Klausner | Files touched by this commit (575) |
Log message:
*: replace CMAKE_ARGS with CMAKE_CONFIGURE_ARGS
|
2024-07-07 14:07:06 by Thomas Klausner | Files touched by this commit (2) |
Log message:
wxGTK*: bump PKGREVISION for wx-config fix
|
2024-07-07 13:37:25 by Niclas Rosenvik | Files touched by this commit (2) |
Log message:
wxGTK3*: output rpath from wx-config
Pkgsrc uses rpath on many systems but
wx-config only outputs the rpath if
it is run uninstalled, so make it
output the rpath if pkgsrc uses rpath.
Makes wxgtk programs execute correctly
when run compiled and run from
codelite.
|
2024-05-29 18:35:19 by Adam Ciarcinski | Files touched by this commit (1929) | |
Log message:
revbump after icu and protobuf updates
|
2024-05-20 12:44:44 by Thomas Klausner | Files touched by this commit (4) | |
Log message:
wxGTK32: update to 3.2.5.
Changes since 3.2.4
This release contains more than a hundred fixes and improvements
for all platforms. Some of the most important ones are:
Support macOS 14 Sonoma (#23916, #24054, #24067, #24073, #24515)
and fix installation on some Apple Silicon Macs (#23143).
Wayland-related fixes in wxGTK: clipboard (#24391), OpenGL
(#24076, #24395) and other (#24021, #24050, #24051). Fix crash
when using wxApp in console wxGTK programs (#24081). Support
for dates after 2038 in wxDateTime (#24464).
Other changes include:
Fix support for using Chinese (zh-Hans-CN) locale under macOS
(#24396). Fix alpha channel in bitmaps loaded from SVG in
wxGTK (#24064). wxGenericListCtrl improvements (#24292, #24293,
#24311, #24312, #24332). wxGrid improvements (#24247, #24286).
More high DPI fixes in wxMSW (#24283, #24196, #24456). Avoid
new gcc 14 warnings in the headers (#24502).
|