Alexandre Julliard pushed to branch master at wine / wine
Commits:
1125bb8f by Marc-Aurel Zent at 2024-11-13T18:48:42+01:00
winemac.drv: Allow symbol vkeys to match on Mac virtual key codes.
- - - - -
484c43c9 by Marc-Aurel Zent at 2024-11-13T18:48:42+01:00
winemac.drv: Add Mac virtual key code information to the German layout.
- - - - -
194901b5 by Marc-Aurel Zent at 2024-11-13T18:48:42+01:00
winemac.drv: Add additional French symbol vkeys mappings.
- - - - -
1 changed file:
- dlls/winemac.drv/keyboard.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/19018abf86b862bea04c285dc71de…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/19018abf86b862bea04c285dc71de…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
32be0565 by Piotr Caban at 2024-11-13T18:48:42+01:00
services: Sort services start order by start type.
- - - - -
19018abf by Piotr Caban at 2024-11-13T18:48:42+01:00
wine.inf: Set MountMgr service start option to SERVICE_BOOT_START.
This matches with native. It's needed to ensure that mountmgr is started
before other services that use functionality provided by it. Fixes
Autodesk Desktop Licensing Service that uses GetVolumeInformationByHandleW.
- - - - -
2 changed files:
- loader/wine.inf.in
- programs/services/services.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/e3db89aa9d7b5a94c43642495ebbb…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/e3db89aa9d7b5a94c43642495ebbb…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
a7b1e5d5 by Zhiyi Zhang at 2024-11-13T18:48:42+01:00
urlmon: Support Uri_HOST_IDN.
- - - - -
71b4377e by Zhiyi Zhang at 2024-11-13T18:48:42+01:00
urlmon: Support Uri_DISPLAY_NO_FRAGMENT.
- - - - -
427f8fae by Zhiyi Zhang at 2024-11-13T18:48:42+01:00
urlmon: Support Uri_PUNYCODE_IDN_HOST.
- - - - -
61d8e74e by Zhiyi Zhang at 2024-11-13T18:48:42+01:00
urlmon: Support Uri_DISPLAY_IDN_HOST.
Uri_DISPLAY_IDN_HOST makes the hostname in Uri_PROPERTY_ABSOLUTE_URI, Uri_PROPERTY_DOMAIN and
Uri_PROPERTY_HOST appear in punycode or Unicode as it would appear in the Uri_PROPERTY_DISPLAY_URI
property. IDNs appears in Unicode on some Windows version and in punycode on others. Wine chose to
display Unicode for Uri_PROPERTY_DISPLAY_URI. So no need to add special handling for
Uri_DISPLAY_IDN_HOST at the moment because they already display in Unicode.
- - - - -
e3db89aa by Zhiyi Zhang at 2024-11-13T18:48:42+01:00
urlmon/tests: Test flags for getting properties.
- - - - -
2 changed files:
- dlls/urlmon/tests/uri.c
- dlls/urlmon/uri.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/dd6e73428de6c16f6732e5f8907d2…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/dd6e73428de6c16f6732e5f8907d2…
You're receiving this email because of your account on gitlab.winehq.org.
Henri Verbeet pushed to branch master at wine / vkd3d
Commits:
4c9821e5 by Giovanni Mascellani at 2024-11-13T16:19:06+01:00
tests: Mark a conditional rendering test as buggy on llvmpipe.
Similarly to RADV, this is a kind of perverted situation: in
principle Vulkan doesn't allow vkCmdResolveImage() to be
executed conditionally (i.e., it is unaffected by conditional
execution), which means that vkd3d cannot implement conditional
rendering for ResolveSubresource(), hence the todo. However,
like RADV, llvmpipe apparently violates the specification and
still executes the image resolution command conditionally. So
that's a llvmpipe bug, even if one that helps us doing the right
thing.
- - - - -
1 changed file:
- tests/d3d12.c
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/commit/4c9821e5d53932d856d80237003c1…
--
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/commit/4c9821e5d53932d856d80237003c1…
You're receiving this email because of your account on gitlab.winehq.org.