ole32: Move some functions out of compobj.c that don't belong there and update the...
[wine] / dlls / ole32 / compobj.c
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.
2005-09-09  Alexandre JulliardUse a more portable scheme for storing the name of...
2005-08-26  Robert ShearmanAdd stub for CoAllowSetForegroundWindow.
2005-08-25  Robert ShearmanRemove unused thread handle entry from the apartment...
2005-08-22  Mike McCormack- return a precomputed result for a NULL string
2005-08-15  Mike McCormackWarning fixes for gcc 4.0.
2005-08-15  Marcus MeissnerAdded CoCreateInstance16, CoGetClassObject16, OleLoad16...
2005-07-19  Alex Villacís LassoInitialize RegisteredClass properly in CoRegisterClassO...
2005-06-20  Stefan HuehnerFix more -Wstrict-prototypes warnings.
2005-06-20  Robert ShearmanConvert some registry helper functions to use unicode...
2005-06-20  Robert Shearman- Change some of the registry helper functions to use...
2005-05-16  Marcus MeissnerMove the Dll init function to compobj.c to avoid having...
2005-05-11  Mike McCormackAdd a stub implementation of CoIsHandlerConnected.
2005-03-30  Francois GougetAssorted spelling fixes.
2005-03-29  Huw DaviesDon't close reg key if the open failed.
2005-03-21  Mike McCormackEliminate casts of the return value of HeapAlloc.
2005-03-21  Vincent BéronCorrect and complete some api documentation.
2005-03-17  Robert Shearman- Add critsec debugging info.
2005-03-11  Robert Shearman- Rename apartment functions to become more object...
2005-03-10  Juan LangFix the calling convention of DllCanUnloadNow.
2005-02-15  Robert Shearman- Use I_RpcGetBuffer, instead of our own buffer routine...
2005-02-15  Robert Shearman- Remove cruft left over from previous RPC backend...
2005-02-15  Robert ShearmanMake COM use the RPC runtime as the backend for RPC...
2005-02-14  Robert ShearmanInvoke objects in STA's in the correct thread by sendin...
2005-02-08  Robert Shearman- Implement CoDisconnectObject.
2005-02-08  Robert Shearman- Split up apartment creation so that the long code...
2005-02-08  Alexandre JulliardAuthors: Mike Hearn <mh@codeweavers.com>, Robert Shearm...
2005-02-01  Robert Shearman- Add code for destroying the thread-local storage...
2005-01-28  Robert ShearmanRelease the client security objects when no longer...
2005-01-28  Robert Shearman- More tests.
2005-01-28  Robert Shearman- Implement CoSetProxyBlanket, CoQueryProxyBlanket...
2005-01-26  Robert Shearman- Use InterlockedIncrement for the ipid counter instead...
2005-01-25  Robert Shearman- Generate machine-local IPIDs.
2005-01-20  Robert Shearman- Consolidate more stub creation details into register_...
2005-01-17  Robert ShearmanImplement table marshaling.
2005-01-14  Robert Shearman- Add documentation for most Co* functions.
2005-01-14  Robert ShearmanDestroy stubs on apartment shutdown.
2005-01-12  Christian CostaCoInitialize(Ex) should return S_FALSE when COM is...
2005-01-12  Robert Shearman- Document CoSetState & CoGetState.
2005-01-12  Robert Shearman- Make MTA dynamically allocated so that proxies and...
2005-01-11  Bill MedlandCorrected testing for multithreaded (based upon observa...
2005-01-06  Robert Shearman- Make struct oletls ref counted so that it is only...
2005-01-05  Mike Hearn- Make apartment access thread-safe by introducing...
2005-01-04  Mike HearnAdd a DCOM todo list.
2005-01-04  Robert ShearmanImplement proxy manager.
2004-12-27  Robert ShearmanImplement COM local servers using table marshaling...
2004-12-27  Mike Hearn- Implement the COM stub manager, refactor the current...
2004-12-27  Mike HearnPropagate apartments through the intermediate threads...
2004-12-22  Eric PouechReadFile and WriteFile must be passed a parameter for...
2004-12-14  Robert ShearmanRemove unneeded includes and the unused COMPOBJ_hInstan...
2004-12-13  Eric PouechFixed some errors in function prototypes.
2004-12-07  Mike HearnRename the STUBMGR thread to more accurately reflect...
2004-12-01  Robert Shearman- Add some function declarations to objbase.h.
2004-11-30  Eric PouechConst correctness fixes.
2004-11-29  Mike Hearn- Improve OLE function documentation.
2004-10-25  Dmitry Timoshkov- Remove bogus use of nStatCounter and hOleAut32 in...
2004-10-22  Francois GougetAssorted spelling fixes.
2004-10-18  Robert ShearmanImprove proxy destruction comment.
next