[wxWidgets/wxWidgets] b47627: Rephrase advice about using wx containers as stand...

0 views
Skip to first unread message

filip-hejsek

unread,
Mar 6, 2026, 11:33:03 AMMar 6
to wx-co...@googlegroups.com
Branch: refs/heads/master
Home: https://github.com/wxWidgets/wxWidgets
Commit: b476274bc54aadd1258fa9c9152132a1f30f8260
https://github.com/wxWidgets/wxWidgets/commit/b476274bc54aadd1258fa9c9152132a1f30f8260
Author: Vadim Zeitlin <va...@wxwidgets.org>
Date: 2026-03-05 (Thu, 05 Mar 2026)

Changed paths:
M docs/doxygen/overviews/container.h

Log Message:
-----------
Rephrase advice about using wx containers as standard ones

There was a missing word in the sentence and it didn't read well, so try
to improve it a bit.


Commit: 583d7d6c339578d34f704d69f3f6de61a47055f9
https://github.com/wxWidgets/wxWidgets/commit/583d7d6c339578d34f704d69f3f6de61a47055f9
Author: Vadim Zeitlin <va...@wxwidgets.org>
Date: 2026-03-06 (Fri, 06 Mar 2026)

Changed paths:
M src/unix/glegl.cpp

Log Message:
-----------
Fix wxGTK build with GTK versions without Wayland support

Add missing GDK_WINDOWING_WAYLAND compile-time check to fix the problem
introduced in 8ed1469743 (Fix crash on wxGLCanvasEGL destruction,
2026-02-26), see #26248.

Note that we probably don't need a run-time check here because
g_signal_handlers_disconnect_by_func() would just do nothing if the
handler is not connected.

Closes #26269.


Commit: 85c436dcc4fd09416e4abd7a2c04fc42c8321f35
https://github.com/wxWidgets/wxWidgets/commit/85c436dcc4fd09416e4abd7a2c04fc42c8321f35
Author: Quin Gillespie <tryp...@gmail.com>
Date: 2026-03-06 (Fri, 06 Mar 2026)

Changed paths:
M src/common/wincmn.cpp

Log Message:
-----------
Fix accessible label of checkboxes broken by recent changes

The fix for wxCheckBox accessibility in dark mode in b5ea9cfe86 (Fix
wxCheckBox and wxRadioButton accessibility in wxMSW dark mode,
2026-02-13) broke getting their label in the screen readers as this was
broken by default in wxWindowAccessible::GetName() which has started
being used for them.

Fix this by returning the label and not the (internal) name of the
control from wxWindowAccessible::GetName() by default, instead of only
doing this for wxButton.

See #26184, #26187.

Closes #26270.


Commit: ad3bdcc6b3042a1ff18ad2459ff4726c2aa0d07b
https://github.com/wxWidgets/wxWidgets/commit/ad3bdcc6b3042a1ff18ad2459ff4726c2aa0d07b
Author: Filip Hejsek <filip....@gmail.com>
Date: 2026-03-06 (Fri, 06 Mar 2026)

Changed paths:
R include/wx/stc/private.h
M src/stc/PlatWX.cpp
M src/stc/ScintillaWX.cpp
M src/stc/gen_iface.py
M src/stc/stc.cpp
M src/stc/stc.cpp.in

Log Message:
-----------
Remove STC string conversion functions

They are not necessary and using wxString::utf8_str() and FromUTF8() is
simpler and more clear.

Closes #26267.


Compare: https://github.com/wxWidgets/wxWidgets/compare/56366aa88304...ad3bdcc6b304

To unsubscribe from these emails, change your notification settings at https://github.com/wxWidgets/wxWidgets/settings/notifications
Reply all
Reply to author
Forward
0 new messages