Move all 16-bit functions to an appropriate 16-bit file.
[wine] / dlls / ole32 / compobj.c
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.
2004-10-07  Francois GougetDon't define COBJMACROS in objbase.h.
2004-09-20  Mike McCormackCoSuspendClassObjects stub implementation.
2004-09-07  Mike McCormackFix some warnings found with -Wsign-compare.
2004-08-02  Mike HearnDisconnect proxies at COM shutdown to release the corre...
2004-07-30  Mike HearnDon't marshal IClassFactory into the local server pipe...
2004-07-29  Robert ShearmanFix some inaccuracies in a comment and reformat.
2004-07-23  Mike HearnPass -Embedding switch to EXE servers, more tracing.
2004-07-21  Mike HearnFix misleading warning ole CoGetClassObject.
2004-07-15  Mike McCormackFix a few serious race conditions in the OLE object...
2004-07-08  Francois GougetAssorted spelling fixes.
2004-07-06  Mike HearnAdd some explanations to compobj.c, implement flushing...
2004-05-21  Marcus MeissnerRevert broken strict aliasing fix.
2004-05-04  Marcus MeissnerFixed strict aliasing issues in dlls/ole32.
2004-03-29  Warren TurkalFixed the implementation of CoTreatAsClass.
2004-03-23  Francois GougetAssorted spelling fixes.
2004-02-10  Robert Shearman- CoSetState info should be thread local.
2004-01-23  Alexandre JulliardMoved a few remaining 16-bit definitions out of the...
2004-01-23  Ge van GeldorpFix various function prototypes to conform to PSDK.
2004-01-23  Ge van GeldorpRename LARGE_INTEGER and ULARGE_INTEGER members "s...
2004-01-16  Francois GougetAssorted spelling fixes.
2003-10-06  Daniel MarmierFixed warnings with gcc option "-Wwrite-strings".
2003-09-11  Dave MillerRemoved ordinals from comments.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-08-27  Alexandre JulliardRenamed a few TEB fields to use the "official" names.
2003-08-12  Alexandre JulliardAllocate DebugInfo field for all critical sections...
2003-07-09  Steven Edwards- Create new file ole2_16.c for ole2 16bit only functions.
2003-06-18  Francois GougetTypos/spelling fixes.
2003-06-17  Mike HearnImplement a class factory for the Global Interface...
2003-06-04  Ove KaavenPreliminary support for COM apartments.
2003-05-13  Mike McCormackAdded stub for OleDoAutoConvert.
2003-05-13  Francois GougetFix miscellaneous spelling errors and typos.
2003-03-11  Mike HearnImplemented the global interface table object using...
2003-01-11  Marcus MeissnerImplemented CoGetTreatAsClass.
2003-01-07  Dimitrie O. PaunDefine NONAMELESS{STRUCT,UNION} explicitly in the files...
2002-12-05  Ove KaavenMake sure that no files except unknwn.h include wine...
2002-11-22  Alexandre JulliardCompile ole32 with -DSTRICT.
2002-08-17  Patrik StridvallFixed some issues found by winapi_check.
2002-08-16  Dmitry TimoshkovFixed GetClassFile implementation.
2002-08-09  Patrik StridvallFixed some issues found by winapi_check.
2002-08-07  Gregg MattinsonFixes for Sparc build.
next