Branch: refs/heads/master
Home:
https://github.com/wxWidgets/wxWidgets
Commit: aeb11b8b7f6ab15aaeeceb09ab31aee9f6edbccc
https://github.com/wxWidgets/wxWidgets/commit/aeb11b8b7f6ab15aaeeceb09ab31aee9f6edbccc
Author: Vadim Zeitlin <
va...@wxwidgets.org>
Date: 2026-06-23 (Tue, 23 Jun 2026)
Changed paths:
M src/msw/nonownedwnd.cpp
Log Message:
-----------
Fix recently broken min size computation on DPI change
Use fitting window size, not client size, which was wrongly used in
8386a98409 (Restrict the new size after DPI change to the display size,
2026-06-16).
See #26604.
Commit: bf46cc25d740ee76d21f5dfb6a4c543eb8e01c45
https://github.com/wxWidgets/wxWidgets/commit/bf46cc25d740ee76d21f5dfb6a4c543eb8e01c45
Author: Blake-Madden <
66873089+B...@users.noreply.github.com>
Date: 2026-06-23 (Tue, 23 Jun 2026)
Changed paths:
M interface/wx/webview.h
Log Message:
-----------
Fix typo in wxWebView documentation
Closes #26619.
Commit: b3dea2e64d392e4bf473b5cdb691451a1aa689d5
https://github.com/wxWidgets/wxWidgets/commit/b3dea2e64d392e4bf473b5cdb691451a1aa689d5
Author: Blake-Madden <
66873089+B...@users.noreply.github.com>
Date: 2026-06-23 (Tue, 23 Jun 2026)
Changed paths:
M src/common/dcsvg.cpp
Log Message:
-----------
Don't write unnecessary auto render value to SVG output
Also avoid extra spaces in the output if the attribute value is empty
and so the attribute is not specified.
Closes #26620.
Commit: c77b7ebd2ad735dc45cb288334e3115d845e14e8
https://github.com/wxWidgets/wxWidgets/commit/c77b7ebd2ad735dc45cb288334e3115d845e14e8
Author: dxbjavid <
dxbj...@gmail.com>
Date: 2026-06-23 (Tue, 23 Jun 2026)
Changed paths:
M src/common/imagpcx.cpp
M tests/image/image.cpp
Log Message:
-----------
Fix potentially using uninitialised data in PCX image handler
Reject truncated reads to avoid uninitialised data.
Closes #26624.
Commit: 8262667a714d028e2f977f48b2c559fb5b979810
https://github.com/wxWidgets/wxWidgets/commit/8262667a714d028e2f977f48b2c559fb5b979810
Author: Vadim Zeitlin <
va...@wxwidgets.org>
Date: 2026-06-23 (Tue, 23 Jun 2026)
Changed paths:
M src/common/imagpcx.cpp
Log Message:
-----------
Use vector<> instead of manual malloc/free in PCX image handler
No real changes, just use vector<> to avoid having to explicitly call
free().
Compare:
https://github.com/wxWidgets/wxWidgets/compare/0a6b26ea435f...8262667a714d
To unsubscribe from these emails, change your notification settings at
https://github.com/wxWidgets/wxWidgets/settings/notifications