[wxWidgets/wxWidgets] 8b6d46: Document wxObjectRefData as a typedef (vs class)

0 views
Skip to first unread message

VZ

unread,
Jan 1, 2026, 11:42:21 AMJan 1
to wx-co...@googlegroups.com
Branch: refs/heads/3.2
Home: https://github.com/wxWidgets/wxWidgets
Commit: 8b6d46ef099aaa087fdf88e3aae729ed9d441593
https://github.com/wxWidgets/wxWidgets/commit/8b6d46ef099aaa087fdf88e3aae729ed9d441593
Author: Scott Talbert <s...@techie.net>
Date: 2025-12-15 (Mon, 15 Dec 2025)

Changed paths:
M interface/wx/object.h

Log Message:
-----------
Document wxObjectRefData as a typedef (vs class)

While this is actually more true to reality, this also helps work around
an issue with Doxygen 1.15.0 (and wxPython builds). See:
https://github.com/doxygen/doxygen/issues/11889

See #26033.

(cherry picked from commit cf49b6a220473e1acc3beea07daa2457462ff01c)


Commit: ea45ac71c830616764a2195206a918bc8e719847
https://github.com/wxWidgets/wxWidgets/commit/ea45ac71c830616764a2195206a918bc8e719847
Author: Václav Slavík <vac...@slavik.io>
Date: 2025-12-31 (Wed, 31 Dec 2025)

Changed paths:
M docs/changes.txt
M src/osx/choice_osx.cpp

Log Message:
-----------
Fix wxChoice::GetBestSize() on macOS 26

See #26058.

(cherry picked from commit 2707aa59b446e6738a563ad9b14fa9128aaa6d03)


Commit: 73f6213c7c3e8a0615bf706cee31489d9b07922b
https://github.com/wxWidgets/wxWidgets/commit/73f6213c7c3e8a0615bf706cee31489d9b07922b
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/clipboard/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/memcheck/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/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 2026

Just run misc/scripts/inc_year and commit the results.

See #18690.


Compare: https://github.com/wxWidgets/wxWidgets/compare/2cfc293bac56...73f6213c7c3e

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