1
0
mirror of https://github.com/wine-mirror/wine synced 2024-07-03 08:19:41 +00:00

Commit Graph

  • 5dbc785eee
    Merge 5235686be0 into 979a40c398 cjy880927 2024-07-02 21:41:51 -0700
  • 979a40c398 ucrtbase: Store exception record in ExceptionInformation[6] during unwinding. master Piotr Caban 2024-07-02 18:14:50 +0200
  • 692f4384e4 cmd: Set success/failure return code for COPY command. Eric Pouech 2024-06-27 18:16:49 +0200
  • e65bcb688a cmd: Set success/failure return code for RENAME command. Eric Pouech 2024-06-27 18:03:53 +0200
  • 90d278f932 cmd: Set success/failure return code for MOVE command. Eric Pouech 2024-06-27 17:46:11 +0200
  • ca3b24733a cmd: Set success/failure return code DELETE command. Eric Pouech 2024-06-27 17:39:24 +0200
  • 0b6fc4cd1c cmd: Set success/failure return code for TYPE command. Eric Pouech 2024-06-27 17:28:53 +0200
  • a132d9c37e cmd: Add success/failure tests for file related commands. Eric Pouech 2024-05-24 11:06:03 +0200
  • 8f4bb2e9f9 winegstreamer: Implement MPEG-1 audio to IMFMediaType conversion. Elizabeth Figura 2024-06-15 18:51:07 -0500
  • 6013852094 winegstreamer: Implement WMA to IMFMediaType conversion. Elizabeth Figura 2024-06-15 18:48:38 -0500
  • 1eb60c34c3 winegstreamer: Implement WMV to IMFMediaType conversion. Elizabeth Figura 2024-06-15 18:44:04 -0500
  • 056b8436e0 winegstreamer: Implement AAC to IMFMediaType conversion. Elizabeth Figura 2024-06-15 18:37:25 -0500
  • 2cdba592f8 winegstreamer: Implement H.264 to IMFMediaType conversion. Elizabeth Figura 2024-06-15 18:28:50 -0500
  • 6c541e3837 winegstreamer: Implement H.264 to wg_format conversion. Elizabeth Figura 2024-06-15 21:20:13 -0500
  • 2a0a43627b winegstreamer: Implement MPEG-4 audio to wg_format conversion. Elizabeth Figura 2024-06-15 21:18:03 -0500
  • 92956ae554 winegstreamer: Check the version before calling wg_format_from_caps_video_mpeg1(). Elizabeth Figura 2024-06-15 21:18:24 -0500
  • e72f8b08e2 mfplat/tests: Add more tests for compressed formats. Elizabeth Figura 2024-06-19 00:02:15 -0500
  • 31be907221 winewayland: Support WGL_ARB_pixel_format_float. Alexandros Frantzis 2024-06-26 10:55:16 +0300
  • 7d1dec86de winewayland: Support WGL_ARB_pixel_format. Alexandros Frantzis 2024-06-26 10:49:58 +0300
  • 3832320559 winex11: Remove driver wglChoosePixelFormatARB implementation. Alexandros Frantzis 2024-06-25 13:59:38 +0300
  • 272c55ac25 opengl32: Add default implementation for wglChoosePixelFormatARB. Alexandros Frantzis 2024-06-25 13:45:02 +0300
  • 279d8bf724 mlang: Return the correct interface in GetGlobalFontLinkObject. Fabian Maurer 2024-06-29 04:45:03 +0200
  • 6df749e2b8 mlang/tests: Add tests showing which interface is returned by GetGlobalFontLinkObject. Fabian Maurer 2024-06-29 04:36:43 +0200
  • 1ba592eec6 mlang/tests: Add test for GetGlobalFontLinkObject allowing IID_IMultiLanguage2. Fabian Maurer 2024-06-29 04:18:46 +0200
  • 17f052c36a ntdll: Buffer pagemap reads in fill_working_set_info(). Paul Gofman 2024-06-20 15:43:15 -0600
  • 76ffdde095 ntdll: Fill range of output in fill_working_set_info(). Paul Gofman 2024-06-20 14:47:53 -0600
  • 27b74d8e37 ntdll: Limit vprot scan range to the needed interval in get_working_set_ex(). Paul Gofman 2024-06-20 14:31:07 -0600
  • 2befbce04d ntdll: Iterate views instead of requested addresses in get_working_set_ex(). Paul Gofman 2024-06-19 20:38:40 -0600
  • f56944502d ntdll: Factor OS-specific parts out of get_working_set_ex(). Paul Gofman 2024-06-19 18:49:12 -0600
  • 81caa1d72b ntdll: Validate length in get_working_set_ex(). Paul Gofman 2024-06-21 16:42:44 -0600
  • 820768df0c psapi/tests: Add tests for QueryWorkingSetEx() with multiple addresses. Paul Gofman 2024-06-21 17:14:21 -0600
  • 233f6f288c ntdll: Report the space completely outside of reserved areas as allocated on i386. Paul Gofman 2024-06-28 11:16:59 -0600
  • 9db570c6c3 cmd: Close file opened with popen with correct function (coverity). Fabian Maurer 2024-06-30 21:22:08 +0200
  • adce0d34f5 winegstreamer/video_encoder: Implement GetInputCurrentType. Ziqing Hui 2024-06-28 14:19:20 +0800
  • 6f22111a9f winegstreamer/video_encoder: Implement SetInputType. Ziqing Hui 2024-06-28 14:14:30 +0800
  • 758af39175 winegstreamer/video_encoder: Implement GetInputAvailableType. Ziqing Hui 2024-06-28 14:05:04 +0800
  • 9192b3b724 winegstreamer: Create transforms from MFVIDEOFORMAT / WAVEFORMATEX. Rémi Bernon 2024-05-06 11:28:42 +0200
  • 0906f6957a winegstreamer: Translate MFVIDEOFORMAT / WAVEFORMATEX directly to GstCaps in wg_transform. Rémi Bernon 2024-05-07 18:28:07 +0200
  • fbceb9e60b winegstreamer: Translate GstCaps directly to MFVIDEOFORMAT / WAVEFORMATEX in wg_transform. Rémi Bernon 2024-05-10 13:07:26 +0200
  • c6723f8592 mf/session: Implement D3D device manager propagation. Rémi Bernon 2024-05-13 18:04:48 +0200
  • fbd7bd5167 mf/session: Don't update transform output type if not needed. Rémi Bernon 2024-05-15 11:30:15 +0200
  • 1933020c05 win32u: Use the thread message queue shared memory in wait_message_reply. Rémi Bernon 2024-06-26 16:16:56 +0200
  • 8b5cad9e58 win32u: Use the thread message queue shared memory in NtUserGetQueueStatus. Rémi Bernon 2024-06-26 16:18:22 +0200
  • 26e4e3581f win32u: Use the thread message queue shared memory in get_input_state. Rémi Bernon 2024-06-25 17:00:13 +0200
  • 7f53ca70ba server: Move thread message queue bits to the shared mapping. Rémi Bernon 2024-06-26 15:55:33 +0200
  • f41c434b88 win32u: Read the thread message queue masks from the shared memory. Rémi Bernon 2024-06-25 16:42:46 +0200
  • faa10ba7b5 server: Move thread message queue masks to the shared mapping. Rémi Bernon 2024-02-19 22:40:56 +0100
  • ce4674e180 netapi32: Add NetGetAadJoinInformation stub. Austin English 2024-04-30 20:29:04 -0500
  • c8eec0af70 include: Add new names in D3D_NAME enum in d3dcommon.idl. Biswapriyo Nath 2024-06-28 18:41:53 +0000
  • f506bfd018 include: Add macros for d3d12 shader version in d3d12shader.idl. Biswapriyo Nath 2024-06-28 18:40:49 +0000
  • fe510b5c5c include: Add flags for ID3D11ShaderReflection::GetRequiresFlags method in d3d11shader.h. Biswapriyo Nath 2024-06-28 18:34:19 +0000
  • d16c47625f d3dx9/tests: Define COBJMACROS. Elizabeth Figura 2024-06-21 19:19:26 -0500
  • 43afea4e99 d3dx9: Use the correct interfaces for some COM calls. Elizabeth Figura 2024-06-21 19:18:13 -0500
  • 5bb9e670f6 mfplat/tests: Use the correct interfaces for some COM calls. Elizabeth Figura 2024-06-21 19:17:04 -0500
  • 70f5c4cf38 d3dcompiler/tests: Use the correct interfaces for some COM calls. Elizabeth Figura 2024-06-21 19:12:10 -0500
  • 270b679bf8 kernelbase: Mask extra protection flags in WriteProcessMemory. Alexandre Julliard 2024-06-29 17:24:54 +0200
  • b87f35898d Release 9.12. wine-9.12 Alexandre Julliard 2024-06-28 22:35:25 +0200
  • ead5117651 msado15: Implement _Command::CreateParameter. Alistair Leslie-Hughes 2024-06-28 20:57:30 +1000
  • 9e10bdb72a msado15: Implement Parameters interface. Alistair Leslie-Hughes 2024-06-28 20:57:30 +1000
  • 090f2c6007 msado15: Implement _Command::get_Parameters. Alistair Leslie-Hughes 2024-06-28 20:57:30 +1000
  • 5fbe49f5ae winex11: Remove now unnecessary window surface BITMAPINFO. Rémi Bernon 2024-05-31 10:59:46 +0200
  • 7014d04889 winewayland: Remove now unnecessary window surface BITMAPINFO. Rémi Bernon 2024-05-30 13:55:13 +0200
  • 1b9e6e6d1f wineandroid: Remove now unnecessary window surface BITMAPINFO. Rémi Bernon 2024-05-31 10:47:36 +0200
  • e1b1a97fc8 winemac: Remove now unnecessary driver surface BITMAPINFO. Rémi Bernon 2024-05-31 10:43:05 +0200
  • 6f047d8c85 win32u: Get rid of the unnecessary offscreen window surface struct. Rémi Bernon 2024-06-12 12:16:53 +0200
  • 5c01d08918 win32u: Introduce a new helper to get surface color info and bits. Rémi Bernon 2024-06-12 12:13:00 +0200
  • 2483ea455e win32u: Pass BITMAPINFO and color bits to window surface flush. Rémi Bernon 2024-06-06 00:24:44 +0200
  • 2d62cee5d0 win32u: Introduce a new helper to update layered window surface attributes. Rémi Bernon 2024-06-27 16:41:44 +0200
  • 8bf839bc24 win32u: Move layered surface attributes to the window_surface struct. Rémi Bernon 2024-06-15 21:09:37 +0200
  • bf9a465e95 cmd: Implement semantic for chaining in ||, | and && operators. Eric Pouech 2024-06-27 16:21:35 +0200
  • 9c717825dc cmd: Set success/failure return code for CALL command. Eric Pouech 2024-06-27 16:34:48 +0200
  • b1d28877dc cmd: Set success/failure return code for ECHO command. Eric Pouech 2024-06-27 10:06:37 +0200
  • 7ccc169570 cmd: Add success/failure return code tests for CALL command. Eric Pouech 2024-06-27 16:39:47 +0200
  • 355b493833 cmd: Use precedence in command chaining. Eric Pouech 2024-05-03 12:00:30 +0200
  • 930a61a455 jscript: Always free jsdisp_t in jsdisp_free. Jacek Caban 2024-06-27 20:13:17 +0200
  • d4ff0c9f36 jscript: Use default destructor for Object instances. Jacek Caban 2024-06-27 20:11:17 +0200
  • a9dec6088f jscript: Use default destructor for array objects. Jacek Caban 2024-06-27 20:08:31 +0200
  • 0cfa404f3b jscript: Consistently use jsdisp_addref and jsdisp_release. Jacek Caban 2024-06-27 19:56:05 +0200
  • 119b0bb77d jscript: Introduce to_jsdispex. Jacek Caban 2024-06-27 19:54:33 +0200
  • be46a6033d jscript: Use to_disp in a few more places. Jacek Caban 2024-06-27 19:51:33 +0200
  • f5e4dd96e9 winegstreamer/video_encoder: Implement GetOutputCurrentType. Ziqing Hui 2024-06-26 16:46:42 +0800
  • 9c853fd36d winegstreamer/video_encoder: Implement SetOutputType. Ziqing Hui 2024-06-20 11:04:36 +0800
  • c73dddbf0f winegstreamer/video_encoder: Implement GetOutputAvailableType. Ziqing Hui 2024-06-20 10:59:43 +0800
  • 2b094ace7e mf/tests: Add more tests for h264 encoder type attributes. Ziqing Hui 2024-06-26 14:48:51 +0800
  • c34eb96933 winegstreamer/color_converter: Support clearing media types. Ziqing Hui 2024-06-26 16:27:44 +0800
  • 19d6a0177d winegstreamer/aac_decoder: Support clearing media types. Ziqing Hui 2024-06-26 16:22:17 +0800
  • d8379aa2cc wined3d: Implement wined3d_check_device_format_conversion(). Elizabeth Figura 2024-06-08 19:13:14 -0500
  • fe3a33baec po: Update Lithuanian translation. Aurimas Fišeras 2024-06-28 01:14:13 +0300
  • 727472ab7d wpcap: Handle different layout of the native packet header structure on 32-bit. Hans Leidekker 2024-06-27 09:56:45 +0200
  • 4e79e45635 jscript: Use designated initializers for builtin_info_t. Jacek Caban 2024-06-27 11:56:45 +0200
  • 26720d1c8b jscript: Fix PROP_DELETED handling in delete_prop. Jacek Caban 2024-06-27 12:58:52 +0200
  • 8cd5eca45c wined3d: Recheck whether a query is active after wined3d_context_vk_get_command_buffer(). Elizabeth Figura 2024-06-20 12:44:13 -0500
  • 69138c85ed ddraw: Preserve d3d device state in ddraw_surface_create(). Paul Gofman 2024-06-18 12:52:54 -0600
  • 8911dd0b73 ddraw/tests: Add tests for preserving d3d state during primary surface creation. Paul Gofman 2024-06-18 15:19:14 -0600
  • aeeea45da3 cmd: Return sub-block return code for IF and FOR. Eric Pouech 2024-06-20 17:34:12 +0200
  • 6932e8bd0e cmd: Support help for IF and FOR commands. Eric Pouech 2024-06-24 10:51:27 +0200
  • 6c39db0ca0 cmd: Migrate IF/FOR instructions inside CMD_NODE. Eric Pouech 2024-04-30 15:25:27 +0200
  • be0d882e89 ntdll: Always fill the 32-bit iosb for overlapped handles, for regular read/write. Elizabeth Figura 2024-06-13 23:24:42 -0500
  • 5125f9d5af ntdll: Always fill the 32-bit iosb for overlapped handles, in set_async_direct_result(). Elizabeth Figura 2024-06-13 23:24:27 -0500
  • 193fc028d2 ntdll: Always fill the 32-bit iosb for overlapped handles, in file_complete_async(). Elizabeth Figura 2024-06-13 23:24:02 -0500