Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
reproducible-build.patch | Make the build reproducible | Olly Betts <olly@survex.com> | yes | 2022-07-18 | ||
warn-for-compiler-abi-mismatch.patch | Suppress error about mismatching C++ ABI version In practice, the differences between recent ABI versions don't seem to be incompatible since they apparently only affect obscure corner cases. So suppress this error so we don't have to rebuild the entire wx world in one go. |
Olly Betts <olly@survex.com> | no | 2022-07-18 | ||
force-x11-for-wxgl.patch | Force X11 if wx GL library is loaded | Olly Betts <olly@survex.com> | no | debian upstream | 2022-11-28 | |
fix-drawing-icons-wxtreectrl.patch | [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. |
Vadim Zeitlin <vadim@wxwidgets.org> | no | 2022-10-27 |