Branch: refs/heads/master
Home:
https://github.com/wxWidgets/wxWidgets
Commit: 47c35e67f5db3ea239f8599c51591c0d8b50fcca
https://github.com/wxWidgets/wxWidgets/commit/47c35e67f5db3ea239f8599c51591c0d8b50fcca
Author: Paul Cornett <
pau...@users.noreply.github.com>
Date: 2026-05-21 (Thu, 21 May 2026)
Changed paths:
M include/wx/aboutdlg.h
M interface/wx/aboutdlg.h
M src/generic/aboutdlgg.cpp
Log Message:
-----------
Some small fixes for wxAboutBox HiDPI support
Always use the wxApp top window for default icon bundle, it's possible the
provided window is not the main one. Pass window argument to GetIcon() in
generic implementation. Make GetIcon() window parameter pointer-to-const.
Commit: 60d63f52d19b60bd4c59837ba56f9dbfe59bd3ff
https://github.com/wxWidgets/wxWidgets/commit/60d63f52d19b60bd4c59837ba56f9dbfe59bd3ff
Author: Paul Cornett <
pau...@users.noreply.github.com>
Date: 2026-05-21 (Thu, 21 May 2026)
Changed paths:
M src/common/numformatter.cpp
Log Message:
-----------
Use wxFALLTHROUGH annotation
Commit: b2fd46075859bc51226f15f12a314dd58fc30afe
https://github.com/wxWidgets/wxWidgets/commit/b2fd46075859bc51226f15f12a314dd58fc30afe
Author: Paul Cornett <
pau...@users.noreply.github.com>
Date: 2026-05-21 (Thu, 21 May 2026)
Changed paths:
M src/gtk/image_gtk.cpp
Log Message:
-----------
Remove redundant bitmap IsOk() check
Bitmap is always valid at that point
Commit: 091e339b6896713a01302f1a951230e09e5905e4
https://github.com/wxWidgets/wxWidgets/commit/091e339b6896713a01302f1a951230e09e5905e4
Author: Paul Cornett <
pau...@users.noreply.github.com>
Date: 2026-05-21 (Thu, 21 May 2026)
Changed paths:
M src/gtk/srchctrl.cpp
Log Message:
-----------
Fix handling of GTK wxSearchCtrl GetSizeFromTextSize() ylen parameter
It's supposed to be the height of the area for text
Commit: 27a8c83a6a7eeb6bb4b627520dd5f247f3a9907b
https://github.com/wxWidgets/wxWidgets/commit/27a8c83a6a7eeb6bb4b627520dd5f247f3a9907b
Author: Paul Cornett <
pau...@users.noreply.github.com>
Date: 2026-05-21 (Thu, 21 May 2026)
Changed paths:
M src/osx/carbon/graphics.cpp
Log Message:
-----------
Avoid -Wunreachable-code-break warning
Commit: 55253b59ac6e218b1729fc22ab4235c84b44aaae
https://github.com/wxWidgets/wxWidgets/commit/55253b59ac6e218b1729fc22ab4235c84b44aaae
Author: Paul Cornett <
pau...@users.noreply.github.com>
Date: 2026-05-21 (Thu, 21 May 2026)
Changed paths:
M src/gtk/filepicker.cpp
Log Message:
-----------
Remove redundant SetInitialSize()
PostCreation() already did that
Commit: 704fc166aa15e3ab6c7ce6d662dc04707b506391
https://github.com/wxWidgets/wxWidgets/commit/704fc166aa15e3ab6c7ce6d662dc04707b506391
Author: Paul Cornett <
pau...@users.noreply.github.com>
Date: 2026-05-21 (Thu, 21 May 2026)
Changed paths:
M src/gtk/radiobox.cpp
M src/gtk/stattext.cpp
Log Message:
-----------
Set label after attaching to parent during creation
This makes it more likely initial size will be correct
Commit: 945e7f7087b311c82eee504b6ba31597cb34992a
https://github.com/wxWidgets/wxWidgets/commit/945e7f7087b311c82eee504b6ba31597cb34992a
Author: Paul Cornett <
pau...@users.noreply.github.com>
Date: 2026-05-21 (Thu, 21 May 2026)
Changed paths:
M src/gtk/toplevel.cpp
Log Message:
-----------
Avoid Gtk-CRITICAL warning during tests resulting from use of wxAuiMDIChildFrame
wxAuiMDIChildFrame is not really a TLW. Ugh.
Commit: 8e005d1c31b51fbf8b668bccc042a58ec692231d
https://github.com/wxWidgets/wxWidgets/commit/8e005d1c31b51fbf8b668bccc042a58ec692231d
Author: Paul Cornett <
pau...@users.noreply.github.com>
Date: 2026-05-21 (Thu, 21 May 2026)
Changed paths:
M tests/controls/spinctrldbltest.cpp
Log Message:
-----------
Remove m_ prefix from local variable
Compare:
https://github.com/wxWidgets/wxWidgets/compare/ee4fbdfb88cb...8e005d1c31b5
To unsubscribe from these emails, change your notification settings at
https://github.com/wxWidgets/wxWidgets/settings/notifications