Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
--
v5: vkd3d-shader: Add constant folding for 'floor'.
vkd3d-shader: Add a missing entry to instruction debug print helper.
vkd3d-shader: Add constant folding for 'ceil'.
vkd3d-shader: Add support for floor() on SM1-3.
vkd3d-shader: Add support for ceil() on SM1-3.
vkd3d-shader/tpf: Add support for ceil().
vkd3d-shader/hlsl: Parse ceil() function.
tests: Add some tests for ceil().
https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/417
Themed Delphi applications use "explorer::listview" and "explorer::treeview":
https://gitlab.com/freepascal.org/lazarus/lazarus/-/blob/main/lcl/interface…
--
v6: uxtheme: If the application class is already set then OpenThemeData() should fail.
uxtheme: Move fall back to default class to MSSTYLES_OpenThemeClass().
uxtheme/tests: Add a test for SetWindowTheme/OpenThemeData sequence.
uxtheme: Parse app/class name in OpenThemeData().
uxtheme/tests: Add a test for OpenThemeData("explorer::treeview").
uxtheme/tests: Move the IsThemePartDefined() test before hTheme handle is closed.
https://gitlab.winehq.org/wine/wine/-/merge_requests/4140