Define wxUSE_GUI=1 for consumers of CMake wx::core When using GUI libraries, wxUSE_GUI should be defined as 1. Closes #26285.
CMake: Automatically update outdated WebView2 package
Update WebView2 version in documentation and availability check Update the compile-time version check with the last added struct. Fixes #26291
Document WebKitGTK 2.42 rendering issues Added note about WebKitGTK 2.42 DMA-BUF issues and workaround. Closes #26288.
Add a "Contributing" section to the README In particular, mention how to contribute to translations. Closes #26289.
Add hint for reparenting a notebook page Document that it's hidden after calling RemovePage(). Closes #26292.
Document wxART_STOP and wxART_REFRESH art IDs They were not present in the documentation for some reason. Closes #26295.
Remove @onlyfor{wxosx} from EnableFullScreenView() documentation
This function exists in all ports, so don't use this macro.
Do document that it does nothing in all ports except wxOSX.
Closes #26296.
Add support for generating wxStylusEvent for graphical tablets Implement this for wxMSW only for now. Add a sample showing how to handle this event and allowing to test tablet support. Closes #26223.
wxScrolled<>: add support for autoscroll during drag Add wxScrolled<> API to enable autoscroll when wxScrolled<> does not have mouse capture. The intent is that autoscroll-without-capture can be enabled on DragEnter and disabled on DragLeave.
Merge branch 'cmake-webview2-update' of github.com:MaartenBent/wxWidgets CMake: Automatically update outdated WebView2 package. See #26297.
—
View it on GitLab.
You're receiving this email because of your account on gitlab.com. Manage all notifications · Help