Commit Graph

  • bd28efb4c7 winegstreamer: Also wait for EOS events when retrieving duration. Akihiro Sagawa 2020-06-13 10:34:22 -0500
  • 5444ce2f0d quartz/vmr9: Get rid of VMR9_ImagePresenter_PresentOffscreenSurface(). Zebediah Figura 2020-06-12 16:28:28 -0500
  • 408a3074c4 quartz/vmr9: Implement IVMRWindowlessControl9::SetAspectRatioMode(). Zebediah Figura 2020-06-12 16:28:27 -0500
  • 8dcd253e06 quartz/vmr9: Trace the arguments to IVMRWindowlessControl9::SetVideoPosition(). Zebediah Figura 2020-06-12 16:28:26 -0500
  • 362ed8c2d5 include: Correct the name of WAVEBANKMINIWAVEFORMAT. Zebediah Figura 2020-06-12 17:59:41 -0500
  • 98eab245d3 ntdll: Initialize file redirects only after the server is connected. Alexandre Julliard 2020-06-13 12:59:17 +0200
  • c3e2013b61 ntdll: Move the get/set file information functions to the Unix library. Alexandre Julliard 2020-06-13 15:32:41 +0200
  • 07248fc500 ntdll: Move the job functions to the Unix library. Alexandre Julliard 2020-06-13 13:21:26 +0200
  • 06fa3d32a7 ntdll: Move the IO completion functions to the Unix library. Alexandre Julliard 2020-06-13 11:56:30 +0200
  • 948a6a47b8 include: Add missing packing, structs and defines for xact3wb.h. Vijay Kiran Kamuju 2020-03-20 13:37:35 +0100
  • 77e9ca7b4c pwrshplugin: New stub dll. Louis Lenders 2020-06-09 14:49:58 +0200
  • ed9e60fb77 directmanipulation: New stub dll. Alistair Leslie-Hughes 2019-07-17 09:26:16 +1000
  • 10331eb2b7 netio.sys: Add WSK provider stub interface. Paul Gofman 2020-06-11 17:47:46 +0300
  • e63c3ed827 ntoskrnl.exe/tests: Add initial test for netio.sys. Paul Gofman 2020-06-11 17:47:45 +0300
  • c873db8c1d makefiles: Also build import libs for extra test modules. Alexandre Julliard 2020-06-12 19:40:25 +0200
  • b531e51cd7 msscript: Parse script host object instead of control to parse_script_text. Jacek Caban 2020-06-12 17:11:51 +0200
  • 60114e157c msscript/tests: Add more script state tests. Jacek Caban 2020-06-12 17:11:37 +0200
  • 197e226e97 msscript: Reimplement state property using embedded script engine state. Jacek Caban 2020-06-12 17:11:25 +0200
  • 14b4a561b2 msscript.ocx/tests: Add initial tests for Script Modules. Gabriel Ivăncescu 2020-06-12 17:11:12 +0200
  • 7dea4b6bea msscript.ocx: Add initial IScriptModule stub implementation. Gabriel Ivăncescu 2020-06-12 17:11:01 +0200
  • df05973ca6 msscript.ocx: Add IScriptModuleCollection stub implementation. Gabriel Ivăncescu 2020-06-12 17:10:34 +0200
  • ff38669c1a quartz/filtergraph: Always sort filter list before use. Anton Baskanov 2020-06-12 14:57:09 +0700
  • 2d79e04bfe d3dcompiler: Print float constants with more precision. Matteo Bruni 2020-06-11 22:08:28 +0200
  • d51c5723c3 widl: Make decl_needs_parens static. Martin Storsjo 2020-06-12 15:08:42 +0300
  • b2d9d552c0 dwrite: Keep current lookup feature mask in context. Nikolay Sivov 2020-06-12 14:22:28 +0300
  • 855668221d msvcrt: Reset buffer in fflush on error. Piotr Caban 2020-06-12 12:43:00 +0200
  • 1e833e58de ole32: Remove workaround for creating objects from context proxy-stub descriptions. Nikolay Sivov 2020-06-12 12:58:00 +0300
  • dd9295b415 ntdll: Create class section for proxy-stub interface entries. Nikolay Sivov 2020-06-12 12:57:59 +0300
  • ae9a59ae05 oleaut32: Include the leading '\1' in the CompObj stream name. Vijay Kiran Kamuju 2020-06-12 10:07:20 +0100
  • 45f0a15edc oleaut32: Merge four DWORDs into a GUID. Vijay Kiran Kamuju 2020-06-12 10:07:19 +0100
  • ca1d31fc3b winemac.drv: Use the default frequency in ChangeDisplaySettingsExW() if dmDisplayFrequency is 1. Zhiyi Zhang 2020-06-12 15:30:02 +0800
  • c4a01d0a65 winex11.drv: Use the default frequency in ChangeDisplaySettingsExW() if dmDisplayFrequency is 1. Zhiyi Zhang 2020-06-12 15:29:33 +0800
  • 203bd057cf user32/tests: Test changing to a 1Hz display mode. Zhiyi Zhang 2020-06-12 15:29:06 +0800
  • 9ed9512662 ntdll: Move a few file functions to the Unix library. Alexandre Julliard 2020-06-12 17:09:10 +0200
  • e0fca94511 ntdll: Move the directory functions to the Unix library. Alexandre Julliard 2020-06-12 14:20:16 +0200
  • 573be7e602 ntdll: Load the case mapping table in the Unix library. Alexandre Julliard 2020-06-12 10:55:21 +0200
  • 412555e0cd ntdll: Move fork and exec support to the Unix library. Alexandre Julliard 2020-06-12 09:26:50 +0200
  • 22970932d0 d3dx9: Use BitScanReverse in make_pow2. Jacek Caban 2020-06-10 14:21:03 +0200
  • 24c84947c8 d3dcompiler: Return an HRESULT from parse_hlsl(). Zebediah Figura 2020-06-08 16:49:39 -0500
  • fdb3db5275 d3dcompiler: Check for missing return value semantics on the entry point. Zebediah Figura 2020-06-08 16:49:38 -0500
  • d5486b6bb5 d3dcompiler: Allow hlsl_ir_constant to contain only numeric types. Zebediah Figura 2020-06-08 16:49:37 -0500
  • d5a4364f44 d3dcompiler: Emit constructors as sequences of stores to a synthetic variable. Zebediah Figura 2020-06-08 16:49:36 -0500
  • 10601d9ac5 d3dcompiler: Cache vector types. Zebediah Figura 2020-06-11 21:44:10 +0200
  • 9c985e703b d3dcompiler: Use the cached scalar type in expr_common_type() where possible. Zebediah Figura 2020-06-08 16:49:34 -0500
  • 8d12efecc9 dmloader: Check for invalid class in EnableCache(). Alexandre Julliard 2020-06-11 21:56:46 +0200
  • f779f36da3 setupapi: Use the original INF source path if possible when copying files. Zebediah Figura 2020-06-11 11:16:32 -0500
  • 547d62da22 setupapi: Store the original INF file path in a .pnf file. Zebediah Figura 2020-06-11 11:16:31 -0500
  • 007a9c9726 setupapi: Reset the source file pointer when comparing files. Zebediah Figura 2020-06-11 11:16:30 -0500
  • 72d055854b ntdll: Use single field for misc flags in ComClass redirection section. Nikolay Sivov 2020-06-11 19:40:25 +0300
  • d4c2b61c48 ntdll: Fix a typo in security descriptor flags. Nikolay Sivov 2020-06-11 21:26:35 +0300
  • 0a2d6378d8 gdi32: Support LUID in D3DKMTOpenAdapterFromGdiDisplayName(). Zhiyi Zhang 2020-06-11 22:00:32 +0800
  • e5819ebe37 advapi32: Add RegEnableReflectionKey stub. Alex Henrie 2020-06-09 20:55:58 -0600
  • fd65a3687e include/ddk: Add WSK timeout constants definitions. Paul Gofman 2020-06-11 17:47:43 +0300
  • 7ba9fdd2a6 include/ddk: Define MAKE_WSK_VERSION macro. Paul Gofman 2020-06-11 17:47:42 +0300
  • f81e31b323 ntoskrnl.exe/tests: Move test functions to the new utils.h header. Paul Gofman 2020-06-11 17:47:41 +0300
  • 3db619d46e winex11.drv: Support multiple adapter display settings in registry. Zhiyi Zhang 2020-06-11 17:22:09 +0800
  • b5d58ff69c explorer: Initialize registry display settings for all adapters. Zhiyi Zhang 2020-06-11 17:21:52 +0800
  • ce4083eccc dwrite: Use BitScanReverse instead of dwrite_log2i. Jacek Caban 2020-06-10 14:21:50 +0200
  • f5e67202cc dwrite: Use BitScanForward instead of dwrite_ctz. Jacek Caban 2020-06-10 14:21:25 +0200
  • c440d87464 dwrite: Implement another GetFontFamily() variant. Nikolay Sivov 2020-06-11 15:09:00 +0300
  • 292dff589e dwrite: Implement ligature substitution. Nikolay Sivov 2020-06-11 15:08:59 +0300
  • cd9f374879 dwrite: Normalize glyph data before passing it to matching function. Nikolay Sivov 2020-06-11 15:08:58 +0300
  • a6c0eab6de dwrite: Set initial canBreakShapingAfter flags. Nikolay Sivov 2020-06-11 15:08:57 +0300
  • f7fc249e8f dwrite: Update clustermap once after all features have been applied. Nikolay Sivov 2020-06-11 15:08:56 +0300
  • a7a977efd9 prntvpt: Add support for custom scaling to ticket XML reader. Dmitry Timoshkov 2020-06-11 14:00:11 +0800
  • 35babf015f prntvpt: Add support for JobCopies to ticket XML reader. Dmitry Timoshkov 2020-06-11 13:59:48 +0800
  • 365cfcd482 prntvpt: Add support for JobInputBin to ticket XML reader. Dmitry Timoshkov 2020-06-11 13:59:46 +0800
  • f3872c7664 prntvpt: Add support for DocumentCollate to ticket XML reader. Dmitry Timoshkov 2020-06-11 13:59:43 +0800
  • 34d4ade175 prntvpt: Add support for PageOrientation to ticket XML reader. Dmitry Timoshkov 2020-06-11 13:59:41 +0800
  • babcbe8978 prntvpt: Add support for PageResolution to ticket XML reader. Dmitry Timoshkov 2020-06-11 13:59:38 +0800
  • 91ba25c288 prntvpt: Add support for PageScaling to ticket XML reader. Dmitry Timoshkov 2020-06-11 13:59:35 +0800
  • bebff23647 prntvpt: Add support for PageOutputColor to ticket XML reader. Dmitry Timoshkov 2020-06-11 13:59:33 +0800
  • 23e69644e0 prntvpt: Implement PTConvertPrintTicketToDevMode. Dmitry Timoshkov 2020-06-11 13:59:31 +0800
  • 899e4dae32 prntvpt: Implement PTReleaseMemory. Dmitry Timoshkov 2020-06-11 13:59:28 +0800
  • 48ef66e9e3 oleaut32: Match funcdesc using both memberid and invkind. Porot Mo 2020-06-11 09:03:08 +0100
  • 3b7c642001 oleaut32/tests: Add tests for ITypeInfo::GetDllEntry(). Porot Mo 2020-06-11 09:03:07 +0100
  • e9eb274db2 oleaut32: Return early if there is no matching funcdesc. Huw Davies 2020-06-11 09:03:06 +0100
  • 0a90d0431d winhttp: Add WinHttpWebSocket* function stubs. Alistair Leslie-Hughes 2020-06-11 10:21:38 +0200
  • 93aea5d86f include: Add winhttp web socket defines. Alistair Leslie-Hughes 2020-06-11 10:21:37 +0200
  • b86dc3926b ntdll: Move the locales initialization to the Unix library. Alexandre Julliard 2020-06-11 11:38:16 +0200
  • ee5c842e53 ntdll: Move the creation of the initial environment to the Unix library. Alexandre Julliard 2020-06-11 10:50:11 +0200
  • a4ce2f652d ntdll: Move Nt system time functions to the Unix library. Alexandre Julliard 2020-06-11 10:07:09 +0200
  • 613446d018 winegstreamer: Try to convert the duration from bytes if the pad doesn't support querying time directly. Zebediah Figura 2020-06-10 15:52:57 -0500
  • 9cc742d258 winegstreamer: Calculate duration independently per pin. Zebediah Figura 2020-06-10 15:52:56 -0500
  • 1e079a0ca4 winegstreamer: Don't query our own source pad to convert duration. Zebediah Figura 2020-06-10 15:52:55 -0500
  • e92c851d95 quartz/filtergraph: Count renderers in IMediaControl::Pause and ::Run. Anton Baskanov 2020-06-10 23:09:07 +0700
  • 609a832a56 quartz/filtergraph: Always try to query IMediaSeeking if it's not cached yet. Anton Baskanov 2020-06-10 23:09:06 +0700
  • 343043153b winemac.drv: Set DM_POSITION and DM_DISPLAYORIENTATION when reporting registry display settings. Zhiyi Zhang 2020-06-03 22:28:46 +0800
  • 988d31b696 winemac.drv: Ensure output IDs are unique for mirrored displays. Brendan Shanks 2020-06-02 17:46:46 -0700
  • e3eb89d5eb winex11.drv: Ensure output IDs are unique for mirrored displays. Brendan Shanks 2020-06-02 17:45:25 -0700
  • f0ebaffc6a gdi32/tests: Remove tests for VidPnSourceId. Zhiyi Zhang 2020-05-24 22:20:54 +0800
  • 03b4bffbbb msvcp: Use BitScanReverse in log2i. Jacek Caban 2020-06-10 14:22:00 +0200
  • 3fc7475283 mshtml: Add IHTMLCSSStyleDeclaration2::perspective implementation. Jacek Caban 2020-06-10 18:21:59 +0200
  • 796f34e81f dwrite: Share same cluster for bases and following diacritics in initial map. Nikolay Sivov 2020-06-10 17:21:33 +0300
  • 8cddbdd785 dwrite: Fix CreateInMemoryFontFileLoader() prototype. Nikolay Sivov 2020-06-10 17:21:32 +0300
  • f51d0487a7 dwrite: Silence HasVariations() fixme. Nikolay Sivov 2020-06-10 17:21:31 +0300
  • 03fe6c64bc dwrite: Implement GetVerticalGlyphVariants(). Nikolay Sivov 2020-06-10 17:21:30 +0300
  • f48ecfc83e dwrite: Return ranges for selected cmap. Nikolay Sivov 2020-06-10 17:21:29 +0300
  • 87ca6a068a prntvpt: Add some tests for PTOpenProvider and PTOpenProviderEx. Dmitry Timoshkov 2020-06-10 13:31:52 +0800
  • f8d3b8e58f prntvpt: Implement PTCloseProvider. Dmitry Timoshkov 2020-06-10 13:31:42 +0800