Package: wxwidgets3.2 / 3.2.2+dfsg-2

Metadata

Package Version Patches format
wxwidgets3.2 3.2.2+dfsg-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
reproducible build.patch | (download)

docs/doxygen/Doxyfile | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 make the build reproducible
warn for compiler abi mismatch.patch | (download)

src/common/appbase.cpp | 20 20 + 0 - 0 !
1 file changed, 20 insertions(+)

 suppress error about mismatching c++ abi version
force x11 for wxgl.patch | (download)

src/gtk/glcanvas.cpp | 11 11 + 0 - 0 !
1 file changed, 11 insertions(+)

 force x11 if wx gl library is loaded
fix drawing icons wxtreectrl.patch | (download)

src/generic/treectlg.cpp | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 [patch] fix drawing of icons for non-root wxtreectrl items

Fix y coordinate value passed to wxDC::DrawBitmap() by restoring the
parentheses accidentally removed in 6dd4e73ea3 (Add wxDrawImageBitmap()
helper and use it in wx{List,Tree}Ctrl, 2022-10-25).

(cherry picked from commit 2a13fd238ea499a3e4b089f3ca3a327e94ddb4d9)

See #23255.