- Sep 02, 2024
-
-
Since we set the text, this would trigger the exact same logic again.
-
-
-
-
As it deals with display settings and virtual desktop updates, we need it to work with physical coordinates.
-
Making sure it only executes after system_dpi is initialized. Otherwise SetProcessDpiAwarenessContext calls will fail to translate system DPI aware context aliases to the NTUSER_DPI_CONTEXT values with explicit system DPI values.
-
-
It may be per-monitor, which window_from_point checks but not list_children_from_point.
-
-
-
This is now properly handled in win32u and all the drivers are now working with physical DPI coordinates directly. Note that there's still an additional mapping from Wine (window) to Wayland (surface) coordinates, that is handled by coords_from_window and coords_to_window.
-
-
With tests by Arkadiusz Hiler.
-
-
-
-
I have been putting this off for too long because handling VK_KHR_maintenance7 is not trivial. But by now a lot of other extensions have been released, so we should at least support those.
-
Signed-off-by:
Nikolay Sivov <nsivov@codeweavers.com>
-
Signed-off-by:
Nikolay Sivov <nsivov@codeweavers.com>
-
Alexandre Julliard authored
-
This setting is a more extreme version of the ShowSystray setting: In addition to suppressing the floating systray, it suppresses systray icons in the host taskbar and in the virtual desktop taskbar. NoTrayItemsDisplay is the same registry setting that can be set on Windows to remove the system tray from the taskbar, so if any application sets it, Wine will now respect the setting.
-
The functions always returned TRUE and nothing used the return value.
-
-
-
This introduces a new module, sharing source with mfsrcsnk, to register the classes in the same module as native, and prefer native by default.
-
-
-
-
- Aug 30, 2024
-
-
-
-
-
-
-
-
This avoids an (incorrect) compiler warning.
-
Signed-off-by:
Eric Pouech <epouech@codeweavers.com>
-