Fix typo in a comment in wxFSVolumeBase No real changes.
Make wxFSVolume ctor from name explicit Prevent implicit conversion of strings to FS volumes which wouldn't make any sense.
Define USE_WIN32=1 earlier in configure This allows to use it to guard Windows-specific options. Also drop the test for "doesnt_want_win32" which, confusingly, was not the negation of the test for "wants_win32" and required a special comment to explain this: instead, just don't define "wants_win32" and reset USE_WIN32 in this case.
Disable wxUSE_FSVOLUME in the ports not supporting it It doesn't make sense to have wxUSE_FSVOLUME=1 in wxGTK and other Unix ports that don't provide this class, so leave it as 0 there. Also update the documentation to say that wxFSVolume is not implemented under Unix, not that it doesn't make sense there because it could be mapped to file system mount points, in theory.
Add a trivial unit test of wxFSVolumeBase Test that we can at least create it.
Remove useless wxFSVolume::InitIcons() Just allocate m_icons on demand in wxMSW.
Record SHA-1 checksums for 3.3.0 release files It's not really clear whether this is really useful, but preserve them for the posterity just in case (and because "post-release" procedure says to do it).
Update version to 3.3.1 and rebake
Don't complain about missing wxWebView backend if it's disabled Distinguish between wxUSE_WEBVIEW being set to "no" due to --disable-webview being explicitly used and not finding any backends. This commit is best viewed using Git --color-moved option and ignoring whitespace-only changes. Closes #25500.
Improve alternate row colour in wxListCtrl in dark mode Using 150 alpha made the colour much too bright, decrease it to 110 to make the contrast between odd and even rows backgrounds less jarring.
Merge branch 'fsvolume-icons' Remove wxFSVolume::InitIcons() and some other minor cleanup. See #25492.
Improve wxRect2DDouble Add functions to give it parity with wxRect. Add wxNODISCARDS where appropriate. Extend the documentation, notably explaining behaviour differing from wxRect. Closes #25497.
Create new section for 3.3.1 in the change log
Fix webrequest and webview samples build with MSVC in C++20 mode Using a const char* and a wxString in the two branches of the ternary operator resulted in compile-time errors when using C++20 standard since the result type of the conditional expression was ambiguous, so add explicit conversions to fix it. See also #19355. Closes #25501.
—
View it on GitLab.
You're receiving this email because of your account on gitlab.com. Manage all notifications · Help