Replace \275 (DOS character code for 1/2) with .5 in page size comments
Specify imperial units in page setup dialog when page size is imperial Fixes #9177
Drop unused variable
Update Lexilla submodule to fix build with gcc 16 -Werror Just suppress a new warning in gcc 16.
Avoid bogus 16 -Wmaybe-uninitialized warning
Remove unused variable from wxHtmlWinParser::AddPreBlock() This avoids gcc 16 -Wunused-but-set-variable warning.
Suppress bogus -Warray-bounds for gcc 16 in the unit test These warnings look very much like a compiler bug, so suppress them just for this version, hoping that they will get fixed in 16.1 release.
Remove redundant Visual Studio optimization settings Remove compiler options implied by /O2 as it makes it unnecessarily more difficult to replace /O2 with /O1. Closes #26416.
Merge branch 'gcc-16' Fix warnings given by (pre-release version of) gcc 16. See #26418.
Merge branch 'legalize-page-setup-imperial' of github.com:LegalizeAdulthood/wxWidgets Support imperial units in wxMSW page setup dialog: use inches and not millimeters for margins when using page sizes in inches. See #26415.
Update some colour values for Windows dark mode Most notably, change the text colour to be white instead of #e0e0e0. Also tweak some colours that are slightly different under Windows 11. Closes #26412. Co-authored-by: Vadim Zeitlin <va...@wxwidgets.org>
Add a cast of window ID to EGLNativeWindowType EGLNativeWindowType can be defined differently depending on whether X11 or Wayland support is enabled when building the library, and when X11 support is disabled we still need to cast to it explicitly. This should have been part of 8a41fd01d1 (Fix creating wxGLCanvas when using EGL 1.4 with X11, 2026-04-27). See #26410.
Really fix wxRendererXP::DrawItemText() selected text in dark mode Use the correct "DarkMode_ItemsView::LISTVIEW" theme instead of apparently invalid "DarkMode::LISTVIEW". Closes #26414.
—
View it on GitLab.
You're receiving this email because of your account on gitlab.com. Manage all notifications · Help