It is possible that a stream is destroyed while another thread is waiting on
event_empty_cond or event_cond. The waiting thread should have the opportunity
to be rescheduled and exit the critical section before the condition variables
and the mutex are destroyed.
--
v2: winegstreamer: Do not destroy condition variables when a thread is waiting on them.
https://gitlab.winehq.org/wine/wine/-/merge_requests/1278
Allows the Adobe Photoshop Elements installer to get slightly further than before
The `E_FAIL` check for switching to int while there's a non-integer string isn't needed for the installer and is just something I hit accidentally when trying to write the test cases. Should I leave it in?
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/1338
--
v2: uiautomationcore: Add support for returning multiple HUIANODEs from UiaFind.
uiautomationcore: Store traverse_uia_node_tree() results in a dynamic array.
uiautomationcore: Add support for ExcludeRoot parameter in UiaFind.
uiautomationcore: Partially implement UiaFind.
uiautomationcore: Add UiaFind stub.
https://gitlab.winehq.org/wine/wine/-/merge_requests/1249
Just a few miscellaneous fixes I think are simple enough to make it into the next version.
--
v2: vkd3d-shader/hlsl: Revert expr_compatible_data_types() args names to "t1" and "t2".
vkd3d-shader/hlsl: Don't produce a parse error on empty buffer_body.
https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/48