Commit graph

167802 commits

Author SHA1 Message Date
Alexandre Julliard 526b3cd436 include: Use proper dllimports for pathcch functions. 2023-11-06 12:02:19 +01:00
Alexandre Julliard a74b1f0043 include: Use proper dllimports for winmm functions. 2023-11-06 12:02:11 +01:00
Alexandre Julliard 5bd771d5dc include: Use proper dllimports for mimeole functions. 2023-11-06 12:01:56 +01:00
Alexandre Julliard a36d747bfd include: Use proper dllimports for url functions. 2023-11-06 12:01:45 +01:00
Alexandre Julliard 18a1d3538c include: Use proper dllimports for httpapi functions. 2023-11-06 12:01:33 +01:00
Alexandre Julliard 9db1bbf251 include: Use proper dllimports for eventlog functions. 2023-11-06 12:01:22 +01:00
Alexandre Julliard 175887749f include: Use proper dllimports for cryptdlg functions. 2023-11-06 12:01:08 +01:00
Ziqing Hui 7cee5e5580 winegstreamer: Implement wg_muxer_start. 2023-11-06 11:55:56 +01:00
Ziqing Hui 29a8faf19f winegstreamer: Create parser for muxer stream. 2023-11-06 11:55:56 +01:00
Fabian Maurer 8e56d0feb5 msvcrt: Fsetpos resets EOF flag.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=55856
2023-11-06 11:55:44 +01:00
Alex Henrie c9ff04c35c vulkan-1/tests: Use CRT allocation functions. 2023-11-06 11:53:02 +01:00
Alex Henrie 26ad812286 virtdisk/tests: Use CRT allocation functions. 2023-11-06 11:52:54 +01:00
Alex Henrie eea358e6cb setupapi/tests: Use CRT allocation functions. 2023-11-06 11:52:48 +01:00
Alex Henrie bb6bcaf83e winmm/tests: Use CRT allocation functions. 2023-11-06 11:51:46 +01:00
Alex Henrie 0b7eed0310 gdi32/tests: Use CRT allocation functions. 2023-11-06 11:51:40 +01:00
Brendan Shanks ffdbd8357f winemac.drv: Fix minimizing windows programmatically from Win32 when Stage Manager is enabled. 2023-11-06 11:51:28 +01:00
Alistair Leslie-Hughes 6a6a92de14 msdasql: Use DBINITCONSTANTS to get guid values. 2023-11-06 11:51:17 +01:00
Alistair Leslie-Hughes cc3a0320ed include: Add some DBCOLUMN defines. 2023-11-06 11:51:15 +01:00
Jacek Caban 8577d7ec1e gdiplus: Avoid implicit enum casts. 2023-11-06 11:50:48 +01:00
Jacek Caban a6da51347e gdiplus/tests: Avoid implicit casts from MetafileType to EmfType. 2023-11-06 11:50:46 +01:00
Gabriel Ivăncescu cb4939eb0e mshtml/tests: Fix BindInfo leak in htmldoc test.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
2023-11-03 21:46:16 +01:00
Gabriel Ivăncescu febdb0a121 jscript/tests: Fix Date object leak in test_default_value.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
2023-11-03 21:46:16 +01:00
Gabriel Ivăncescu 59e00860a7 jscript/tests: Fix variant leak after conversion when testing VariantChangeType.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
2023-11-03 21:46:10 +01:00
Gabriel Ivăncescu 8f82586fd9 jscript: Fix value arg leak in transform_json_object.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
2023-11-03 21:46:10 +01:00
Gabriel Ivăncescu aa18bbedea jscript: Don't addref before calling jsdisp_propput_name.
It already increases refcount.

Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
2023-11-03 21:46:07 +01:00
Gabriel Ivăncescu 736eb10748 jscript: Fix array leak in Array.filter.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
2023-11-03 21:46:07 +01:00
Gabriel Ivăncescu 7008706739 jscript: Fix value leak in Array.shift.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
2023-11-03 21:46:07 +01:00
Gabriel Ivăncescu 0a4b70a5f6 jscript: Fix EnumVARIANT leak in enumerators.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
2023-11-03 21:46:07 +01:00
Gabriel Ivăncescu 4b3cee0c5d mshtml: Fix window leak on error in async_stop_request.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
2023-11-03 21:46:07 +01:00
Gabriel Ivăncescu 137a36529d mshtml: Release the returned lists from Gecko's QuerySelectorAll even on error.
Gecko may return a pseudo-element-list even on error (such as with an
invalid selector, for example), which holds refs to elements and leaks.

Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
2023-11-03 21:45:57 +01:00
Jacek Caban 88ec915034 webservices: Store xmlbuf encoding as unsigned int.
Avoids enum casts when it's used for reader.
2023-11-03 19:21:51 +01:00
Jacek Caban 5d7156f10b shcore: Avoid implicit enum casts. 2023-11-03 19:21:36 +01:00
Jacek Caban c254ff8dcc qmgr: Avoid implicit enum casts. 2023-11-03 19:21:35 +01:00
Jacek Caban 0d554fee41 msctf: Avoid implicit enum casts. 2023-11-03 19:21:35 +01:00
Owen Rudge 1ee2681394 comdlg32: Perform case-insensitive comparison of extension in file dialog. 2023-11-03 18:05:01 +01:00
Daniel Lehman aef7bf3e73 msmxl4/tests: Add tests for get_xml. 2023-11-03 18:05:01 +01:00
Daniel Lehman e1b2b4e0e6 msxml4/tests: Use wide string literals. 2023-11-03 18:05:01 +01:00
Alexandre Julliard bc5ae2faa8 include: Use proper dllimports for uxtheme functions. 2023-11-03 18:05:01 +01:00
Alexandre Julliard 897098c994 include: Use proper dllimports for setupapi functions. 2023-11-03 18:05:01 +01:00
Alexandre Julliard 6a86396556 include: Use proper dllimports for iphlpapi functions. 2023-11-03 18:05:01 +01:00
Alexandre Julliard f6d808477b include: Use proper dllimports for dbghelp functions. 2023-11-03 18:05:01 +01:00
Alexandre Julliard 7999f40b38 include: Use proper dllimports for win32u functions. 2023-11-03 18:05:01 +01:00
Alexandre Julliard 1f769067a3 include: Use NTSYSAPI for all ntdll exports. 2023-11-03 18:05:01 +01:00
Alexandre Julliard 1771716528 include: Make sure that Unix function tables are always const. 2023-11-03 18:05:01 +01:00
Alexandre Julliard 30dc5d28d1 odbc32: Make the Unix function table const. 2023-11-03 18:05:00 +01:00
Alexandre Julliard c48a3bd349 opengl32: Make the GL driver function table const. 2023-11-03 18:05:00 +01:00
Alex Henrie f27ac1bb77 include: Annotate MIDL_user_allocate with __WINE_(ALLOC_SIZE|DEALLOC|MALLOC). 2023-11-03 18:05:00 +01:00
Alex Henrie c2afbc8c04 gdiplus/tests: Use CRT allocation functions. 2023-11-03 18:03:52 +01:00
Alex Henrie 48801b6dd7 wtsapi32: Use CRT allocation functions. 2023-11-03 12:03:00 +01:00
Alex Henrie b1d2976566 netio: Use CRT allocation functions. 2023-11-03 12:02:50 +01:00