- 23 Apr, 2024 28 commits
-
-
Gopal Prasad authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=56000Co-authored-by: Alexandros Frantzis <alexandros.frantzis@collabora.com>
-
Gopal Prasad authored
Co-authored-by: Ryan Hendrickson <ryan.hendrickson@alum.mit.edu> Co-authored-by: Alexandros Frantzis <alexandros.frantzis@collabora.com>
-
Dmitry Timoshkov authored
This makes stdole32.tlb generated by widl have proper [in,out,retval] parameter flags. Signed-off-by: Dmitry Timoshkov <dmitry@baikal.ru>
-
Dmitry Timoshkov authored
It looks like the lowest bit in the param name offset actually indicates whether type description follows the name, and since the name offsets are always aligned that makes sense. This makes oleview.exe from PSDK running under Windows7 correctly show mix of different very complex and relatively simple type descriptions generated by widl's SLTG generator. Signed-off-by: Dmitry Timoshkov <dmitry@baikal.ru>
-
Dmitry Timoshkov authored
Otherwise Wine's oleaut32 refuses to load a typelib. Signed-off-by: Dmitry Timoshkov <dmitry@baikal.ru>
-
Dmitry Timoshkov authored
Signed-off-by: Dmitry Timoshkov <dmitry@baikal.ru>
-
Danyil Blyschak authored
In source_reader_create_transform(), store the result of IMFActivate_ActivateObject() so that in the event of failure, resources are freed and an appropriate HRESULT is returned. Previously, if every object's activation failed, the last part of the function was not aware of this.
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Henri Verbeet authored
Note that this won't compile very many shaders until vkd3d-shader's GLSL support is much more complete.
-
Henri Verbeet authored
-
Henri Verbeet authored
Much like we do for e.g. shader_glsl_generate_vertex_shader().
-
Brendan McGrath authored
The default behaviour for gstreamer is to use the URI to create the stream-id. Without this, gstreamer creates a random stream-id per pad which can cause inconsistent ordering on the decodebin src pads. This in turn can cause issues, for example, with audio stream selection.
-
Brendan McGrath authored
This is a partial cherry-pick of eda34f74c6ad from Proton.
-
Ziqing Hui authored
-
Ziqing Hui authored
-
Ziqing Hui authored
-
Ziqing Hui authored
-
Ziqing Hui authored
-
Nikolay Sivov authored
-
Nikolay Sivov authored
-
Nikolay Sivov authored
-
Nikolay Sivov authored
-
Billy Laws authored
This is necessary to prevent virtual_set_force_exec from resetting the permissions of mappings back to --- when a non-NX-compatible module is loaded.
-
- 22 Apr, 2024 3 commits
-
-
Michael Bond authored
-
Piotr Caban authored
-
Esme Povirk authored
-
- 19 Apr, 2024 2 commits
-
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
- 18 Apr, 2024 7 commits
-
-
Jacek Caban authored
-
Tim Clem authored
Hide the icon when an app has no visible windows, or when all of its visible windows would have no taskbar entry (i.e., they are owned or have WS_EX_TOOLWINDOW or WS_EX_NOACTIVATE, but not WS_EX_APPWINDOW). The dock icon returns if those conditions are no longer satisfied. This behavior is behind a Mac Driver registry key, EagerDockIconHiding (defaulting to true), to allow toggling it on a per-app or global basis.
-
Jinoh Kang authored
Const correctness is helpful for figuring out which fields are mutable and which ones are intended to stay constant.
-
Jinoh Kang authored
The parameter types are (size_t, size_t, BOOL). Fixes: 4baada41
-
Zhiyi Zhang authored
Fix Imperium: Greek Wars (1183470) launcher scrollbar largely drawn as transparent. The application sets a hardcoded #ffffff as the color key for transparency. On Windows, the scrollbar parts only have very few #ffffff pixels so the scrollbar is drawn as basically opaque. If a theme that have many 0xffffff pixels is being used, then the bug reproduces as well on Windows. I don't want to change the light theme style for this. So let's work around this by using #fefefe instead of #ffffff. This have little difference visually. Based on investigation done by Santino Mazza.
-
Zhiyi Zhang authored
-
Brendan Shanks authored
Microsoft Flight Simulator (2020) requires IDXGISwapChain4.
-