- 05 Dec, 2023 8 commits
-
-
Anton Baskanov authored
-
Anton Baskanov authored
-
Alex Henrie authored
-
Alex Henrie authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
- 04 Dec, 2023 32 commits
-
-
Vijay Kiran Kamuju authored
-
Vijay Kiran Kamuju authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=55978
-
Jon Doron authored
Starcraft Remastered is looking up for the GPU physical memory size to check for minimum requirements to enable RealTime Lighting. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=46624Signed-off-by: Jon Doron <arilou@gmail.com>
-
Haoyang Chen authored
-
Haoyang Chen authored
If explicit_handle is defined in the idl file, c/s use explicit handles, then an explicit handle must be passed in to the server-side interface
-
Zhiyi Zhang authored
wg_transform_get_status() returns bool, not HRESULT.
-
Zhiyi Zhang authored
video_format can be leaked when encountering an invalid WMV format.
-
Alex Henrie authored
-
Alex Henrie authored
-
Zhiyi Zhang authored
-
Gabriel Ivăncescu authored
Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
-
Gabriel Ivăncescu authored
These methods are not called from any of our objects that hold ref to the inner window only, and since we return outer windows to external callers now, they *must* have a ref to the outer window, which effectively means these cannot be NULL. And some other places didn't check for NULL either (e.g. get_parent). Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
-
Gabriel Ivăncescu authored
Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
-
Gabriel Ivăncescu authored
This would have crashed on detached windows, and checking the navigation_start time has the same effect except it's decoupled from the outer window. Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
-
Rémi Bernon authored
-
Rémi Bernon authored
-
Rémi Bernon authored
-
Rémi Bernon authored
-
Rémi Bernon authored
-
Rémi Bernon authored
We often use "native" to talk about Windows "native" code, which is confusing here.
-
Paul Gofman authored
-
Zhiyi Zhang authored
-
Zhiyi Zhang authored
-
Zhiyi Zhang authored
pEntry could be freed after cache_container_unlock_index(pContainer, pHeader).
-
Zhiyi Zhang authored
process_entry->szExeFile has length of MAX_PATH but info->image_name only has 32.
-
Zhiyi Zhang authored
*pszTmpFileName will be freed with free() but it's allocated with HeapAlloc().
-
Zebediah Figura authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=55591
-
Zebediah Figura authored
-
Zebediah Figura authored
Fixes: 370b8299
-
Zebediah Figura authored
-
Zebediah Figura authored
As with the previous commit, this is clearer and avoids a state ordering assumption.
-
Zebediah Figura authored
wined3d: Use context->stream_info.position_transformed instead of context->last_was_rhw in state handlers. Use of last_was_rhw in these state handlers is, firstly, confusing to read. The variable is actually supposed to be set for *this* draw, not the last one, and state handlers indeed expect that, but that fact isn't obvious. Reading from context->stream_info instead is clearer. Secondly, since last_was_rhw is set by the STATE_VDECL handler, any other state depending on it (including some, though not all, of the sites changed here) thus has an implicit state handler ordering assumption. This is, needless to say, fragile. context->stream_info is computed before state handlers, so that dependency is a bit less fragile.
-