ole32: Add on the size of the whole OBJREF structure in the case of custom marshaling.
[wine] / dlls / ole32 /
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...
2006-03-30  Robert Shearmanole32: Pass the no yield flag to PeekMessage.
2006-03-30  Mike McCormackole32: Fix StgOpenStorage's handling of the STGM_PRIORI...
2006-03-22  Kevin Koltzauole32: Initial tests for OLE clipboard functions.
2006-03-21  Francois GougetAssorted spelling fixes.
2006-03-20  Robert Shearmanole: Use the thread pool for executing RPC calls for...
2006-03-06  Robert Shearmanole: Implement IRpcChannelBuffer::GetDestCtx on the...
2006-03-06  Robert Shearmanole: Store the destination context and the destination...
2006-03-02  Alexandre JulliardFixed some compiler warnings on old gcc versions.
2006-03-01  Robert Shearmanole: Change NORMALEXTREFS to 5, like it is in native.
2006-03-01  Robert Shearmanole: Fix marshaling of proxies for interfaces that...
2006-02-24  Vitaly Lipatovole32: Add descriptions for StgCreateDocfile and StgIsS...
2006-02-24  Francois GougetAdd trailing '\n's to ok() calls.
2006-02-24  Vitaly Lipatovole32/tests: Do not compare returned by DeleteFile...
2006-02-24  Robert Shearmanole: Fallthrough from local activation in CoGetClassObject.
2006-02-22  Robert Shearmanole: Make the CoCreateInstance test succeed.
2006-02-21  Dr J A Gowole32: Fix stream ref counting.
2006-02-21  Dr J A Gowole32: Fix up permissions when opening streams.
2006-02-20  Robert Shearmanole: Test the behaviour of CoCreateInstance with an...
2006-02-20  Robert Shearmanole: Change the Apartment Model field to a boolean.
2006-02-15  Mike McCormackole32: Added a test showing OLE storage's IStorage...
2006-02-07  Alexandre JulliardInclude wine/port.h in files that use exceptions.
2006-02-07  Robert Shearmanole32: Print an error message if the apartment isn...
2006-01-20  Huw Daviesole: ProgIDFromCLSID sets progid to NULL on failure.
2006-01-20  Robert Shearmanole: Verify that the proxy is being used in the correct...
2006-01-20  Robert Shearmanole: Add a test for WM_QUIT behaviour during COM calls.
2006-01-20  Robert Shearmanole: Fix WM_QUIT Handling in CoWaitForMultipleHandles.
2006-01-18  Robert Shearmanole: Update the COM todo list.
2006-01-18  Robert Shearmanole: Re-post the quit message outside of the DoDragDrop...
2006-01-14  Robert Shearmanole: Optimisation for COM Calls.
2006-01-12  Robert Shearmanole: Fix crash in RpcChannelBuffer_SendReceive.
2006-01-12  Robert Shearmanole: Use strict prototypes for some test functions.
2006-01-11  Robert Shearmanole: Implement IEnumSTATDATA for the Ole Advise Holder.
2006-01-11  Robert Shearmanole: Initialise hrref so as not to display garbage...
2006-01-11  Robert Shearmanole: Remove some duplicated code.
2006-01-10  Robert Shearmanole: Defer apartment window creation until the first...
2006-01-10  Robert Shearmanole: Add an accessor function for an apartment's window.
2006-01-10  Robert Shearmanole: Report and clean up after PostMessage failures.
2006-01-10  Robert Shearmanole: Pass a channel into IRpcStubBuffer::Invoke.
2006-01-10  Robert Shearmanole: Reduce the access rights required by start_local_s...
2006-01-10  Robert Shearmanole: Return the last error if we couldn't open the...
2006-01-09  Robert Shearmanole: Join the MTA if necessary when executing an RPC...
2006-01-09  Robert Shearmanole: Prefer services over servers.
2006-01-09  Robert Shearmanole: Add some tests for CLSIDFromString.
2006-01-09  Robert Shearmanole: Remove __CLSIDFromStringA.
2006-01-06  Alexandre Julliardole: Remove a no longer needed smbfs hack.
2006-01-06  Robert Shearmanole: Remove "stub" from TRACEs of functions that aren...
2006-01-06  Ulrich Czekallaole: Fix SmallBlocksToBigBlocks loop.
2006-01-03  Robert Shearmanole: Check the return value of IStream_SetSize in IStre...
2006-01-03  Robert Shearmanole: Fix mis-handling of return value in StgStreamImpl_...
2005-12-26  Robert ShearmanFix detection of V1a prop variant library in test suite.
2005-12-22  Ulrich Czekallaole32: Return error instead of asserting if storage...
next