- Sep 02, 2022
-
-
-
Steve Lhomme authored
The snapshot cannot be created so the filter cannot be used.
-
Steve Lhomme authored
-
Steve Lhomme authored
-
Steve Lhomme authored
-
Steve Lhomme authored
-
Steve Lhomme authored
And fix leak
-
Steve Lhomme authored
-
Steve Lhomme authored
-
Steve Lhomme authored
-
- Sep 01, 2022
-
-
When inheriting from classes with a virtual destructor, it is not needed to declare the destructor both as virtual and override. In line with the normal policy for virtual vs override, use virtual only when declaring the base class destructor.
-
-
Steve Lhomme authored
Regression from a89c7662 that is still usable in UWP.
-
- Aug 31, 2022
-
-
-
bogus seek after chained content regression by 7b091b21
-
-
We can't assume page are small. and seeks to wrong/outside of stream pos if stream does not start time 0
-
-
-
returning negative error on these
-
-
- Aug 30, 2022
-
-
Steve Lhomme authored
PathIsNetworkPathW() is a basic function that only checks for \\ and [a-zA-Z]:\\ pathes [1]. It's also not available on UWP apps. We can do the same by checking the UTF-8 string directly without even a conversion to wide char string. [1] https://docs.microsoft.com/en-us/windows/win32/api/shlwapi/nf-shlwapi-pathisnetworkpathw
-
-
-
-
-
-
-
-
-
-
-
Now that Q_DECL_OVERRIDE is gone, update HACKING for the usage of override.
-
-
-
-
-
-
-