d3d9: Add a projected texture test.
[wine] / dlls / ole32 /
2008-03-24  Reece Dunnole32: Added a missing include needed for CLSID_ShellDe...
2008-03-15  Rob Shearmanole32: CreatePointerMoniker is implemented.
2008-03-14  Andrew Talbotole32: Assign to structs instead of using memcpy.
2008-03-11  Andrew Talbotole32: Assign to structs instead of using memcpy.
2008-03-11  Andrew Talbotole32: Assign to structs instead of using memcpy.
2008-03-07  Huw Daviesole32: Fix CopyTo to work correctly with LARGE_INTEGERs.
2008-03-06  Rob Shearmanuuid: Add CLSID_InProcFreeMarshaler.
2008-03-06  Huw Daviesole32: Fix CopyTo to work correctly with LARGE_INTEGERs.
2008-03-04  Rob Shearmanmakefiles: Simplify the use of the IMPORTLIB variable...
2008-03-03  Francois GougetAssorted spelling, punctuation and case fixes.
2008-03-01  James Hawkinsjanitorial: Remove links to any microsoft site.
2008-03-01  James Hawkinsjanitorial: Remove links to any microsoft site.
2008-02-26  Alexandre Julliardole32: Added a CoGetContextToken stub.
2008-02-25  Rob Shearmanole32: Implement VT_VECTOR|VT_VARIANT in PropVariantCopy.
2008-02-16  Rob ShearmanDon't use GetExceptionCode and GetExceptionInformation...
2008-02-15  Francois GougetAssorted spelling fixes.
2008-02-15  Rob Shearmanole32: Fix the character count passed to GetClipboardFo...
2008-02-13  Rob Shearmanole32: Fix potential NULL dereference of qiresults...
2008-02-13  Rob Shearmanole32: Fix a potentially confusing combination of condi...
2008-02-13  Rob Shearmanole32: Remove an assert that is useless and triggers...
2008-02-13  Rob Shearmanole32: Fix local-variable shadowing in apartment_hostob...
2008-02-13  Rob Shearmanole32: Fix reference count leak in BindMoniker.
2008-02-07  Alexandre Julliardtests: Add a helper routine to wait for a child process...
2008-02-04  Rob Shearmanole32: Add pointer moniker implementation.
2008-02-04  Rob Shearmanole32: Add tests for CreatePointerMoniker.
2008-02-04  Rob Shearmanole32: Add a stub implementation of CreatePointerMoniker.
2008-01-22  Rob Shearmanole32: Don't get the HRESULT from the buffer if we...
2008-01-15  Rob Shearmanole32: Partially implement ServerRpcChannelBuffer_GetDe...
2008-01-15  Andrew Talbotole32: Remove unneeded casts.
2008-01-14  Eric Pouechole32: Fixed datacache object so that we can retrieve...
2008-01-09  Rob Shearmanole32: Fix some uses of SEEK_SET when STREAM_SEEK_SET...
2008-01-07  Rob Shearmanole32: Fix memory leaks caused by not calling the chann...
2008-01-07  Rob Shearmanole32: Fix a memory leak.
2008-01-07  Rob Shearmanole32: Shortcut the RPC runtime for allocation of the...
2008-01-07  Rob Shearmanole32: Clear the RPC_FLAGS_VALID_BIT flag from the...
2008-01-07  Rob Shearmanole32: Fix a typo in the class moniker tests.
2008-01-07  Rob Shearmanole32: get_moniker_for_progid_display_name should fallb...
2008-01-07  Rob Shearmanole32: Clear the RPC_MESSAGE structure before using it.
2008-01-07  Rob Shearmanole32: Determine the destination for the COM call and...
2008-01-02  Gerald Pfeiferole32: Remove one noop check in CoWaitForMultipleHandles().
2007-12-31  Jacek Cabanole32: Fixed parameter checking and improved debug...
2007-12-26  Rob Shearmanrpcss: Use context handles to automatically free runnin...
2007-12-24  Alexander Dorofeyevole32: Fix wrong timeout check.
2007-12-21  Michael Jungole32: Avoid leaving a critical section twice.
2007-12-20  Rob Shearmanole32: Fix RPC_GetLocalClassObject to wait for 30 secon...
2007-12-14  Lei Zhangole32: Print a fixme when an aggregation attempt fails.
2007-12-12  Andrew Riediole32: DPRINTF -> TRACE.
2007-12-07  Rob Shearmanole32: Process messages while waiting for a local serve...
2007-12-07  Rob Shearmanole32: Register the window used in the marshal tests...
2007-12-06  Rob Shearmanole32: Initialise object variable in RunningObjectTable...
2007-12-04  Rob Shearmanole32: Fix the test of the size returned from WdtpInter...
2007-12-03  Rob Shearmanole32: Ignore the threading model of the PSFactoryBuffe...
2007-12-03  Rob Shearmanole32: Always create a window for the main apartment.
2007-11-29  Rob Shearmanole32: Fix a test in the WdtpInterfacePointer tests.
2007-11-29  Rob Shearmanole32: Fix description of what is being test in ok...
2007-11-27  Rob Shearmanole32: Add tests for WdtpInterfacePointer_* functions.
2007-11-27  Rob Shearmanole32: Clean up properly in ClientRpcChannelBuffer_Send...
2007-11-27  Rob Shearmanole32: Store the dispatch parameters in the message...
2007-11-26  Rob Shearmanole32: Fix a race in find_proxy_manager.
2007-11-15  Rob Shearmanole32: Intialise some out parameters in ProxyCliSec_Que...
2007-11-13  Rob Shearmanole32: Release the correct pointer in test_MkParseDispl...
2007-11-13  Rob Shearmanole32: Validate the parameters to DataCache_Cache.
2007-11-13  Rob Shearmanole32: Wait forever on the ready_event in the local...
2007-11-13  Rob Shearmanole32: Use asynchronous I/O for the named pipe server...
2007-11-13  Rob Shearmanole32: Fix the condition in HMETAFILEPICT_UserFree...
2007-11-13  Rob Shearmanole32: Fix a memory leak in the HGLOBAL stream tests...
2007-11-13  Rob Shearmanole32: Release the stream in COM_RevokeRegisteredClassO...
2007-11-13  Rob Shearmanole32: Fail before constructing an object in CreateStre...
2007-11-12  Rob Shearmanole32: Disconnect the IRemUnknown stub buffer before...
2007-11-12  Rob Shearmanole32: Free the memory associated with the open DLL...
2007-11-12  Rob Shearmanole32: Initialise data_cf in DataCacheEntry's to zero...
2007-11-12  Rob Shearmanole32: Fix a leak of a moniker object in test_default_h...
2007-11-12  Rob Shearmanole32: Fix a memory leak in DataCacheEntry_Save.
2007-11-12  Rob Shearmanole32: Fix a memory leak of moniker in RunningObjectTab...
2007-11-12  Rob Shearmanole32: Fix a leak of the IBindCtx object in FileMoniker...
2007-11-12  Rob Shearmanole32: Fix a memory leak in get_moniker_comparison_data.
2007-11-12  Rob Shearmanole32: Store the InterfaceList object in the IEnumMonik...
2007-11-12  Rob Shearmanole32: Add a missing IMoniker_Release to test_MkParseDi...
2007-11-12  Rob Shearmanole32: Fix memory leak in ItemMonikerImpl_Save.
2007-11-12  Rob Shearmanole32: Add a missing IStream_Release to test_same_apart...
2007-11-12  Rob Shearmanole32: Add a missing IStream_Release to test_CoMarshalI...
2007-11-02  Rob Shearmanole32: Remove an incorrect comment.
2007-11-02  Rob Shearmanole32: Implement CoGetObjectContext.
2007-11-02  Rob Shearmanole32: Add tests for CoGetObjectContext.
2007-11-02  Rob Shearmanole32: Improve the error reporting in the marshal test...
2007-10-23  Francois GougetAssorted spelling fixes.
2007-10-22  Rob Shearmanole32: Reset the parent storage on overwritten streams...
2007-10-22  Rob Shearmanole32: Add a test to show that operations on overwritte...
2007-10-18  Alexandre JulliardFix redundant uses of MAKEINTRESOURCE.
2007-10-17  Bang Jun-youngole32: Include wine/port.h for snprintf().
2007-10-15  Francois Gougetole32: Fix the CoCreateGuid() ordinal in the documentation.
2007-10-10  Mikolaj Zalewskiole32: OleIsRunning should return TRUE if the class...
2007-10-09  Rob Shearmanole32: RegisterDragDrop should return E_OUTOFMEMORY...
2007-10-02  Andrew Talbotole32: Fix some memory leaks.
2007-10-01  Stefan Leichterole32: Define WINE_FILEVERSION in version resource...
2007-10-01  Damjan Jovanovicole32: Implement win16 COCREATEGUID.
2007-09-27  Stefan Leichterole32: Added version resource for ole2nls.dll.
2007-09-25  Alexandre Julliardole32/tests: Remove test that tries to create a huge...
2007-09-25  Michael Stefaniucole32: Free memory on error path (found by Smatch).
2007-09-17  Alexandre Julliardole32: We can now store binary files in the repository.
next