Branch: refs/heads/master
Home:
https://github.com/wxWidgets/wxWidgets
Commit: 86f6a8d0391a16c07ff16ae2537daa031cd65441
https://github.com/wxWidgets/wxWidgets/commit/86f6a8d0391a16c07ff16ae2537daa031cd65441
Author: Steve Cornett <
21205494...@users.noreply.github.com>
Date: 2026-06-16 (Tue, 16 Jun 2026)
Changed paths:
M include/wx/msw/treectrl.h
M src/msw/treectrl.cpp
Log Message:
-----------
Add support for switching to dark mode to wxTreeCtrl
Update wxTreeCtrl to respond to system colour changes, including
switching into and out of dark mode.
Closes #26601.
Commit: 1281d51021daddc4aaae33edf41e51bebb1a9538
https://github.com/wxWidgets/wxWidgets/commit/1281d51021daddc4aaae33edf41e51bebb1a9538
Author: Steve Cornett <
21205494...@users.noreply.github.com>
Date: 2026-06-17 (Wed, 17 Jun 2026)
Changed paths:
M src/msw/notebook.cpp
Log Message:
-----------
Fix wxNotebook background colour in dark mode
After the changes of f8363719d4 (Preserve wxNotebook custom colours upon
dark mode switch, 2026-06-15), we need to erase background using the
proper brush.
Closes #26605.
Closes #26606.
Commit: 11f8ff7b461b337377a183dd415ebaa93c2568cf
https://github.com/wxWidgets/wxWidgets/commit/11f8ff7b461b337377a183dd415ebaa93c2568cf
Author: dxbjavid <
dxbj...@gmail.com>
Date: 2026-06-17 (Wed, 17 Jun 2026)
Changed paths:
M include/wx/datstrm.h
M src/common/datstrm.cpp
M tests/streams/datastreamtest.cpp
Log Message:
-----------
Treat truncated reads as errors in wxDataInputStream
Reading from a truncated stream returned values built from partially
or completely uninitialised buffers, e.g. ReadString() decoded the
unread tail of its temporary buffer and the fixed size readers returned
whatever happened to be on the stack. Check that all the requested bytes
were actually read and, if not, mark the input stream as being in error
and return an empty/zero value instead of silently wrong data.
Closes #26600.
Commit: 32d9ea2b0899c05932e258b3ca462ea83250438a
https://github.com/wxWidgets/wxWidgets/commit/32d9ea2b0899c05932e258b3ca462ea83250438a
Author: Vadim Zeitlin <
va...@wxwidgets.org>
Date: 2026-06-17 (Wed, 17 Jun 2026)
Changed paths:
M src/common/datstrm.cpp
Log Message:
-----------
Use std::vector<> in wxDataInputStream code
Prefer using the standard container instead of manual memory management.
No real changes.
Commit: 7148a49c6ddbb209a0364395fa5236027183ddd0
https://github.com/wxWidgets/wxWidgets/commit/7148a49c6ddbb209a0364395fa5236027183ddd0
Author: Stefan Csomor <
cso...@advancedconcepts.ch>
Date: 2026-06-17 (Wed, 17 Jun 2026)
Changed paths:
M docs/changes.txt
M interface/wx/dataobj.h
M src/common/dobjcmn.cpp
M src/osx/carbon/dataobj.cpp
Log Message:
-----------
Map wxDF_TEXT to text in UTF-8 encoding in wxOSX
Don't use legacy encoding for it, this was unexpected and resulted in
e.g. wxClipboard::IsSupported(wxDF_TEXT) returning false when there was
text on the clipboard and IsSupported(wxDF_UNICODETEXT) returned true.
On current systems text and Unicode text are the same thing, so make
behaviour of wxDF_TEXT consistent with wxDF_UNICODETEXT.
See #26552.
Closes #26565.
Compare:
https://github.com/wxWidgets/wxWidgets/compare/0ebc0e51ec8d...7148a49c6ddb
To unsubscribe from these emails, change your notification settings at
https://github.com/wxWidgets/wxWidgets/settings/notifications