Move all 16-bit functions to an appropriate 16-bit file.
[wine] / dlls / ole32 / compobj.c
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...
2000-02-14  Juergen SchmiedAdded stub for CoResumeClassObjects.
2000-02-10  Alexandre JulliardOptimized debugging API to reduce code size.
2000-02-10  Alexandre JulliardRemoved extra includes from ole.h and wingdi.h.
2000-02-07  Owen WangMake CLSIDFromString return a CLSID of zeros instead...
1999-12-05  Andreas Mohr- the OLE version returned was too low
1999-11-10  Rein KlazesCoGetClassObject should complain about not being able...
1999-10-31  Abey GeorgeImplemented ProgIDFromCLSID.
1999-10-25  Francois GougetAdded two macros, ICOM_VFIELD and ICOM_VTBL, so that...
1999-10-24  Patrik Stridvall- Added missing configuration #if:s and #includes:s.
1999-09-19  Ulrich WeigandMoved bulk of OLE implementation to dlls/ subdirectories.