Branch: refs/heads/master
Home:
https://github.com/wxWidgets/wxWidgets
Commit: 6af0731a843a7b7ee7a2dc56aacd3a8adc6a23ed
https://github.com/wxWidgets/wxWidgets/commit/6af0731a843a7b7ee7a2dc56aacd3a8adc6a23ed
Author: Vadim Zeitlin <
va...@wxwidgets.org>
Date: 2026-02-06 (Fri, 06 Feb 2026)
Changed paths:
M tests/lists/lists.cpp
Log Message:
-----------
Get rid of CppUnit boilerplate in wxList unit test
No real changes.
Commit: bcbf1afbb69ff871fbf27cb4ff9dac2fbe5f4268
https://github.com/wxWidgets/wxWidgets/commit/bcbf1afbb69ff871fbf27cb4ff9dac2fbe5f4268
Author: PB <
pbfo...@gmail.com>
Date: 2026-02-07 (Sat, 07 Feb 2026)
Changed paths:
A tests/test_gui_vc18.slnx
A tests/test_vc18.slnx
A utils/wxrc/wxrc_vc18.slnx
Log Message:
-----------
Add MSVS 2026 solutions for tests and wxrc
This should have been part of 3d88038 (Add support for MSVS
2026, 2026-01-29).
Closes #26167.
Commit: 9bb543a869b811737cc667662fb6d3b7ab5e5853
https://github.com/wxWidgets/wxWidgets/commit/9bb543a869b811737cc667662fb6d3b7ab5e5853
Author: Vadim Zeitlin <
va...@wxwidgets.org>
Date: 2026-02-07 (Sat, 07 Feb 2026)
Changed paths:
M .github/workflows/ci_msw.yml
Log Message:
-----------
Add skip_running_tests to the matrix in MSW CI workflow
This is a bit more legible than testing for arm64 platform directly.
Commit: 7b5580662404cf67949ab87900708c4b202cfb3e
https://github.com/wxWidgets/wxWidgets/commit/7b5580662404cf67949ab87900708c4b202cfb3e
Author: Vadim Zeitlin <
va...@wxwidgets.org>
Date: 2026-02-07 (Sat, 07 Feb 2026)
Changed paths:
M .github/workflows/ci_msw.yml
Log Message:
-----------
Add MSVS 2026 GitHub Actions CI job
Use the new windows-2025-vs2026 runner for this.
Add more matrix parameters to distinguish between the different compiler
versions.
Commit: 88b179b67248328692e77f2ada288f5db9e41ba5
https://github.com/wxWidgets/wxWidgets/commit/88b179b67248328692e77f2ada288f5db9e41ba5
Author: Vadim Zeitlin <
va...@wxwidgets.org>
Date: 2026-02-07 (Sat, 07 Feb 2026)
Changed paths:
M include/wx/list.h
M tests/lists/lists.cpp
Log Message:
-----------
Allow comparing wxList::compatibility_iterator with nullptr
This doesn't cost anything but allows the old code which relied on
compatibility_iterator being implicitly convertible to a pointer (and
hence comparable with nullptr) continue to compile and work.
Add a unit test checking that this works as expected.
Commit: 2be6b3b24cdcc60a76b555d192d7619e7b6c2e97
https://github.com/wxWidgets/wxWidgets/commit/2be6b3b24cdcc60a76b555d192d7619e7b6c2e97
Author: Vadim Zeitlin <
va...@wxwidgets.org>
Date: 2026-02-08 (Sun, 08 Feb 2026)
Changed paths:
M src/msw/evtloop.cpp
M src/msw/window.cpp
Log Message:
-----------
Don't generate any events after handling wxEVT_CHAR_HOOK
Restore the expected behaviour of wxEVT_CHAR_HOOK which was broken when
IME was in use by 7b8195f5c4 (Don't hang handling wxEVT_CHAR_HOOK while
IME is used in wxMSW, 2025-12-11).
Because we don't stop the event handling at Windows level in this case
any more, we need to do it at wx level, so add an ad hoc check to
ProcessMessage() to ensure that we block the unwanted events there.
See #22473, #26027.
Closes #26168.
Closes #26170.
Commit: c1950172e6b06437f02cd4a8148b24c0e1361151
https://github.com/wxWidgets/wxWidgets/commit/c1950172e6b06437f02cd4a8148b24c0e1361151
Author: Vadim Zeitlin <
va...@wxwidgets.org>
Date: 2026-02-08 (Sun, 08 Feb 2026)
Changed paths:
M include/wx/list.h
M tests/lists/lists.cpp
Log Message:
-----------
Merge branch 'list-compat-iter-cmp-null'
Improve wxList::compatibility_iterator compatibility with 3.2.
See #26164.
Commit: 45e846db8ddff9d2b2d5c4866d0faa76e627dc5a
https://github.com/wxWidgets/wxWidgets/commit/45e846db8ddff9d2b2d5c4866d0faa76e627dc5a
Author: Vadim Zeitlin <
va...@wxwidgets.org>
Date: 2026-02-08 (Sun, 08 Feb 2026)
Changed paths:
M .github/workflows/ci_msw.yml
A tests/test_gui_vc18.slnx
A tests/test_vc18.slnx
A utils/wxrc/wxrc_vc18.slnx
Log Message:
-----------
Merge branch 'ci-msvs2026'
Add MSVS 2026 GitHub Actions CI job.
See #26165.
Compare:
https://github.com/wxWidgets/wxWidgets/compare/a08cda25a90d...45e846db8ddf
To unsubscribe from these emails, change your notification settings at
https://github.com/wxWidgets/wxWidgets/settings/notifications