Commit Graph

  • 8e9e45d8ee widl: support optional output for random state debugging feature/deterministic_pub1 Marko Semet 2020-06-23 20:32:09 +0200
  • 0b12b506b8 winebuild: support optional output for random state debugging Marko Semet 2020-06-23 20:31:57 +0200
  • f89d0be910 winegcc: support optional output for random state debugging Marko Semet 2020-06-23 20:30:47 +0200
  • 343032494a widl: generate deterministic temporary filenames Marko Semet 2020-06-23 20:29:38 +0200
  • 89ccf6055d widl: use 'SOURCE_DATA_EPOCH' besides 'WIDL_TIME_OVERRIDE' Marko Semet 2020-06-23 20:26:28 +0200
  • f2d9cae0f1 winebuild: generate deterministic temporary filenames Marko Semet 2020-06-23 20:25:04 +0200
  • 60eed6ef13 winegcc: generate deterministic temporary filenames Marko Semet 2020-06-23 20:17:48 +0200
  • 9162745496 widl: add pseudo random build file generation feature/deterministic Marko Semet 2020-06-23 19:53:33 +0200
  • d361a52e51 winebuild: fix random generator like winegcc Marko Semet 2020-06-23 19:09:12 +0200
  • 7f0b8eca21 winegcc: random generate add optional output and fixes generation Marko Semet 2020-06-23 19:06:50 +0200
  • 29472b1e55 winegcc: fix initialize random generator Marko Semet 2020-06-23 19:05:07 +0200
  • 449b8c7e92 include: Add RTL_GENERIC_TABLE. master Alex Henrie 2020-06-22 01:16:06 -0600
  • 37a7fab9ed include: Correct definition of PRTL_AVL_ALLOCATE_ROUTINE. Alex Henrie 2020-06-22 01:16:05 -0600
  • 9fa54bf690 kernel32: Open the INI file in PROFILE_GetSection. Zebediah Figura 2020-06-21 19:24:12 -0500
  • 60f344852d kernel32: Get rid of the last parameter to PROFILE_CopyEntry(). Zebediah Figura 2020-06-21 19:24:11 -0500
  • e4b2482e53 kernel32: Simplify GetPrivateProfileStringW(). Zebediah Figura 2020-06-21 19:24:10 -0500
  • 22a6c60e18 kernel32/tests: Add tests for profile struct functions. Zebediah Figura 2020-06-21 19:24:09 -0500
  • 8140604763 mfplat: Implement MFCreateMFVideoFormatFromMFMediaType(). Nikolay Sivov 2020-06-22 17:20:36 +0300
  • a7d18392e4 mfplat: Add IMFVideoMediaType semi-stub. Nikolay Sivov 2020-06-22 17:20:35 +0300
  • 3b4738bb20 dxva2: Add IDirectXVideoProcessorService stub. Nikolay Sivov 2020-06-22 13:45:31 +0300
  • 24aaf0d535 dxva2: Implement handle management for device manager. Nikolay Sivov 2020-06-22 13:45:30 +0300
  • fd72999bd6 dxva2: Add device manager stub. Nikolay Sivov 2020-06-22 13:45:29 +0300
  • c84e0f5778 directmanipulation: Implement IDirectManipulationCompositor::SetUpdateManager. Alistair Leslie-Hughes 2019-07-24 09:15:18 +1000
  • 7cb3e3be29 directmanipulation: Implement IDirectManipulationFrameInfoProvider stub interface. Alistair Leslie-Hughes 2019-07-23 08:37:12 +1000
  • 1366793000 directmanipulation: Implement IDirectManipulationCompositor stub interface. Alistair Leslie-Hughes 2019-07-19 08:49:51 +1000
  • 34aa117278 gdiplus: Preserve temp DC state for bitmap backed graphics objects. Shawn M. Chapla 2020-06-19 13:21:17 -0400
  • 739d0a1dfa gdiplus/tests: Add GDI/GDI+ graphics interop test. Shawn M. Chapla 2020-06-19 13:21:16 -0400
  • 7b24d3efc7 windowscodecs/tests: Format ok() message for tests/ddsformat.c. Ziqing Hui 2020-06-19 10:37:16 +0800
  • 11c68bb50e gdiplus/tests: Fix debug value in test_graphics_clear(). Jeff Smith 2020-06-17 17:26:50 -0500
  • 47b0155f96 gdiplus: Simplify modulo 8 math used for rendering origin. Jeff Smith 2020-06-17 16:39:53 -0500
  • c80b236366 winevulkan: Update to VK spec version 1.2.145. Liam Middlebrook 2020-06-21 12:18:52 -0700
  • 6d712a42ca ntdll: Increment num_busy_workers when queuing TP object. Paul Gofman 2020-06-19 19:05:39 +0300
  • 46eac8de74 bcrypt/tests: Fix some failures on Windows 7. Zebediah Figura 2020-06-20 10:31:54 -0500
  • 8f1d1c533c ntoskrnl: Set DriverStart and DriverSize fields in DRIVER_OBJECT. Derek Lesho 2020-06-19 13:11:37 -0500
  • 67949d96a7 ntdll: Make the client cpu constant global. Alexandre Julliard 2020-06-22 16:16:17 +0200
  • 9e3893cc29 ntdll: Use FSCTL_GET_OBJECT_ID to compare file identities. Alexandre Julliard 2020-06-21 16:56:05 +0200
  • 251335cdf3 ntdll: Implement FSCTL_GET_OBJECT_ID to retrieve a file id. Alexandre Julliard 2020-06-21 16:25:59 +0200
  • 6ff0bb786c ntdll: Set the Unix current directory also in the exec process case. Alexandre Julliard 2020-06-22 11:44:09 +0200
  • c468a36903 ntdll: Use unix_to_nt_file_name() to convert Unix paths in RtlGetFullPathName_U(). Alexandre Julliard 2020-06-20 14:36:18 +0200
  • 9715f3e73d winebuild: wait when temp file already exists Marko Semet 2020-06-21 04:02:02 +0200
  • 6c5b40382b winebuild: generate deterministic temp filenames Marko Semet 2020-06-21 03:22:06 +0200
  • 1b87584bf5 winegcc: wait when temp file already exists Marko Semet 2020-06-21 03:10:43 +0200
  • cb6fcfc2bb widl: use additionally source date epoch for current time Marko Semet 2020-06-20 18:25:25 +0200
  • b072c8a345 winegcc: Produce deterministic temporary file names Marko Semet 2020-06-20 15:48:55 +0200
  • 339dbc586a quartz/vmr9: Allow connecting with YUV formats. Zebediah Figura 2020-06-19 19:50:17 -0500
  • 4eb58312d6 quartz/vmr9: Avoid leaking the surface array on connection failure. Zebediah Figura 2020-06-19 19:50:16 -0500
  • c4f92087af quartz/vmr9: Invert only RGB video. Zebediah Figura 2020-06-19 19:50:15 -0500
  • 46a6dd0824 quartz/vmr9: The source pitch is the width of the Y plane for planar 4:2:0 formats. Zebediah Figura 2020-06-19 19:50:14 -0500
  • d417802015 quartz/vmr9: Align the source pitch to a multiple of 4. Zebediah Figura 2020-06-19 19:50:13 -0500
  • 717784efc9 quartz/vmr9: Merge VMR9_SendSampleData() into VMR9_DoRenderSample(). Zebediah Figura 2020-06-19 19:50:12 -0500
  • 16ac83bcbf Release 5.11. Alexandre Julliard 2020-06-19 21:47:21 +0200
  • b9712f2f37 amstream: Implement AMAudioStream::NewSegment. Anton Baskanov 2020-06-20 00:18:52 +0700
  • 0736217336 amstream: Implement IAudioStreamSample::GetSampleTimes. Anton Baskanov 2020-06-20 00:18:51 +0700
  • 1e81d55190 amstream: Don't crash on NULL ddraw in IDirectDrawMediaStream::GetDirectDraw(). Gijs Vermeulen 2020-06-19 16:10:30 +0200
  • b809070476 amstream/tests: Add IDirectDrawStreamSample::GetMediaStream() tests. Gijs Vermeulen 2020-06-19 16:10:29 +0200
  • b12ac596fd amstream: Get rid of the IDirectDrawStreamSampleImpl typedef. Gijs Vermeulen 2020-06-19 16:10:28 +0200
  • 1b95c1b511 evr/tests: Add some tests for surface samples. Nikolay Sivov 2020-06-19 16:36:29 +0300
  • 9d9975c3b2 mfplat: Add EVR activator attributes to tracing. Nikolay Sivov 2020-06-19 16:36:28 +0300
  • 0c8babdbcc mf: Set clipping window attribute for EVR activator. Nikolay Sivov 2020-06-19 16:36:27 +0300
  • 717c5ff0a1 ntoskrnl/tests: Add test for WSK send and receive. Paul Gofman 2020-06-19 13:13:16 +0300
  • defd4d5380 netio.sys: Implement wsk_{send|receive}(). Paul Gofman 2020-06-19 13:13:15 +0300
  • b192142ec0 netio.sys: Support multiple simultaneous async operations for socket. Paul Gofman 2020-06-19 13:13:14 +0300
  • a2c890c1e1 ntdll: Actually return an NT path in wine_unix_to_nt_file_name() for relative paths. Alexandre Julliard 2020-06-19 18:34:19 +0200
  • cee48cc789 winebuild: Make the 32-bit side of a 16-bit module always a DLL. Alexandre Julliard 2020-06-19 12:57:23 +0200
  • d085e5ba72 winegstreamer: Clear the "colorimetry" and "chroma-site" fields in amt_to_gst_caps_video(). Zebediah Figura 2020-06-18 21:50:41 -0500
  • e80df2d2d5 directmanipulation/tests: Initial tests. Alistair Leslie-Hughes 2019-07-29 09:09:41 +1000
  • e498528bf9 directmanipulation: Implement IDirectManipulationManager2::GetUpdateManager. Alistair Leslie-Hughes 2019-07-22 10:36:34 +1000
  • 353442072a directmanipulation: Create DirectManipulationManager and DirectManipulationSharedManager objects. Alistair Leslie-Hughes 2019-07-17 16:33:21 +1000
  • 6548fc4371 evr: Add IMFVideoMixerControl2 stub for the mixer. Nikolay Sivov 2020-06-18 14:43:46 +0300
  • 68374e4315 evr: Create attributes for input mixer streams. Nikolay Sivov 2020-06-18 14:43:45 +0300
  • d6e5b6ca02 evr: Implement stream managment methods for default mixer. Nikolay Sivov 2020-06-18 14:43:44 +0300
  • 9c11c636b3 comctl32: Clarify a comment. André Hentschel 2020-06-18 13:34:29 +0200
  • 5f9f827fd4 ntdll: Change master/slave to more neutral words. André Hentschel 2020-06-18 13:34:28 +0200
  • 9f974579b6 winex11.drv: Change slave to a more neutral word. André Hentschel 2020-06-18 13:34:27 +0200
  • d593be3b4c krnl386.exe16: Simply clean a comment from master/slave. André Hentschel 2020-06-18 15:29:00 +0200
  • 6f9d20806e winex11.drv: Handle X error from vkGetRandROutputDisplayEXT(). Paul Gofman 2020-06-18 17:28:50 +0300
  • 500a813579 ieframe: Implement IPersistStorage::GetClassID(). Dmitry Timoshkov 2020-06-18 14:39:00 +0800
  • 57b627fba6 amstream: Implement MediaStreamFilter::GetCurrentStreamTime. Anton Baskanov 2020-06-18 01:18:29 +0700
  • 78532a0c09 ntdll: Move the directory change functions to the Unix library. Alexandre Julliard 2020-06-18 15:08:02 +0200
  • 7e3d265469 ntdll: Move the volume information functions to the Unix library. Alexandre Julliard 2020-06-18 14:45:32 +0200
  • a0b7fb9bb2 ntdll: Move the image address initialization to the Unix library. Alexandre Julliard 2020-06-18 14:14:19 +0200
  • 2e6a2cf9c6 ntdll: Move the WoW64 thread context functions to the Unix library. Alexandre Julliard 2020-06-18 13:27:10 +0200
  • e84ec36a62 ntdll: Move the thread get/set information functions to the Unix library. Alexandre Julliard 2020-06-18 12:37:50 +0200
  • 44a230937b ntdll: Move the remaining process functions to the Unix library. Alexandre Julliard 2020-06-18 09:05:30 +0200
  • 6d1fea9711 ws2_32: Add FreeAddrInfoEx. Louis Lenders 2020-06-17 00:43:22 +0200
  • 7f34362d85 ntoskrnl/tests: Add test for WskAccept(). Paul Gofman 2020-06-17 20:22:00 +0300
  • 2d7a304c45 netio.sys: Implement wsk_accept() function. Paul Gofman 2020-06-17 20:21:59 +0300
  • 61cdff3c62 netio.sys: Implement wsk_bind() function. Paul Gofman 2020-06-17 20:21:58 +0300
  • c342ef3c54 netio.sys: Add stub interface for connection sockets. Paul Gofman 2020-06-17 20:21:57 +0300
  • 60c8c78015 ws2_32: Optimize interface_bind_check() by caching adapter addresses. Paul Gofman 2020-06-10 21:22:51 +0300
  • b852f777d9 msado15: Implement IConnectionPoint::Advise/Unadvise. Aaro Altonen 2020-06-17 15:36:15 +0300
  • a0aa5b0f46 msado15/tests: Add tests for IConnectionPoint::Advise/Unadvise. Aaro Altonen 2020-06-17 15:36:14 +0300
  • a436833c41 include: Add ConnectionEventsVt definition. Aaro Altonen 2020-06-17 15:36:13 +0300
  • 67ef515174 msscript.ocx: Implement IScriptModuleCollection::get_Count. Gabriel Ivăncescu 2020-06-15 16:00:04 +0300
  • 8007d19c27 winevulkan: Fill Vulkan device LUID property. Zhiyi Zhang 2020-06-17 20:02:26 +0800
  • 408a5a86ec winevulkan: Thunk vkGetPhysicalDeviceProperties2 and vkGetPhysicalDeviceProperties2KHR. Zhiyi Zhang 2020-06-17 20:02:15 +0800
  • 145cfce113 winex11.drv: Add a Vulkan UUID property for GPUs. Zhiyi Zhang 2020-06-17 20:02:04 +0800
  • 9b54cb9b8b winevulkan: Change blacklist to a more neutral word. André Hentschel 2020-06-17 13:33:21 +0200
  • d0a24609fe winemenubuilder: Change blacklist to a more neutral word. André Hentschel 2020-06-17 13:33:20 +0200
  • bd36f9f91d include: Define PCONTEXT for all architectures. André Hentschel 2020-06-17 15:09:35 +0200