dsound: Class factory cleanup.
[wine] / dlls / ole32 /
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.
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.
next