- 08 Dec, 2023 22 commits
-
-
Alex Henrie authored
When running `wine explorer.exe /desktop=shell` as a full-screen app, there is no obvious way to close it and return to the Linux desktop. Remedy that problem by adding an "Exit desktop" button to the Start menu in the same place as the "Shut Down" button on Windows.
-
Nikolay Sivov authored
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
-
Alexandros Frantzis authored
When we have a Vulkan client subsurface, and depending on timings and window state (e.g., fullscreen), we may not get the chance to apply new surface configurations when presenting content to the main window surface. To ensure new configurations are applied, also check for and apply/ack configurations during Vulkan presentation. This fixes some games which resize when they become fullscreen, but are not properly placed by the compositor, because they never ack the fullscreen state.
-
Brendan McGrath authored
-
Brendan McGrath authored
-
Brendan McGrath authored
The WM_SETFONT was previously passing the hFont as the LPARAM (when it should be the WPARAM).
-
Brendan McGrath authored
This fixes the layout of the tabcontrol when a font other than the system font is used.
-
Brendan McGrath authored
Windows sets the default width to LOGPIXELSX regardless of the style. It will also always return the previous cx value provided.
-
Brendan McGrath authored
-
Alexandre Julliard authored
To avoid triggering pointer-truncation bugs in applications.
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
Explicitly enable the few programs that need it.
-
Brendan McGrath authored
-
Brendan McGrath authored
Whilst uniscribe won't break on the space here (see LB13 of the Unicode line breaking algorith), DrawText does
-
Matteo Bruni authored
-
Matteo Bruni authored
-
Matteo Bruni authored
-
Zebediah Figura authored
-
Matteo Bruni authored
Make sure we poll queries before we go to sleep, to e.g. avoid hangs in Rocket League. With significant contributions by Zebediah Figura.
-
Zebediah Figura authored
-
Aurimas Fišeras authored
-
- 07 Dec, 2023 18 commits
-
-
Alfred Agrell authored
-
Alfred Agrell authored
-
Alfred Agrell authored
-
Ziqing Hui authored
For h264 byte-stream format, we should set "streamheader". "codec_data" is for avc. We also set timestamp of the buffer to 0 because mp4mux will be error if the PTS is none.
-
Zebediah Figura authored
-
Zebediah Figura authored
Rewrite needs this.
-
Zebediah Figura authored
-
Zebediah Figura authored
-
Billy Laws authored
-
Georg Lehmann authored
-
Yuxuan Shui authored
-
Piotr Caban authored
-
Robert Wilhelm authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=55052
-
Brendan Shanks authored
-
Piotr Caban authored
-
Piotr Caban authored
-
Piotr Caban authored
Image rotation is done in PSDRV_WriteImageDict. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=55210
-
Alexandros Frantzis authored
Pointer confinement may only be enabled by the compositor if the pointer enters the confine region. If the region is small (as in many mouselook cases) it's very likely that this will never happen and the pointer will remained unconfined. To allow mouselook to work more reliably, prefer to lock the pointer if a window is confined and the cursor is not visible.
-