jscript: Don't pass 'this' argument to DISPID_VALUE of pure IDispatch interfaces.
[wine] / dlls / ole32 / compobj.c
2012-12-19  Andrew Talbotole32: Indentation fix.
2012-12-12  Alexandre Julliardole32: Limit the number of messages processed at once...
2012-11-26  Hans Leidekkerole32: Convert the remaining RegCreateKey and RegOpenKe...
2012-11-26  Hans Leidekkerole32: Use wrappers around NT functions to access the...
2012-11-05  Tatyana Fokinaole32: Removed unused parametrs keyname and valuename...
2012-09-20  Alistair Leslie... ole32: Add CoGetDefaultContext stub.
2012-08-13  Jacek Cabanole32: Added ISynchronizeHandle implementation.
2012-08-13  Jacek Cabanole32: Use proper helpers for iface calls.
2012-08-13  Michael Stefaniucole32: Avoid TRUE:FALSE conditional expressions.
2012-05-14  Alexandre Julliardole32: Add a NULL pointer check in CoDisconnectObject.
2011-11-29  Alexandre Julliardole32: Process all pending messages in CoWaitForMultipl...
2011-11-17  Francois Gougetole32: Delete the compobj and rpc static critical secti...
2011-05-30  David Hedbergole32: Add ManualResetEvent implementation.
2011-04-28  David Hedbergoleaut32: Fix CLSIDToString behaviour when passed an...
2011-01-21  Alexandre Julliardole32: Cleanup return value handling in CoWaitForMultip...
2011-01-21  Maarten Lankhorstole32: Handle alertable wait in CoWaitForMultipleHandles.
2010-12-09  Michael Stefaniucole32: Use ifaces instead of vtbl pointers in Context.
2010-12-03  Alexandre Julliardole32: Convert dll registration to the IRegistrar mecha...
2010-05-18  Nikolay Sivovole32: Use window property to store registered drop...
2010-03-29  Mikhail Maroukhineobjbase.h: CLSIDFromString: Add constness to the parame...
2010-03-22  Vincent Povirkole32: Don't register an IMallocSpy object when the...
2010-03-16  Nikolay Sivovole32: Turn FIXME to TRACE for CoGetTreatAsClass.
2009-12-09  Alexandre Julliardole32: Fix some pointer cast warnings on 64-bit.
2009-11-30  Rob Shearmanole32: Cope with double quotes in paths for libraries...
2009-11-24  Rob Shearmanole32: Fix error code returned by CoGetClassObject...
2009-11-24  Rob Shearmanole32: Add inproc handler object creation support for...
2009-11-20  Rob Shearmanole32: Objects registered as local servers don't need...
2009-10-06  Nikolay Sivovole32: Check source pointer in StringFromGUID2.
2009-07-07  Francois Gougetole32: Make apartment_addref() static.
2009-07-07  Francois Gougetole32: Reorder some compobj functions to avoid forward...
2009-07-03  Hans Leidekkerole32: Use existing MTA in CoGetContextToken and CoGetO...
2009-06-23  Hans Leidekkerole32: Implement CoGetContextToken.
2009-06-09  Alexandre Julliardole32: Get rid of line feeds and tabs in traces.
2009-05-20  Vincent Povirkole32: Process sent and DDE messages in CoWaitForMultip...
2009-05-05  Hans Leidekkerole32: Use existing MTA in CoGetClassObject and CoCreat...
2009-04-24  Aric Stewartole32: CoGetTreatAsClass should return S_FALSE if it...
2009-03-12  Alexandre Julliardole32: Get rid of WINE_StringFromCLSID and A->W convers...
2009-03-12  Alexandre Julliardole32: Make compobj.dll into a stand-alone 16-bit module.
2009-03-09  Rob Shearmanole32: Fix a memory leak in an error path in COMPOBJ_Dl...
2009-01-20  Andrey Turkinole32: Prevent recursion when CLSIDFromString is passed...
2009-01-19  Andrey Turkinole32: Add a few fields to OLE TLS area to match native...
2009-01-19  Andrey Turkinole32: Add CoGetCallContext and CoSwitchCallContext...
2009-01-15  Andrey Turkinole32: Add IContextCallback interface to context object.
2008-12-02  Alexandre Julliardole32: Register interfaces through dlldata.c as far...
2008-11-28  Maarten Lankhorstole32: Fix releasing spy.
2008-11-26  Maarten Lankhorstole32: Add Co*InitializeSpy functions.
2008-11-26  Francois Gougetole32: Remove WINAPI on static functions where not...
2008-09-16  Rob Shearmanole32: Update comments in compobj.c.
2008-09-15  Michael Karcherole32/compobj: Fix function name in comment.
2008-08-18  Rob Shearmanole32: Fix testing of HRESULT types with not operator...
2008-07-22  Lei Zhangole32: Silence FIXME from CoGetContextToken stub.
2008-06-26  Alexandre Julliardole32: Make the apartment window a HWND_MESSAGE window.
2008-06-24  Alexandre Julliardole32: Don't consider RPC_S_UUID_LOCAL_ONLY an error...
2008-04-29  Rob Shearmanole32: Keep track of the number of weak references...
2008-04-23  Austin EnglishSpelling fixes.
2008-04-10  Austin Englishole32: Spelling fixes.
2008-03-11  Andrew Talbotole32: Assign to structs instead of using memcpy.
2008-03-03  Francois GougetAssorted spelling, punctuation and case fixes.
2008-02-26  Alexandre Julliardole32: Added a CoGetContextToken stub.
2008-02-13  Rob Shearmanole32: Fix a potentially confusing combination of condi...
2008-02-13  Rob Shearmanole32: Remove an assert that is useless and triggers...
2008-02-13  Rob Shearmanole32: Fix local-variable shadowing in apartment_hostob...
2008-01-02  Gerald Pfeiferole32: Remove one noop check in CoWaitForMultipleHandles().
2007-12-24  Alexander Dorofeyevole32: Fix wrong timeout check.
2007-12-14  Lei Zhangole32: Print a fixme when an aggregation attempt fails.
2007-12-03  Rob Shearmanole32: Ignore the threading model of the PSFactoryBuffe...
2007-12-03  Rob Shearmanole32: Always create a window for the main apartment.
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...
next