ole32: Add tests for WdtpInterfacePointer_* functions.
[wine] / dlls / ole32 / compobj.c
2007-11-13  Rob Shearmanole32: Release the stream in COM_RevokeRegisteredClassO...
2007-11-12  Rob Shearmanole32: Free the memory associated with the open DLL...
2007-11-02  Rob Shearmanole32: Implement CoGetObjectContext.
2007-10-15  Francois Gougetole32: Fix the CoCreateGuid() ordinal in the documentation.
2007-10-01  Damjan Jovanovicole32: Implement win16 COCREATEGUID.
2007-09-12  Rob Shearmanole32: Fix the default unload delay to depend on the...
2007-09-12  Rob Shearmanole32: Implement CoFreeUnusedLibrariesEx.
2007-07-16  Rob Shearmanole32: Remove some dead code.
2007-06-29  Andrew Talbotole32: Constify some variables.
2007-05-25  Dmitry Timoshkovwine: Switch to using 'long' for INT_PTR type for 64...
2007-05-21  Rob Shearmanole32: Fix hosting in main apartments.
2007-05-18  Rob Shearmanole32: Create host apartments to enable isolation of...
2007-05-14  Rob Shearmanole32: Don't lookup the address for the DllGetClassObje...
2007-05-14  Rob Shearmanole32: Fix CoUninitialize to only free libraries that...
2007-05-08  Rob Shearmanole32: Add documentation about registered class objects...
2007-05-08  Rob Shearmanole32: Fix CoRevokeClassObject to return RPC_E_WRONG_TH...
2007-05-08  Rob Shearmanole32: Split CoRevokeClassObject into a separate functi...
2007-05-08  Rob Shearmanole32: COM_GetRegisteredClassObject should only retriev...
2007-05-08  Rob Shearmanole32: Revoke registered class objects when the apartme...
2007-05-08  Rob Shearmanole32: CoGetClassObject shouldn't return REGDB_E_KEYMIS...
2007-05-02  Rob Shearmanole32: Remove an unnecessary QueryInterface in CoRegist...
2007-04-05  Rob Shearmanole32: Don't release the registered drop targets in...
2007-04-04  Rob Shearmanole32: Keep a list of the loaded dlls for each apartment.
2007-04-04  Rob Shearmanole32: Cache the address for the library's DllGetClassO...
2007-04-04  Rob Shearmanole32: Move the handling of loading a dll and getting...
2007-04-04  Rob Shearmanole32: Move the in-process module loading to COMPOBJ_Dl...
2007-04-04  Rob Shearmanole32: Convert the OpenDll list to a standard Wine...
2007-03-28  Rob Shearmanole32: Implement MkParseDisplayName.
2007-03-27  Rob Shearmanole32: Move GetClassFile to moniker.c and move OleRun...
2007-03-27  Rob Shearmanole32: Add documentation for CoGetClassObject and GetCl...
2007-03-21  Rob Shearmanole32: The 16-bit version of CoDisconnectObject is...
2007-03-13  Huw Daviesole32: Only retrieve posted and paint messages in an...
2007-03-09  Rob Shearmanole32: Implement CoAddRefServerProcess and CoReleaseSer...
2007-03-09  Rob Shearmanole32: Make RegisteredClass list into a standard Wine...
2007-03-09  Rob Shearmanole32: Don't keep the local server named pipe open...
2007-03-09  Rob Shearmanole32: Close the named pipe after revoking local server...
2007-03-09  Rob Shearmanole32: REGCLS_MULTIPLEUSE implies CLSCTX_INPROC_SERVER...
2007-03-06  Rob Shearmanole32: Compare the class contexts in COM_GetRegisteredC...
2007-02-20  Francois Gougetole32: Better match the PSDK types and fix the winapi_c...
2007-01-10  Rob Shearmanole32: Remove some unneeded inclusions of headers.
2007-01-10  Rob Shearmanole32: Remove a FIXME comment that no longer applies.
2006-12-27  Rob Shearmanole32: Marshal the ORPCTHAT structure prefixed to the...
2006-12-24  Rob Shearmanole32: Performing a COM call from within the processing...
2006-12-24  Rob Shearmanole32: Call the MessagePending function for message...
2006-12-20  Rob Shearmanole32: Implement CoRegisterChannelHook and call channel...
2006-12-07  Rob Shearmanole32: Add some documentation for CoCreateInstance.
2006-11-28  Dmitry Timoshkovole32: Make some data const.
2006-11-16  Huw Daviesole32: CoRegisterMessageFilter shouldn't crash on an...
2006-10-24  Eric Pouechole32: CoUninitialize: No longer access an object after...
2006-10-16  Francois GougetAssorted spelling fixes.
2006-10-16  Michael Stefaniucole32: Win64 printf format warning fixes.
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-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-07  Francois GougetAssorted spelling fixes.
2006-08-03  Robert Shearmanole32: Fix CoLockObjectExternal to respect fLastUnlockR...
2006-08-02  Alexandre Julliardole32: Make some functions and variables static.
2006-07-21  Robert Shearmanole32: Implement CoRegisterPSClsid.
2006-07-17  Robert Shearmanole32: Improve CoRegisterMessageFilter and add tests...
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-07  Robert Shearmanole32: Fix the return value of COM_RegReadPath and...
2006-06-30  Robert Shearmanole32: When CoLockObjectExternal with fLock=TRUE is...
2006-06-29  Robert Shearmanole32: Implement CoGetObject.
2006-06-13  Robert Shearmanole32: Print an error if a DLL's DllGetClassObject...
2006-06-09  Robert Shearmanole32: Implement CoQueryClientBlanket, CoImpersonateCli...
2006-05-25  Robert Shearmanole32: Add a class factory for CLSID_InProcFreeMarshaler.
2006-05-25  Robert Shearmanuuid: Add some COM CLSIDs.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-08  Marcus Meissnerole32: Fixed typo in debug statement.
2006-05-07  Robert Shearmanole32: Remove the fixme printed if CoGetClassObject...
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-02-24  Robert Shearmanole: Fallthrough from local activation in CoGetClassObject.
2006-02-22  Robert Shearmanole: Make the CoCreateInstance test succeed.
2006-02-20  Robert Shearmanole: Change the Apartment Model field to a boolean.
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: Fix WM_QUIT Handling in CoWaitForMultipleHandles.
2006-01-18  Robert Shearmanole: Update the COM todo list.
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-09  Robert Shearmanole: Join the MTA if necessary when executing an RPC...
2006-01-09  Robert Shearmanole: Remove __CLSIDFromStringA.
2005-11-12  Robert ShearmanImplement CLSCTX_INPROC_HANDLER in CoGetClassObject...
2005-11-09  Robert Shearman- Extend COM_OpenKeyForCLSID to open a subkey and retur...
2005-11-08  Michael JungAdded tracing to CoCreateInstance.
2005-10-03  Robert ShearmanPass WM_QUIT to outer modal loop.
2005-09-25  Robert ShearmanMove all 16-bit functions to an appropriate 16-bit...
2005-09-23  Robert ShearmanDon't fail in CoRegisterClassObject if the class alread...
2005-09-14  Robert ShearmanAdd exception handling for stubs.
next