quartz: Cast-qual warning fix.
[wine] / dlls / ole32 /
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-11-09  Michael Stefaniucwidl: Use ULONG instead of unsigned long when generatin...
2006-11-09  Michael Stefaniucwidl: Use ULONG instead of unsigned long when generatin...
2006-11-09  Michael Stefaniucwidl: Use ULONG instead of unsigned long when generatin...
2006-11-09  Michael Stefaniucwidl: Use ULONG instead of unsigned long when generatin...
2006-11-07  Francois GougetAssorted spelling fixes.
2006-11-07  Andrew Talbotole32: Cast-qual warnings fix.
2006-10-27  Rob Shearmanole32: Fix a memory leak on the error path of dispatch_rpc.
2006-10-27  Rob Shearmanole32: Fix some memory leaks in the class factory proxy.
2006-10-27  Rob Shearmanole32: Always call IRpcChannelBuffer_GetBuffer in the...
2006-10-24  Eric Pouechole32: Fixed some wrong conditions in OleFlushClipboard.
2006-10-24  Eric Pouechole32: CoUninitialize: No longer access an object after...
2006-10-23  Rob Shearmanole32: Fix some memory leaks in the marshal tests.
2006-10-20  Alexandre JulliardAvoid usage of sizeof in traces that causes warnings...
2006-10-19  Francois GougetFix compilation with gcc 2.95.
2006-10-16  Alexandre JulliardMake.rules: Added support for building IDL client/proxy...
2006-10-16  Francois GougetAssorted spelling fixes.
2006-10-16  Michael Stefaniucole32: Win64 printf format warning fixes.
2006-10-16  Michael StefaniucThe Data1 member of the GUID struct needs to be an...
2006-10-14  Jeff Latimerole32: Remove dead code in errorinfo.c (Coverity).
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-28  Huw Daviesole32: Don't return from CoRegisterClassObject until...
2006-09-28  Robert Shearmanole32: Check the return value of IStream_SetSize so...
2006-09-27  Alexandre Julliardole32/tests: Avoid using sizeof in a trace.
2006-09-21  Andrew Talbotole32: Cast-qual warnings fix.
2006-09-14  Alexandre Julliardmakefiles: Generate the dependencies line to avoid...
2006-09-13  Gerald Pfeiferole32: Silence a compiler warning about unused variable...
2006-09-11  Robert Shearmanole32: Add a check for a condition where a stream has...
2006-09-11  Robert Shearmanole32: Remove some assertions in the stuctured storage...
2006-09-11  Robert Shearmanole32: Convert the *_{Read,Write}At structured storage...
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-08  Francois Gougetole32: Fix spelling of a couple of local variables.
2006-09-07  Robert Shearmanole32: Allocate memory for a copy of the ptd member...
2006-09-07  Robert Shearmanole32: Don't send data changes in DataAdviseHolder_Advi...
2006-09-07  Robert Shearmanole32: DefaultHandler_GetData and DefaultHandler_QueryG...
2006-09-07  Robert Shearmanole32: Add a reference to the stream in RPC_StartLocalS...
2006-09-07  Robert Shearmanole32: Add a test for OleLoad.
2006-09-07  Robert Shearmanole32: Do a QueryInterface for IOleLink in OleLoad...
2006-09-07  Robert Shearmanole32: Re-order the function calls in OleLoad to match...
2006-09-07  Robert Shearmanole32: Add tests for OleCreate.
2006-09-07  Robert Shearmanole32: Call IRunnableObject_Run and IOleCache_Cache...
2006-09-07  Robert Shearmanole32: Call IOleObject_GetMiscStatus in OleCreate if...
2006-09-07  Robert Shearmanole32: Re-structure OleCreate to match to order of...
2006-09-07  Robert Shearmanole32: Set the storage's class ID in OleCreate.
2006-08-28  Robert Shearmanole32: Return errors if the attempt to start a LocalSer...
2006-08-28  Robert Shearmanole32: AppId is a value under the clsid key, rather...
2006-08-28  Robert Shearmanole32: Fix functions defined without specifying argumen...
2006-08-28  Alexandre Julliardmakefiles: Only run test and documentation targets...
2006-08-26  Robert Shearmanole32: Call IRpcChannelBuffer_GetBuffer for the RemRele...
2006-08-26  Robert Shearmanole32: Use IRpcChannelBuffer_GetBuffer in the hand...
2006-08-26  Robert Shearmanole32: Add support for main-threaded apartments.
2006-08-26  Robert Shearmanole32: Move the opening of the AppId key for a clsid...
2006-08-26  Robert Shearmanole32: CoGetClassObject should host a single-threaded...
2006-08-26  Robert Shearmanole32: Get the threading model value for inproc classes...
2006-08-16  Robert Shearmanole32: Move some functions out of compobj.c that don...
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-14  Mike McCormackole32: Avoid a warning for VT_FILETIME in PropVariantCopy.
2006-08-14  Mike McCormackole32: Use PropVariantInit instead of memset.
2006-08-14  Mike McCormackole32: Always set pcbWritten when writing a stream.
2006-08-14  Mike McCormackole32: FreePropVariantArray should return an error...
2006-08-09  Robert Shearmanole32: Add a check for NULL This->dataAdviseHolder...
2006-08-09  Robert Shearmanole32: Fix a typo in IEnumSTATSTGImpl_QueryInterface...
2006-08-09  Robert Shearmanole32: When comparing monikers use the abData field...
2006-08-09  Robert Shearmanole32: Zero stg in case ADVF_NODATA is specified.
2006-08-09  Francois Gougetole32: Register the CLSID_Picture_Metafile and CLSID_Pi...
2006-08-08  Francois Gougetole32: Add a BaseInterface where needed.
2006-08-07  Robert Shearmanole32: Tell the advise holder what the data delegate...
2006-08-07  Robert Shearmanole32: Finish off delegate notifications in the data...
2006-08-07  Francois GougetAssorted spelling fixes.
2006-08-03  Robert Shearmanole32: Ensure that a returned free block is valid in...
2006-08-03  Robert Shearmanole32: Fix CoLockObjectExternal to respect fLastUnlockR...
2006-08-03  Andrew Talbotole32/tests: Write-strings warnings fix.
2006-08-02  Jacek Cabanole32: Clean up OleRun.
2006-08-02  Alexandre Julliardole32: Make some functions and variables static.
2006-07-31  Robert Shearmanole32: Implement OleNoteObjectVisible as described...
2006-07-31  Robert Shearmanole32: Remove a check on the share mode for the NULL...
2006-07-31  Mike McCormackole32: Use IsGUIDEqual to compare IIDs.
2006-07-31  Mike McCormackole32: Add function parameters to FIXME messages.
2006-07-31  Mike McCormackole32: Add a test showing what STGM_TRANSACTED does...
2006-07-29  Mike McCormackole32: Add some missing traces.
2006-07-29  Mike McCormackole32: Add a test for IEnumSTATSTG.
2006-07-27  Robert Shearmanole32: Add more self-registration entries for classes...
2006-07-21  Robert Shearmanole32: Implement CoRegisterPSClsid.
2006-07-17  Robert Shearmanole32: Improve CoRegisterMessageFilter and add tests...
2006-07-17  Robert Shearmanole32: Free the buffer allocated in local_server_thread...
2006-07-14  Robert Shearmanole32: Add validation of parameters to CoGetClassObject...
2006-07-13  Robert Shearmanole32: Don't loop while peeking messages in CoWaitForMu...
next