Branch: refs/heads/master
Home:
https://github.com/wxWidgets/wxWidgets
Commit: af88a6789659889713b6ee2001b5410737b2956b
https://github.com/wxWidgets/wxWidgets/commit/af88a6789659889713b6ee2001b5410737b2956b
Author: Bill Su <
w...@acm.org>
Date: 2026-02-14 (Sat, 14 Feb 2026)
Changed paths:
M include/wx/scrolwin.h
M samples/drawing/drawing.cpp
M src/generic/scrlwing.cpp
Log Message:
-----------
Improve auto-scrolling in wxScrolled
Support auto-scrolling both orientations simultaneously and make
auto-scroll region configurable.
Also allow changing auto-scroll dir without ending drag operation and
starting another one.
Closes #25978.
Commit: 2fdad1d2465ba8e624ccfed039663fe75c40a6be
https://github.com/wxWidgets/wxWidgets/commit/2fdad1d2465ba8e624ccfed039663fe75c40a6be
Author: Vadim Zeitlin <
va...@wxwidgets.org>
Date: 2026-02-14 (Sat, 14 Feb 2026)
Changed paths:
M interface/wx/scrolwin.h
Log Message:
-----------
Document wxScrolled::Set{Inner,Outer}ScrollZone()
Commit: 4ab8c812228ce041ce2b094668f2e86bf1b4f4c8
https://github.com/wxWidgets/wxWidgets/commit/4ab8c812228ce041ce2b094668f2e86bf1b4f4c8
Author: Bill Su <
w...@acm.org>
Date: 2026-02-14 (Sat, 14 Feb 2026)
Changed paths:
M include/wx/scrolwin.h
M interface/wx/scrolwin.h
Log Message:
-----------
wxScrolled<>: simplify autoscroll configuration API
Commit: 219b441fbff714cddcdf5ae4a89ee1860f0a1560
https://github.com/wxWidgets/wxWidgets/commit/219b441fbff714cddcdf5ae4a89ee1860f0a1560
Author: ali kettab <
alike...@gmail.com>
Date: 2026-02-19 (Thu, 19 Feb 2026)
Changed paths:
M src/qt/anybutton.cpp
M src/qt/button.cpp
Log Message:
-----------
wxQt: Add missing handling of wxBU_NOTEXT flag in wxButton
Commit: f7c099e3361daea89eaced52d2abd132663c9560
https://github.com/wxWidgets/wxWidgets/commit/f7c099e3361daea89eaced52d2abd132663c9560
Author: ali kettab <
alike...@gmail.com>
Date: 2026-02-19 (Thu, 19 Feb 2026)
Changed paths:
M src/qt/bmpbuttn.cpp
Log Message:
-----------
wxQt: Add missing handling of wxBU_EXACTFIT flag in wxBitmapButton
Commit: b61c5fad0b29b2ec9f4fb77dca43c8115a9a9e3b
https://github.com/wxWidgets/wxWidgets/commit/b61c5fad0b29b2ec9f4fb77dca43c8115a9a9e3b
Author: ali kettab <
alike...@gmail.com>
Date: 2026-02-19 (Thu, 19 Feb 2026)
Changed paths:
M Makefile.in
M build/bakefiles/files.bkl
M build/cmake/files.cmake
M build/files
M include/wx/artprov.h
A src/qt/artqt.cpp
Log Message:
-----------
wxQt: Add native wxArtProvider implementation
Commit: 526b64f65f6a59ffdb5e83b648a6017ef683a238
https://github.com/wxWidgets/wxWidgets/commit/526b64f65f6a59ffdb5e83b648a6017ef683a238
Author: ali kettab <
alike...@gmail.com>
Date: 2026-02-20 (Fri, 20 Feb 2026)
Changed paths:
M src/qt/artqt.cpp
Log Message:
-----------
wxQt: Return theme icon if there is no standard icon corresponding to wxArtID
Commit: 465f07591666c31e52d81a489820110d90f7f0c1
https://github.com/wxWidgets/wxWidgets/commit/465f07591666c31e52d81a489820110d90f7f0c1
Author: ali kettab <
alike...@gmail.com>
Date: 2026-02-20 (Fri, 20 Feb 2026)
Changed paths:
M include/wx/renderer.h
M src/qt/renderer.cpp
Log Message:
-----------
wxQt: Add wxRenderer::DrawTitleBarBitmap() implementation
Commit: 79f8446ddb1cf50bdca99b277d04048520923517
https://github.com/wxWidgets/wxWidgets/commit/79f8446ddb1cf50bdca99b277d04048520923517
Author: ali kettab <
alike...@gmail.com>
Date: 2026-02-20 (Fri, 20 Feb 2026)
Changed paths:
M interface/wx/renderer.h
Log Message:
-----------
Update wxRenderer::DrawTitleBarBitmap() documentation
Commit: 20437b4973a79d22f50a9aeed96e07b29dfca2ed
https://github.com/wxWidgets/wxWidgets/commit/20437b4973a79d22f50a9aeed96e07b29dfca2ed
Author: ali kettab <
alike...@gmail.com>
Date: 2026-02-20 (Fri, 20 Feb 2026)
Changed paths:
M tests/graphics/bmpbundle.cpp
Log Message:
-----------
Fix BitmapBundle::ArtProvider test failing in wxQt after recent changes
Commit: 7a5aeaa159b58da9f89fe87e6ea6ec32b4ca2c73
https://github.com/wxWidgets/wxWidgets/commit/7a5aeaa159b58da9f89fe87e6ea6ec32b4ca2c73
Author: Blake-Madden <
66873089+B...@users.noreply.github.com>
Date: 2026-02-20 (Fri, 20 Feb 2026)
Changed paths:
M src/generic/textdlgg.cpp
Log Message:
-----------
Prevent wxTextEntryDialog from being resized in unexpected ways
Don't allow shrinking the dialog below its minimum size.
Also don't allow resizing single line entry dialogs vertically at all,
as the extra vertical space would be wasted anyhow and just makes the
dialog look bad.
Closes #25739.
Closes #26213.
Commit: aeeae2c065104d5b5282137a7cb3b6702a3bfefa
https://github.com/wxWidgets/wxWidgets/commit/aeeae2c065104d5b5282137a7cb3b6702a3bfefa
Author: Maarten Bent <
Maart...@users.noreply.github.com>
Date: 2026-02-20 (Fri, 20 Feb 2026)
Changed paths:
M src/jpeg
M src/zlib
Log Message:
-----------
Update jpeg and zlib submodules
Fix a bug in the last jpeg submodule update, fixes #26197.
And update zlib from v1.3.1 to v1.3.2.
Closes #26199.
Commit: 4503833fb3e10eefc75a4c9bf315d3cf68c41543
https://github.com/wxWidgets/wxWidgets/commit/4503833fb3e10eefc75a4c9bf315d3cf68c41543
Author: Vadim Zeitlin <
va...@wxwidgets.org>
Date: 2026-02-20 (Fri, 20 Feb 2026)
Changed paths:
M src/generic/richtooltipg.cpp
Log Message:
-----------
Don't set wxRichToolTip background colour in wxGTK
This makes the tooltip unreadable because using background colours with
alpha channel doesn't work correctly for wxPopupWindow (or, rather,
wxNonOwnedWindow) in wxGTK currently and wxSYS_COLOUR_INFOBK uses alpha
in the default GTK theme.
Closes #26185.
Commit: d8263f8d6d339d4a11053b88616174917e0d8948
https://github.com/wxWidgets/wxWidgets/commit/d8263f8d6d339d4a11053b88616174917e0d8948
Author: ali kettab <
alike...@gmail.com>
Date: 2026-02-20 (Fri, 20 Feb 2026)
Changed paths:
M tests/graphics/bmpbundle.cpp
Log Message:
-----------
Ignore BitmapBundle::ArtProvider test failing under xvfb with Qt < 5.12
Commit: 673ee930e7acd999e11e38c1c6c7cb81462e5082
https://github.com/wxWidgets/wxWidgets/commit/673ee930e7acd999e11e38c1c6c7cb81462e5082
Author: Bill Su <
w...@acm.org>
Date: 2026-02-21 (Sat, 21 Feb 2026)
Changed paths:
M include/wx/scrolwin.h
M interface/wx/scrolwin.h
M samples/drawing/drawing.cpp
M src/generic/scrlwing.cpp
Log Message:
-----------
wxScrolled<>: simplify autoscroll zone config API
Commit: 583d44d6bc024980f92381c9c11fdaf4db8a20fe
https://github.com/wxWidgets/wxWidgets/commit/583d44d6bc024980f92381c9c11fdaf4db8a20fe
Author: Carlo Bramini <
carlo_...@users.sourceforge.net>
Date: 2026-02-21 (Sat, 21 Feb 2026)
Changed paths:
M src/common/cairo.cpp
Log Message:
-----------
Fix undefined reference to cairo_surface_get_device_scale()
This function needs to be loaded dynamically too.
Closes #26218.
Commit: 29e6610a506d1c290dc5a8595eaadcb9dcbb85e0
https://github.com/wxWidgets/wxWidgets/commit/29e6610a506d1c290dc5a8595eaadcb9dcbb85e0
Author: Vadim Zeitlin <
va...@wxwidgets.org>
Date: 2026-02-21 (Sat, 21 Feb 2026)
Changed paths:
M Makefile.in
M build/bakefiles/files.bkl
M build/cmake/files.cmake
M build/files
M include/wx/artprov.h
M include/wx/renderer.h
M interface/wx/renderer.h
M src/qt/anybutton.cpp
A src/qt/artqt.cpp
M src/qt/bmpbuttn.cpp
M src/qt/button.cpp
M src/qt/renderer.cpp
M tests/graphics/bmpbundle.cpp
Log Message:
-----------
Merge branch 'qt-artprov' of github.com:AliKet/wxWidgets
Add wxArtProvider implementation for wxQt.
See #26210.
Commit: 9720f1fdce0e11313d383a6ceb92275e7910e540
https://github.com/wxWidgets/wxWidgets/commit/9720f1fdce0e11313d383a6ceb92275e7910e540
Author: Sean Maas <
seanm...@gmail.com>
Date: 2026-02-21 (Sat, 21 Feb 2026)
Changed paths:
M src/osx/core/hidjoystick.cpp
Log Message:
-----------
wxOSX: fix missing axes in wxJoystick
Add code to handle D-pads as X/Y axes, which is the behaviour observed
when using wxJoystick on Linux.
Closes #26216.
Commit: 15285067673a40a318989d42ffc0d9ac5833ff70
https://github.com/wxWidgets/wxWidgets/commit/15285067673a40a318989d42ffc0d9ac5833ff70
Author: Vadim Zeitlin <
va...@wxwidgets.org>
Date: 2026-02-21 (Sat, 21 Feb 2026)
Changed paths:
M include/wx/scrolwin.h
M interface/wx/scrolwin.h
M samples/drawing/drawing.cpp
M src/generic/scrlwing.cpp
Log Message:
-----------
Merge branch 'autoscroll-zone' of github.com:wsu-cb/wxWidgets
Make wxScrolled<> autoscroll region configurable.
See #25978.
Compare:
https://github.com/wxWidgets/wxWidgets/compare/b0d50ffe9164...15285067673a
To unsubscribe from these emails, change your notification settings at
https://github.com/wxWidgets/wxWidgets/settings/notifications