d3drm: Implement D3DRMVectorReflect.
[wine] / dlls / ole32 / tests /
2007-04-06  Rob Shearmanole32: Fix a hack which depended on the IID of the...
2007-04-05  Rob Shearmanole32: Don't release the registered drop targets in...
2007-04-05  Rob Shearmanole32: Check the input hwnd is valid in RevokeDragDrop.
2007-04-05  Rob Shearmanole32: Check for COM not being initialised and an inval...
2007-04-05  Rob Shearmanole32: Add tests for drag and drop functions.
2007-04-04  Rob Shearmanole32: Keep a list of the loaded dlls for each apartment.
2007-04-04  Rob Shearmanole32: Add a test that shows CoFreeUnusedLibraries...
2007-04-03  Francois Gougetole32/tests: Spelling fix.
2007-04-03  Francois Gougetole32/tests: Spelling fix.
2007-03-28  Francois GougetRemove unneeded checks on the GetModuleHandle() return...
2007-03-28  Rob Shearmanole32: Implement MkParseDisplayName.
2007-03-28  Rob Shearmanole32: Add some more tests for MkParseDisplayName.
2007-03-28  Rob Shearmanole32: Display the testname for the test for display...
2007-03-28  Rob Shearmanole32: Do a case-insensitive comparison in the count_mo...
2007-03-28  Rob Shearmanole32: Add tests for the standard marshaler's implement...
2007-03-28  Rob Shearmanole32: Pass the OXID info to RPC_CreateClientChannel...
2007-03-27  Rob Shearmanole32: Add a stubbed out implementation of IClientSecur...
2007-03-20  Rob Shearmanole32: Add a test for StgStreamImpl_SetSize with a...
2007-03-09  Rob Shearmanole32: Implement CoAddRefServerProcess and CoReleaseSer...
2007-03-09  Rob Shearmanole32: Don't keep the local server named pipe open...
2007-03-09  Rob Shearmanole32: Add some tests for the flags input to CoRegister...
2007-03-09  Rob Shearmanole32: Enable local server test and make it work with...
2007-03-09  Rob Shearmanole32: Fix return codes returned by IBindCtx::RegisterO...
2007-03-09  Rob Shearmanole32: Fix cbStruct handling in IBindCtx:GetBindOptions.
2007-03-09  Rob Shearmanole32: Add more tests of IBindCtx functions.
2007-03-08  Rob Shearmanole32: Set output param to NULL in BindCtxImpl_EnumObje...
2007-03-08  Rob Shearmanole32: Fix BindCtxImpl_GetBindOptions to return the...
2007-03-08  Rob Shearmanole32: CreateBindCtx should fail if reserved parameter...
2007-03-06  Rob Shearmanole32: Add some tests for IBindCtx.
2007-03-06  Rob Shearmanole32: Remove some unnecessary traces from the HeapUnkn...
2007-03-06  Rob Shearmanole32: Fix a failing CoUnmarshalInterface test on Windows.
2007-03-06  Rob Shearmanole32: Fix a use-after-free of the file moniker in...
2007-02-26  Rob Shearmanole32: The stream returned by StgStreamImpl_Clone shoul...
2007-02-26  Rob Shearmanole32: Add tests for default handler creation and handl...
2007-02-06  Mike McCormackole32: Add a few more tests for transacted storage.
2007-01-24  Paul Vriensole32/tests: Cast-qual warning fixes.
2007-01-12  Paul Vriensole32/tests: Cast-qual warnings fixes.
2007-01-12  Rob Shearmanole32: Fix copied description and copyright statement...
2007-01-11  Rob Shearmanole32: Add tests for the default handler.
2007-01-11  Rob Shearmanole32: Add tests for error info functions.
2007-01-10  Rob Shearmanole32: Add a test for the failure case of same-apartmen...
2007-01-10  Rob Shearmanole32: Add tests for passing invalid arguments to CoUnm...
2007-01-10  Rob Shearmanole32: ReadClassStm should return STG_E_READFAULT is...
2007-01-10  Rob Shearmanole32: Add tests for invalid arguments of CoMarshalInte...
2007-01-10  Rob Shearmanole32: Fix HGLOBALStreamImpl_CopyTo to check the return...
2007-01-10  Rob Shearmanole32: Move test for CoGetInterfaceAndReleaseStream...
2007-01-10  Rob Shearmanole32: Move the Running Object Table test in marshal...
2007-01-09  Paul Vriensole32/tests: Cast-qual warnings fixes.
2007-01-08  Rob Shearmanole32: Fix the OLE clipboard test to call OleInitialize...
2007-01-08  Rob Shearmanole32: Release the global interface table in the tests...
2007-01-04  Michael Gardinerole32: Stop StgOpenStorage from creating a file when...
2006-12-29  Rob Shearmanole32: Add tests for channel hooks.
2006-12-28  Rob Shearmanole32: Add some tests for the running object table.
2006-12-28  Rob Shearmanole32: Output the HRESULT for clipboard tests that...
2006-12-27  Rob Shearmanole32: Message filters aren't used in the test_call_fro...
2006-12-24  Rob Shearmanole32: Performing a COM call from within the processing...
2006-12-20  Rob Shearmanole32: Reset the message filter at the end of the messa...
2006-12-20  Rob Shearmanole32: Call the message filter for incoming calls.
2006-12-19  Rob Shearmanole32: Fix the HMETAFILEPICT user marshaling test to...
2006-12-18  Rob Shearmanole32: Fix SetSize for HGLOBAL streams in the case...
2006-12-18  Rob Shearmanole32: Implement HMETAFILE and HMETAFILEPICT user marsh...
2006-12-18  Rob Shearmanole32: Move the user marshal tests to usrmarshal.c.
2006-12-14  Francois Gougetole32/tests: Replace some '#if 0's with 'if (0)'s.
2006-12-14  Francois Gougetole32: Fix named/nameless union compilation error.
2006-12-11  Marcus Meissnermade functions and variables static in some testcases.
2006-12-04  Rob Shearmanole32: Fix HandsOffStorage in the data cache.
2006-12-04  Rob Shearmanole32: Implement the DiscardCache function in the data...
2006-12-04  Rob Shearmanole32: Add tests for invalid clipformat/tymed combinati...
2006-12-04  Rob Shearmanole32: Implement saving of the data cache.
2006-12-04  Rob Shearmanole32: Add handling of the dirty state to the data...
2006-12-04  Rob Shearmanole32: Add some tests for the IViewObject, IOleCache2...
2006-11-22  Huw Daviesole32: CoGetInterfaceAndReleaseStream shouldn't crash...
2006-11-16  Huw Daviesole32: CoRegisterMessageFilter shouldn't crash on an...
2006-11-13  Francois Gougetole32/tests: Don't use the NONAMELESS* macros in the...
2006-11-09  Eric Pouechole32: Don't use PropVariantClear to setup an unitializ...
2006-11-09  Michael Stefaniucole32: Fix the warnings introduced by the "unsigned...
2006-10-23  Rob Shearmanole32: Fix some memory leaks in the marshal tests.
2006-10-19  Francois GougetFix compilation with gcc 2.95.
2006-10-16  Francois GougetAssorted spelling fixes.
2006-10-16  Michael StefaniucThe Data1 member of the GUID struct needs to be an...
2006-10-14  Michael Ploujnikovole32/tests: Win64 printf format warning fixes.
2006-10-09  Jacek Cabanole32: Don't fail in OleCreate if created object doesn...
2006-10-03  Francois GougetAssorted spelling fixes.
2006-09-29  Francois Gougetole32: Fix invalid macro usage.
2006-09-29  Francois GougetFix rpcndr.h so it takes CONST_VTABLE into account.
2006-09-29  Michael StefaniucAdd a WINE_NO_LONG_INT define to many makefiles to...
2006-09-28  Andrey Turkinole32: StgOpenStorage on non-existent file should creat...
2006-09-27  Alexandre Julliardole32/tests: Avoid using sizeof in a trace.
2006-09-14  Alexandre Julliardmakefiles: Generate the dependencies line to avoid...
2006-09-11  Robert Shearmanole32: Fix the IStream_SetSize function for HGLOBAL...
2006-09-11  Robert Shearmanole32: Make an ok message match the name of the functio...
2006-09-11  Robert Shearmanole32: Fix the return value of the HGLOBAL stream IStre...
2006-09-11  Robert Shearmanole32: Fix the HGLOBAL stream IStream_Read function...
2006-09-11  Robert Shearmanole32: Add tests for the stream object returned by...
2006-09-08  Francois GougetAssorted spelling fixes.
2006-09-07  Robert Shearmanole32: Add a test for OleLoad.
2006-09-07  Robert Shearmanole32: Add tests for OleCreate.
2006-08-16  Robert Shearmanole32: Add some more tests for failure cases of Co...
2006-08-16  Robert Shearmanole32: Add tests for the failure cases of CLSIDFromProg...
2006-08-03  Andrew Talbotole32/tests: Write-strings warnings fix.
next