- 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.
-
-
-
-
-
-
-
It's available starting with xdg-toplevel version 5, and we use xdg-wm-base version 1 or the version adding configure_bounds which is version 4, so we don't need to set a handler for now.
-
Fixes a missing initializer warning for axis_value120. We currently enforce version = 5 for the wl_seat version, and it's available starting with wl_pointer version 8, which means that we don't need to set a function handler for now.
-
- Aug 29, 2022
- Aug 28, 2022
-
-
Signed-off-by:
Claudio Cambra <claudio.cambra@gmail.com>
-
Signed-off-by:
Claudio Cambra <claudio.cambra@gmail.com>
-