In preparation for with https://gitlab.winehq.org/wine/wine/-/merge_requests/576. I think support for changing non-primary display modes in winemac will be easier /after/ the display placement logic is moved to win32u. I also don't really know how to handle the display position on macOS.
--
v2: winemac.drv: Support enumerating non-primary adapters display modes.
winemac.drv: Support getting non-primary adapter current display mode.
winemac.drv: Invalidate mode cache when enum flags changes.
winemac.drv: Remove unnecessary macdrv_EnumDisplaySettingsEx declaration.
winemac.drv: Rename display modes cache variables.
https://gitlab.winehq.org/wine/wine/-/merge_requests/720
Created a new MR, because the mailing bridge wouldn't trigger on force pushes.
--
v5: windows.media.speech/tests: Skip SpeechRecognitionListConstraint tests on Win10 1709 x32 and below.
windows.media.speech/tests: Add basic query tests for SpeechSynthesizerOptions.
include/windows.media.speechsynthesis.idl: Add missing interfaces to SpeechSynthesizerOptions runtimeclass.
windows.media.speech: Add missing async_void_Release implementation.
https://gitlab.winehq.org/wine/wine/-/merge_requests/708
Initial implementation for registry application hives, this is a step forward to get Visual Studio to run.
:-)
--
v5: server: save app hive into it's file when closing handle.
server/registry: pass file name instead of file handle to server.
kernelbase: Implement RegLoadAppKey.
ntdll: Initial implementation for application hives.
ntdll: Move NtLoadKey implementation to NtLoadKeyEx.
ntdll/test: Test for application hives.
ntdll: Create NtLoadKeyEx syscall stub.
advapi32/test: Create tests for RegLoadAppKey.
https://gitlab.winehq.org/wine/wine/-/merge_requests/717
Initial implementation for registry application hives, this is a step forward to get Visual Studio to run.
:-)
--
v4: server: save app hive into it's file when closing handle.
server/registry: pass file name instead of file handle to server.
kernelbase: Implement RegLoadAppKey.
https://gitlab.winehq.org/wine/wine/-/merge_requests/717