wined3d: Pixel format cleanup.
[wine] / dlls / ole32 /
2006-06-19  Mike McCormackole32: Implement reading of VT_CF storage properties.
2006-06-19  Mike McCormackole32: Fix a typo.
2006-06-19  Robert Shearmanole32: Document CoCreateFreeThreadedMarshaler.
2006-06-19  Robert Shearmanole32: Reuse event handles used for COM calls.
2006-06-15  Robert Shearmanole32: Always rewind the stream in StdGlobalInterfaceTa...
2006-06-15  Robert Shearmanole32: Add a tests for OleSetMenuDescriptor and the...
2006-06-13  Alexandre Julliardole32: Don't use sizeof in traces to avoid printf forma...
2006-06-13  Alexandre Julliardole32/tests: Don't use sizeof in ok() to avoid printf...
2006-06-13  Robert Shearmanole32: Print an error if a DLL's DllGetClassObject...
2006-06-12  Alexandre Julliardole32: Explicitly specify CDECL calling convention...
2006-06-10  Alexandre Julliardole32: Make the virtual table functions static where...
2006-06-09  Robert Shearmanole32: If IRpcStubBuffer_Invoke fails, we should raise...
2006-06-09  Robert Shearmanole32: Register ISequentialStream for marshaling.
2006-06-09  Robert Shearmanole32: Implement CoQueryClientBlanket, CoImpersonateCli...
2006-06-09  Robert Shearmanole32: Implement FTMarshalImpl_GetMarshalSizeMax.
2006-06-09  Alexandre Julliardole32: Use the standard DEFINE_OLEGUID macro to define...
2006-05-31  Troy Rolloole32: Use STGM_WRITE when opening child storage to...
2006-05-25  Robert Shearmanole32: Add a class factory for CLSID_InProcFreeMarshaler.
2006-05-25  Robert Shearmanole32: Implement GetUnmarshalClass for the free-threade...
2006-05-25  Robert Shearmanole32: Implement table-strong marshaling and ReleaseMar...
2006-05-25  Robert Shearmanole32: Implement table-weak marshaling for the free...
2006-05-25  Robert Shearmanole32: Release the standard marshal in the free-threade...
2006-05-25  Robert Shearmanole32: Add a rough implementation of the free-threaded...
2006-05-25  Robert Shearmanole32: Fix the free-threaded marshaler when it has...
2006-05-25  Robert Shearmanuuid: Add some COM CLSIDs.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-23  Troy Rolloole32: Fix excessive file sizes for Storage files.
2006-05-23  Robert Shearmanole32: Release the outer unknown in the proxybuffer...
2006-05-23  Robert Shearmanole32: Release the proxy buffer object on the last...
2006-05-15  Francois GougetFix some winapi_check documentation warnings.
2006-05-15  Francois GougetVarious trace fixes.
2006-05-15  Francois Gougetole32: Fix compilation with gcc 2.95.
2006-05-10  Robert ShearmanCheck the return value from register_key_guid in all...
2006-05-10  Robert Shearmanole32: Add a test for IMoniker_IsDirty.
2006-05-10  Robert Shearmanole32: Exception handling shouldn't be needed around...
2006-05-08  Robert Shearmanole32: The type check in AntiMonikerImpl_CommonPrefixWi...
2006-05-08  Robert Shearmanole32: Implement several class moniker functions using...
2006-05-08  Robert Shearmanole32: Remove duplicated CLSIDs.
2006-05-08  Robert Shearmanole32: Add an implementation of class monikers.
2006-05-08  Robert Shearmanole32: Add tests for IsRunning, GetTimeOfLastChange...
2006-05-08  Robert Shearmanole32: Fix regression caused by an earlier patch that...
2006-05-08  Robert Shearmanole32: Fix infinite recursion in CompositeMonikerImpl_G...
2006-05-08  Robert Shearmanole32: Fix infinite recursion in CompositeMonikerImpl_B...
2006-05-08  Mike Hearnole32: Add StgCreateFile test and conformance fix.
2006-05-08  Alexandre Julliardole32: Properly initialize hash value in CompositeMonik...
2006-05-08  Robert Shearmanole32: Fix typos in CompositeMonikerImpl_BindToObject...
2006-05-08  Robert Shearmanole32: Create moniker enumerator with an initial refere...
2006-05-08  Robert Shearmanole32: Test moniker display names.
2006-05-08  Robert Shearmanole32: Add a test for IMoniker_IsDirty.
2006-05-08  Robert Shearmanole32: Test unmarshaling the moniker instead of just...
2006-05-08  Robert Shearmanole32: Make the size returned by CompositeMonikerImpl_G...
2006-05-08  Robert Shearmanole32: Add on the size of the whole OBJREF structure...
2006-05-08  Robert Shearmanole32: Fix the algorithm used in CompositeMonikerImpl_H...
2006-05-08  Robert Shearmanole32: Fix the algorithm used in ItemMonikerImpl_Hash...
2006-05-08  Robert Shearmanole32: Add tests for generic composite monikers.
2006-05-08  Robert Shearmanole32: Add a class factory for composite monikers.
2006-05-08  Robert Shearmanole32: Allocate memory for the generic composite monike...
2006-05-08  Robert Shearmanole32: Implement IMarshal for composite monikers.
2006-05-08  Robert Shearmanole32: Release all existing monikers before loading...
2006-05-08  Robert Shearmanole32: EnumMonikerImpl_Next should add a reference...
2006-05-08  Robert Shearmanole32: Fix CompositeMonikerImpl_GetSizeMax to match...
2006-05-08  Robert Shearmanole32: Fix the loop in CompositeMonikerImpl_Hash, as...
2006-05-08  Robert Shearmanole32: Implement CompositeMonikerROTDataImpl_GetCompari...
2006-05-08  Robert Shearmanole32: The unknown constant at the start of the persist...
2006-05-08  Robert Shearmanole32: Add a test for anti monikers. Fix AntiMonikerImp...
2006-05-08  Robert Shearmanole32: Support marshaling of anti monikers.
2006-05-08  Robert Shearmanole32: Register CLSID_CompositeMoniker.
2006-05-08  Robert Shearmanole32: Register CLSIDs for all OLE monikers.
2006-05-08  Robert Shearmanole32: Add tests for item moniker.
2006-05-08  Robert Shearmanole32: Make class moniker test more generic and test...
2006-05-08  Marcus Meissnerole32: Fixed typo in debug statement.
2006-05-07  Robert Shearmanole32: Remove the fixme printed if CoGetClassObject...
2006-05-05  Robert Shearmanole32: IPersistStream is also implemented by any object...
2006-05-05  Robert Shearmanole32: Fix typos in StgCreateStorageEx and StgOpenStora...
2006-05-05  Robert Shearmanole32: STGM_PRIORITY allows other IStorage objects...
2006-05-05  Robert Shearmanole32: Check that the storage was opened with write...
2006-05-05  Robert Shearmanole32: Copy the mode flags into the STATSTG structure...
2006-05-05  Robert Shearmanole32: Add tests for IStorage::Stat.
2006-05-05  Robert Shearmanole32: Fix access right check for opening and creating...
2006-05-05  Robert Shearmanole32: Add more tracing for reading and writing storage...
2006-05-05  Robert Shearmanole32: Add tests for sub-storages and creating streams.
2006-05-05  Robert Shearmanole32: Add a storage test for reading and writing of...
2006-05-05  Mike McCormackole32: Return STG_E_REVERTED when a stream's parent...
2006-05-05  James Hawkinsole32: StorageImpl_GetROBigBlock can return NULL so...
2006-05-05  Mike McCormackole32: Store drop targets in a standard list.
2006-04-18  Mike McCormackole32: More tests and fixes for STGM_PRIORITY.
2006-04-18  Mike McCormackole32: Fix a declaration.
2006-04-18  Mike McCormackole32: Uncomment some code to make sure it is compiled...
2006-04-07  Robert Shearmanole32: Fix typo in FileMonikerImpl_BindToObject.
2006-04-07  Robert Shearmanole32: Check for pcbSize parameter of CompositeMonikerI...
2006-04-07  Robert Shearmanole32: Check for pcbSize in AntiMonikerImpl_GetSizeMax...
2006-04-07  Robert Shearmanole32: Fix DefaultHandler_EnumAdvises.
2006-04-03  Robert Shearmanole32: Add documentation for the clip format user marsh...
2006-04-03  Mike McCormackole32: STGM_PRIORITY implies STGM_SHARE_EXCLUSIVE.
2006-03-31  Robert Shearmanole: Use ncalrpc instead of ncacn_np as the RPC transport.
2006-03-30  Robert Shearmanole32: Remove unnecessary commenting out of the RPC...
2006-03-30  Robert Shearmanole32: Don't process posted messages in CoWaitForMultip...
2006-03-30  Robert Shearmanole32: Try to retrieve messages that are COM calls...
2006-03-30  Robert Shearmanole32: Put the PeekMessage call of CoWaitForMultipleHan...
2006-03-30  Robert Shearmanole32: Whether the message loop is entered in CoWaitFor...
next