- 17 Oct, 2023 26 commits
-
-
Alex Henrie authored
-
Alex Henrie authored
-
Eric Pouech authored
Don't use hard coded string indexes as one of the expected string can be absent, hence decreasing its index; nothing ensures that the strings are placed in the order of the fields in the smbios structure. So use, smbios structures' indexes instead. Wbemprox was also expecting one string too much. Signed-off-by: Eric Pouech <epouech@codeweavers.com>
-
Gabriel Ivăncescu authored
Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
-
Gabriel Ivăncescu authored
Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
-
Jacek Caban authored
-
Jacek Caban authored
-
Jacek Caban authored
-
Piotr Caban authored
-
Fabian Maurer authored
init_dmo_media_type_video uses head + extra bytes memory, and with MEDIASUBTYPE_RGB8 the extra bytes are already 1024. This leads to stack corruption.
-
Mohamad Al-Jaf authored
windows.media.mediacontrol: Return success in ISystemMediaTransportControlsDisplayUpdater::Update(). Called by Roon.
-
Mohamad Al-Jaf authored
Called by Roon.
-
Mohamad Al-Jaf authored
-
Mohamad Al-Jaf authored
-
Mohamad Al-Jaf authored
-
Mohamad Al-Jaf authored
Called by Roon.
-
Mohamad Al-Jaf authored
-
Mohamad Al-Jaf authored
Called by Roon.
-
Mohamad Al-Jaf authored
-
Mohamad Al-Jaf authored
windows.media.mediacontrol: Implement ISystemMediaTransportControlsDisplayUpdater::get_MusicProperties(). Called by Roon.
-
Mohamad Al-Jaf authored
-
Mohamad Al-Jaf authored
Called by Roon.
-
Mohamad Al-Jaf authored
windows.media.mediacontrol/tests: Add ISystemMediaTransportControlsDisplayUpdater::get/put_Type() tests.
-
Mohamad Al-Jaf authored
Called by Roon.
-
Mohamad Al-Jaf authored
-
Mohamad Al-Jaf authored
-
- 16 Oct, 2023 14 commits
-
-
Alexandros Frantzis authored
If the compositor doesn't provide the logical dimensions (or sane ones), use the physical pixel dimensions as the logical dimensions.
-
Alexandros Frantzis authored
Add outputs to the output_list on creation (instead of when they are first configured), so they are detected and "upgraded" with xdg information even if the compositor advertises the zxdg_output_manager global after the wl_outputs themselves. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=55788
-
Bartosz Kosiorek authored
-
Zebediah Figura authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=55763
-
Zebediah Figura authored
-
Zebediah Figura authored
Do not try to treat types which are not kernel handles as kernel handles.
-
Zebediah Figura authored
Do not try to treat types which are not kernel handles as kernel handles.
-
Zebediah Figura authored
-
Zebediah Figura authored
In particular, handle the case where an object has no name. In theory, this should not happen for regular files, but SetSecurityInfo() is almost certainly not supposed to care about that [i.e. this code probably belongs in the server, at the very least]. However, fixing that will require much more work. While we're at it, rewrite the code to be a little more idiomatic about its intent.
-
Zebediah Figura authored
-
Zebediah Figura authored
At least in the Windows 10 SDK.
-
Rémi Bernon authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-