Alexandre Julliard pushed to branch master at wine / wine
Commits:
27614007 by Arkadiusz Hiler at 2024-09-02T22:52:55+02:00
mmdevapi/tests: Add more IAudioClock tests.
- - - - -
e191ff62 by Andrew Eikum at 2024-09-02T22:52:55+02:00
mmdevapi: Add stub IAudioClockAdjustment implementation.
With tests by Arkadiusz Hiler.
- - - - -
d7277299 by Arkadiusz Hiler at 2024-09-02T22:52:55+02:00
winepulse.drv: Implement set_sample_rate.
- - - - -
8 changed files:
- dlls/mmdevapi/client.c
- dlls/mmdevapi/mmdevdrv.h
- dlls/mmdevapi/tests/render.c
- dlls/mmdevapi/unixlib.h
- dlls/winealsa.drv/alsa.c
- dlls/winecoreaudio.drv/coreaudio.c
- dlls/wineoss.drv/oss.c
- dlls/winepulse.drv/pulse.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/71a0171eccd24791967b3bb1804f8…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/71a0171eccd24791967b3bb1804f8…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
9ecf19bc by Georg Lehmann at 2024-09-02T22:52:55+02:00
winevulkan: Update to VK spec version 1.3.295.
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.
- - - - -
7 changed files:
- dlls/winevulkan/loader_thunks.c
- dlls/winevulkan/loader_thunks.h
- dlls/winevulkan/make_vulkan
- dlls/winevulkan/vulkan_thunks.c
- dlls/winevulkan/vulkan_thunks.h
- dlls/winevulkan/winevulkan.json
- include/wine/vulkan.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/9ecf19bc72106d97338222f52ea00c…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/9ecf19bc72106d97338222f52ea00c…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
3eb35ba7 by Nikolay Sivov at 2024-09-02T22:52:55+02:00
d3d10/effect: Rename some variable array fields to better reflect their meaning.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
cb141439 by Nikolay Sivov at 2024-09-02T22:52:55+02:00
d3d10/effect: Simplify setting GlobalVariables value.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
2 changed files:
- dlls/d3d10/d3d10_private.h
- dlls/d3d10/effect.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/c83e0af9fdd3a620073779ac0f1b0…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/c83e0af9fdd3a620073779ac0f1b0…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
4e63bf47 by Alex Henrie at 2024-09-02T11:00:41+02:00
explorer: Return void from show_icon and hide_icon.
The functions always returned TRUE and nothing used the return value.
- - - - -
566f0348 by Alex Henrie at 2024-09-02T11:00:43+02:00
explorer: Support the NoTrayItemsDisplay registry setting.
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.
- - - - -
3 changed files:
- programs/explorer/desktop.c
- programs/explorer/explorer_private.h
- programs/explorer/systray.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/8cae76ba201720e5f930aed244b77…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/8cae76ba201720e5f930aed244b77…
You're receiving this email because of your account on gitlab.winehq.org.