Fix missing imports on NT4.
[wine] / dlls / ole32 / compobj.c
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.
2002-08-03  Juergen Schmied- Moved 16 bit functions to a seperate file.
2002-07-29  Juergen Schmied- Implemented IMallocSpy hooks in IMalloc.
2002-07-25  Marcus MeissnerFactored out the OLE 16 bit allocator from StringFromCLSID.
2002-07-23  Patrik StridvallFixed some issues found by winapi_check.
2002-07-19  Jon GriffithsStub implementation for CoInitializeSecurity.
2002-06-21  Alexandre JulliardFixed CLSIDFromString endianness assumptions (reported...
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-29  Bill MedlandEnsure that an out-of-process COM object is started...
2002-05-29  Marcus MeissnerDropped superflous Remote_CoGetClassObject() (entirely...
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-02-05  Marcus MeissnerImplemented Local Server COM.
2002-02-02  Patrik StridvallMove __stdcall/__cdecl to the right place.
2002-01-18  Bill MedlandCoGetClassObject: for CLSCTX_LOCAL_SERVER at least...
2002-01-14  Marcus MeissnerRemoved some useless wingdi.h includes.
2002-01-03  Marcus MeissnerImplemented CoTreatAsClass, simplified OleSetAutoConvert.
2002-01-01  Alexandre JulliardRemoved some of the calls to HEAP_strdup* functions.
2001-11-19  Andreas Mohr- fix wrong hexadecimal GetLastError() output
2001-10-23  Huw D M DaviesBetter failure messages for CoCreateInstance.
2001-09-11  Hidenori TakeshimaSynchronize access to the s_COMLockCount, firstRegister...
2001-07-23  Patrik Stridvall- Made sure that the files that contains the declarations
2001-07-11  Patrik StridvallDocumentation fixes.
2001-07-02  Patrik StridvallDocumentation fixes.
2001-06-28  Dmitry TimoshkovFinish ole32 separation.
2001-06-20  Patrik StridvallDocumentation ordinal fixes.
2001-06-19  Patrik StridvallDocumentation ordinal fixes.
2001-06-11  Patrik StridvallFixed some issues found by winapi_check.
2001-04-09  Marcus MeissnerArg 3 of CoGetClassObject is COSERVERINFO*, added some...
2001-02-12  Francois GougetChange the callback declarations to a safer format.
2001-02-12  Andreas MohrTake a stab at implementing OleSetAutoConvert.
2001-01-17  Alexandre JulliardCleaned up dll startup routines now that we have separa...
2001-01-04  Francois GougetRemoved the 'fn' prefix (i.e. ICOM_FN).
2000-12-13  Alexandre JulliardReplaced PTR_SEG_TO_LIN macro by exported MapSL function.
2000-12-01  Patrik StridvallAdded/modified documentation for function arguments.
2000-11-28  Alexandre JulliardGot rid of the Wine internal lstrcpy* functions and...
2000-11-27  Alexandre JulliardImplemented DosFileHandleToWin32Handle, Win32HandleToDo...
2000-11-25  Francois Gougetcompobj.h is a synonym for objbase.h
2000-11-15  Marcus MeissnerSimplified reg handling in CoGetClassObject, do not...
2000-09-29  Huw D M DaviesFix a couple of TRACE messages.
2000-09-26  Alexandre JulliardMoved all Win16 definitions out of the standard Windows...
2000-09-25  Alexandre JulliardRemoved inclusion of wine/winestring.h from winbase...
2000-09-01  James HathewayImplemented CoGetPSClsid().
2000-08-14  Alexandre JulliardCleaned up a few inter-dll dependencies. Added a few...
2000-08-09  Alexandre JulliardRemoved some unnecessary #includes and dll dependencies.
2000-08-03  Alexandre JulliardFixed IsEqualGUID definition.
2000-07-29  Marcus MeissnerImplemented OleGetAutoConvert.
2000-07-15  Huw D M DaviesCreate rpcrt4.dll.
2000-07-08  Huw D M DaviesImplement IDataAdviseHolder.
2000-06-23  Alexandre JulliardCleaned up a few inter-dll dependencies.
2000-06-23  Huw D M DaviesCLSIDFromString apparently also accepts ProgIDs as...
2000-06-20  Noomen HamzaOleConvertOLESTREAMToIStorage fails (returns REGDB_E_CL...
2000-06-18  James HathewayAdded a stub for CoCreateFreeThreadedMarshaler().
2000-04-06  Andrew LewyckyFix StringFromGUI2 return value as per documentation.
2000-03-19  Marcus MeissnerFixed memory corruption with CoTaskMemRealloc.
2000-03-04  Marcus MeissnerCoLoadLibrary gets UNICODE, not ASCII strings. (spotted...
next