- Dec 13, 2024
-
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
We offset the rect to right before to use parent-relative coordinates, we need to tell host_window_configure_child it's relative to the parent. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=57525
-
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
-
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
-
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
-
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
-
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
-
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
-
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
-
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
-
- Dec 12, 2024
-
-
Use a QPC wrapper to avoid NtGetTickCount, which is coupled to the 16 millisecond user_shared_data_timeout in server/fd.c. This lowers the throttling period to 0.25ms (8khz), which is quick enough to consume driver events from high polling rate devices. Fixes: 54ca1ab6 Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=57442
-
It might change when the window region has changed and requires child window clipping or doesn't anymore. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=57503
-
DMDO_DEFAULT is the natural orientation of the device, which isn't necessarily a horizontal mode.
-
Signed-off-by: Eric Pouech <epouech@codeweavers.com>
-
Signed-off-by: Eric Pouech <epouech@codeweavers.com>
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=56325
-
Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
- Dec 11, 2024
-
-
Spotted by Andrey Gusev, thanks!
-
Otherwise, YieldProcessor() is a no-op.
-
The load configuration is mandatory for ARM64EC binaries, and future versions of lld-link will issue a warning if it is missing.
-
Alexandre Julliard authored
-
- Dec 10, 2024
-
-
Alexandre Julliard authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=51998
-
Alexandre Julliard authored
Some apps can't cope with forwards. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=57418
-
-