- 05 Dec, 2023 10 commits
-
-
Anton Baskanov authored
Based on the code from quartz_parser and wg_parser.
-
Anton Baskanov authored
-
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 30 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
-