comctl32: toolbar: Fix the return code of TB_ADDBITMAP.
[wine] / dlls / ole32 /
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...
2006-07-12  Mike McCormackole32: Only return S_FALSE in IPropertyStorage::ReadMul...
2006-07-12  Mike McCormackole32: Small cleanups.
2006-07-12  Mike McCormackole32: Remove unnecessary assert(This) calls.
2006-07-12  Mike McCormackole32: Fix and test reading and writing of VT_CF proper...
2006-07-12  Mike McCormackole32: Implement IPropertyStorage::Enum using enumx.
2006-07-12  Mike McCormackole32: Clean up some declarations.
2006-07-12  Mike McCormackole32: Use enumx to implement IPropertySetStorage:...
2006-07-12  Mike McCormackole32: Add a framework for implementing IEnum* interfaces.
2006-07-12  Mike McCormackole32: Don't warn when clearing PropVariants that don...
2006-07-12  Mike McCormackole32: Fix conformance test to compile with MSVC6.
2006-07-12  Mike McCormackole32: This cannot be NULL, so don't check it.
2006-07-12  Mike McCormackole32: Only return S_FALSE in IPropertyStorage::ReadMul...
2006-07-12  Mike McCormackole32: Allocate copied VT_CF data correctly in PropVari...
2006-07-11  Alexandre Julliardlibs: Merged libwine_unicode into libwine.
2006-07-11  Mike McCormackole32: Only print a FIXME if necessary in StgOpenStorageEx.
2006-07-10  Alexandre Julliard.gitignore: Added wildcards to ignore generated resourc...
2006-07-10  Alexandre Julliardmake_dlls: Recursively ignore .ok files in all tests...
2006-07-10  Alexandre Julliardmake_dlls: Recursively ignore testlist.c in all tests...
2006-07-10  Alexandre Julliardmake_dlls: Ignore generated import libraries from the...
2006-07-10  Alexandre JulliardTake advantage of the recursive nature of .gitignore...
2006-07-07  Robert Shearmanole32: Fix the return value of COM_RegReadPath and...
2006-06-30  Paul VriensUse the return value of register_key_guid.
2006-06-30  Robert Shearmanole32: When CoLockObjectExternal with fLock=TRUE is...
2006-06-29  Robert Shearmanole32: When marshaling a proxy make sure to maintain...
2006-06-29  Robert Shearmanole32: Add a test for CoCreateInstance doing object...
2006-06-29  Robert Shearmanole32: Implement CoGetObject.
2006-06-23  Andrew Talbotole32/tests: Write-strings warning fix.
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.
next