- 08 Dec, 2023 14 commits
-
-
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 26 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.
-
Alexandros Frantzis authored
When the cursor is hidden and a pointer constraint is active, transition to relative mouse motion to enable mouselook in 3D games.
-
Alexandros Frantzis authored
Use the zwp_pointer_constraints_v1 protocol to implement cursor clipping. Note that Wayland only allows us to constrain the cursor within the extents of a particular target surface.
-
Alexandros Frantzis authored
-
Alexandros Frantzis authored
Borrow the concept of "managed" windows from WineX11 and use it to decide whether a window should become the foreground window when receiving the Wayland keyboard focus.
-
Daniel Lehman authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=53531
-
Alex Henrie authored
Although 16-bit function names are not case sensitive, it's best to match the 32-bit version.
-
Alex Henrie authored
Spotted by Vijay Kiran Kamuju.
-
Fabian Maurer authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=55859
-