Branch: refs/heads/master
Home:
https://github.com/wxWidgets/wxWidgets
Commit: 2707aa59b446e6738a563ad9b14fa9128aaa6d03
https://github.com/wxWidgets/wxWidgets/commit/2707aa59b446e6738a563ad9b14fa9128aaa6d03
Author: Václav Slavík <
vac...@slavik.io>
Date: 2025-12-29 (Mon, 29 Dec 2025)
Changed paths:
M src/osx/choice_osx.cpp
Log Message:
-----------
Fix wxChoice::GetBestSize() on macOS 26
Commit: 303c65555bf8a3a1a721201affdf5e1443ebffbb
https://github.com/wxWidgets/wxWidgets/commit/303c65555bf8a3a1a721201affdf5e1443ebffbb
Author: utelle <
ulrich...@gmx.de>
Date: 2025-12-31 (Wed, 31 Dec 2025)
Changed paths:
M src/common/languageinfo.cpp
Log Message:
-----------
Ensure that languages database is initialized before use
Add calls to wxUILocaleImpl::CreateLanguagesDB() to ensure that the
database is initialized when static member functions are used.
In particular, this ensures that wxTranslations::GetBestTranslation()
returns the same result whenever it is called.
See #26044.
Closes #26050.
Commit: cab649984f556c1f3155c09ebf85b097a2313d85
https://github.com/wxWidgets/wxWidgets/commit/cab649984f556c1f3155c09ebf85b097a2313d85
Author: Glen Gordon <
18452241+g...@users.noreply.github.com>
Date: 2025-12-31 (Wed, 31 Dec 2025)
Changed paths:
M include/wx/msw/checklst.h
M src/msw/checklst.cpp
Log Message:
-----------
Make state of items in wxCheckListBox accessible
The standard Windows LISTBOX class used by wxCheckListBox internally has
no concept of checked/unchecked state of items and so the information
about the item state can't be returned by the built-in implementation of
IAccessible for this standard control.
Provide a custom implementation of IAccessible for wxCheckListBox which
extends the standard one to return the items state too.
Closes #25948.
Closes #26055.
Commit: 7494ec962c075e24d50d57a0cdfced996076f075
https://github.com/wxWidgets/wxWidgets/commit/7494ec962c075e24d50d57a0cdfced996076f075
Author: Vadim Zeitlin <
va...@wxwidgets.org>
Date: 2026-01-01 (Thu, 01 Jan 2026)
Changed paths:
M include/wx/treectrl.h
M include/wx/withimages.h
M src/common/treebase.cpp
Log Message:
-----------
Update generic wxTreeCtrl state images when DPI changes
Ensure that wxTreeCtrl using only state images, without the normal ones,
is still updated correctly when the DPI changes: this didn't happen
previously because OnImagesChanged() was only called for the control
with normal images.
As changing HasImages() to return true if there are only state images is
almost certainly a bad idea for compatibility reasons (existing code may
assume that it can use normal images if it returns true), add a new
HasAnyImages() function and override it in wxTreeCtrl to account for the
state images too.
See #26060.
Closes #26059.
Commit: 0a6523c4d9e57574510bcfba882de8e7733d8ff8
https://github.com/wxWidgets/wxWidgets/commit/0a6523c4d9e57574510bcfba882de8e7733d8ff8
Author: Vadim Zeitlin <
va...@wxwidgets.org>
Date: 2026-01-01 (Thu, 01 Jan 2026)
Changed paths:
M CMakeLists.txt
M build/bakefiles/mac_bundles.bkl
M demos/bombs/Makefile.in
M demos/forty/Makefile.in
M demos/fractal/Makefile.in
M demos/life/Makefile.in
M demos/poem/Makefile.in
M docs/doxygen/mainpages/copyright.h
M docs/doxygen/regen.sh
M interface/wx/aboutdlg.h
M interface/wx/generic/aboutdlgg.h
M samples/access/Makefile.in
M samples/animate/Makefile.in
M samples/artprov/Makefile.in
M samples/aui/Makefile.in
M samples/calendar/Makefile.in
M samples/caret/Makefile.in
M samples/collpane/Makefile.in
M samples/combo/Makefile.in
M samples/config/Makefile.in
M samples/dataview/Makefile.in
M samples/debugrpt/Makefile.in
M samples/dialogs/Makefile.in
M samples/dialogs/dialogs.cpp
M samples/dialup/Makefile.in
M samples/display/Makefile.in
M samples/dll/Makefile.in
M samples/dnd/Makefile.in
M samples/docview/Makefile.in
M samples/dragimag/Makefile.in
M samples/drawing/Makefile.in
M samples/erase/Makefile.in
M samples/event/Makefile.in
M samples/except/Makefile.in
M samples/exec/Makefile.in
M samples/font/Makefile.in
M samples/fswatcher/Makefile.in
M samples/grid/Makefile.in
M samples/help/Makefile.in
M samples/htlbox/Makefile.in
M samples/html/about/Makefile.in
M samples/html/help/Makefile.in
M samples/html/helpview/Makefile.in
M samples/html/printing/Makefile.in
M samples/html/test/Makefile.in
M samples/html/virtual/Makefile.in
M samples/html/widget/Makefile.in
M samples/html/zip/Makefile.in
M samples/image/Makefile.in
M samples/internat/Makefile.in
M samples/ipc/Makefile.in
M samples/joytest/Makefile.in
M samples/keyboard/Makefile.in
M samples/layout/Makefile.in
M samples/listctrl/Makefile.in
M samples/mdi/Makefile.in
M samples/mediaplayer/Makefile.in
M samples/menu/Makefile.in
M samples/minimal/Info_cocoa.plist
M samples/minimal/Makefile.in
M samples/nativdlg/Makefile.in
M samples/notebook/Makefile.in
M samples/oleauto/Makefile.in
M samples/opengl/cube/Makefile.in
M samples/opengl/isosurf/Makefile.in
M samples/opengl/penguin/Makefile.in
M samples/opengl/pyramid/Makefile.in
M samples/ownerdrw/Makefile.in
M samples/popup/Makefile.in
M samples/power/Makefile.in
M samples/preferences/Makefile.in
M samples/printing/Makefile.in
M samples/propgrid/Makefile.in
M samples/regtest/Makefile.in
M samples/render/Makefile.in
M samples/ribbon/Makefile.in
M samples/richtext/Makefile.in
M samples/sashtest/Makefile.in
M samples/scroll/Makefile.in
M samples/shaped/Makefile.in
M samples/sockets/Makefile.in
M samples/sound/Makefile.in
M samples/splash/Makefile.in
M samples/splitter/Makefile.in
M samples/statbar/Makefile.in
M samples/stc/Makefile.in
M samples/svg/Makefile.in
M samples/taborder/Makefile.in
M samples/taskbar/Makefile.in
M samples/taskbarbutton/Makefile.in
M samples/text/Makefile.in
M samples/thread/Makefile.in
M samples/toolbar/Makefile.in
M samples/touchtest/Makefile.in
M samples/treectrl/Makefile.in
M samples/treelist/Makefile.in
M samples/typetest/Makefile.in
M samples/uiaction/Makefile.in
M samples/validate/Makefile.in
M samples/vscroll/Makefile.in
M samples/webrequest/Makefile.in
M samples/webview/Makefile.in
M samples/widgets/Makefile.in
M samples/wizard/Makefile.in
M samples/wrapsizer/Makefile.in
M samples/xrc/Makefile.in
M samples/xti/Makefile.in
M src/common/utilscmn.cpp
M src/msw/version.rc
M tests/Makefile.in
M tests/benchmarks/Makefile.in
M utils/helpview/src/Makefile.in
M utils/screenshotgen/src/Makefile.in
Log Message:
-----------
Update copyright years to 2025
Just run misc/scripts/inc_year and commit the results.
See #18690.
Compare:
https://github.com/wxWidgets/wxWidgets/compare/f3aa944b01dc...0a6523c4d9e5
To unsubscribe from these emails, change your notification settings at
https://github.com/wxWidgets/wxWidgets/settings/notifications