Added imports of user32/gdi32/kernel32 wherever necessary.
[wine] / dlls / ole32 /
2000-08-03  Alexandre JulliardAdded imports of user32/gdi32/kernel32 wherever necessary.
2000-07-29  Marcus MeissnerImplemented OleGetAutoConvert.
2000-07-28  Dmitry TimoshkovAdded stub for OLE32.OleSetAutoConvert needed by Adobe...
2000-07-28  Alexandre JulliardAdded 'owner' field to 16-bit spec files to specify...
2000-07-25  Alexandre JulliardMoved thunking functions off to kernel32.dll.
2000-07-16  Andreas MohrSpelling fixes.
2000-07-15  Huw D M DaviesCreate rpcrt4.dll.
2000-07-10  Juergen SchmiedImplemented OleCreate.
2000-07-08  Huw D M DaviesImplement IDataAdviseHolder.
2000-07-08  Huw D M DaviesCreateStreamOnHGlobal should alloc a shared memory...
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-20  Alexandre JulliardFor dlls, derive SPEC_SRCS from MODULE and ALTNAMES.
2000-06-18  James HathewayAdded a stub for CoCreateFreeThreadedMarshaler().
2000-06-16  Francois JacquesMake IIDFromString point to CLSIDFromString.
2000-06-13  Alexandre JulliardUse the Unicode string functions from wine/unicode...
2000-06-12  Juergen Schmied- implemented Get/SetThreadLocale
2000-06-07  Patrik StridvallFixed issues found by winapi_check.
2000-05-23  Alexandre JulliardAbey George (of Macadamian/Corel)
2000-05-19  Uwe BonnesStgOpenStorage16: correct arguments to the CreateFile...
2000-05-19  Dimitrie O. PaunMoved if1632/ole2{conv,prox,thk}.spec into dlls/ole32.
2000-05-07  Alexandre JulliardMoved Load/FreeLibrary16 definition to winbase16.h.
2000-05-07  Dimitrie O. PaunSeparate OLE2NLS out of KERNEL.
2000-05-03  Huw D M DaviesAllow ISequentialStream_Write to work if access mode...
2000-04-06  Patrik StridvallFixed some issues reported by winapi_check.
2000-04-06  Andrew LewyckyFix StringFromGUI2 return value as per documentation.
2000-04-04  Gavriel StateOleRegGetUserType did return an unterminated ASCII...
2000-03-28  Patrik StridvallAdded/fixed some documentation reported by winapi_check.
2000-03-28  Patrik StridvallFixed some warnings.
2000-03-25  Francois GougetUse min/max instead of MIN/MAX.
2000-03-24  Patrik StridvallFixed some warnings.
2000-03-24  Patrik StridvallAdded/fixed some documentation reported by winapi_check.
2000-03-24  Patrik StridvallFixed some ANSI C violations.
2000-03-24  Francois Gouget- The ICOM_CMETHODxxx cause problems because the 'const...
2000-03-19  Marcus MeissnerFixed memory corruption with CoTaskMemRealloc.
2000-03-19  Andrew LewyckySupport loading any presentation aspect.
2000-03-17  Andrew LewyckyRewrite the BIGBLOCKFILE implementation for better...
2000-03-17  Andrew LewyckyAvoid a refcount leak in QueryInterface when delegating.
2000-03-08  Abey GeorgeImplemented OLE clipboard functionality for Embed Sourc...
2000-03-08  Patrik StridvallFixed some warnings.
2000-03-07  Jeff TranterThe pathname was stored in a string of size 100, which...
2000-03-05  Alexandre JulliardAdded support for creating extra symlinks for .so files...
2000-03-04  Alexandre JulliardMoved dll-specific make rules to a separate Makedll...
2000-03-04  Marcus MeissnerCoLoadLibrary gets UNICODE, not ASCII strings. (spotted...
2000-03-04  Pierre MageauOleRegGetUserType did query wrong registry key.
2000-02-29  Alexandre JulliardMurali Pattathe
2000-02-27  Patrik StridvallFixed some issues found by winapi_check.
2000-02-26  Alexandre JulliardErrorInfo functions need to be in ole32, not oleaut32.
2000-02-26  Patrik StridvallAdded stubs for {Create,Get,Set}ErrorInfo.
2000-02-26  Abey GeorgeReturn an error instead of a success code in OleCreate...
2000-02-25  Pierre MageauImplementation of OleConvert routines.
2000-02-20  Andreas Mohr- stub for OLE32.MkParseDisplayName
2000-02-14  Juergen SchmiedAdded stub for CoResumeClassObjects.
2000-02-13  Alexandre JulliardRemoved check for class existence.
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-10  Jeremy WhiteRemoved #include of wingdi.h and windef.h from winuser...
2000-02-07  Owen WangMake CLSIDFromString return a CLSID of zeros instead...
2000-02-07  Noomen HamzaRunning object table are not using 0 as a valid index...
2000-01-31  Alexandre JulliardBuild most dlls as separate shared libraries.
2000-01-30  Francois GougetThe COM virtual tables must use the
2000-01-29  Andreas Mohr- add some documentation items
2000-01-29  Patrik StridvallFixed minor issues found by winapi_check.
2000-01-26  Alexandre JulliardUse a linked list instead of a DPA for the hook list.
2000-01-26  Gerard PatelReturns an error if trying to write to a stream opened...
2000-01-23  Marcus MeissnerAdded *.spec.c, *.spec.glue.s, *.glue.c to .cvsignore...
2000-01-18  Alexandre JulliardAdded debugstr_guid function and used it to replace
2000-01-15  Marcus MeissnerImplemented OleRun.
1999-12-27  Alexandre JulliardCosmetics.
1999-12-10  Gerard PatelTransfer only cbStruct size in BindCtxImpl_S(G)etOptions.
1999-12-08  Dimitrie O. PaunMake use of the DEFAULT_DEBUG_CHANNEL where appropriate.
1999-12-05  Andreas Mohr- the OLE version returned was too low
1999-11-21  Jim AstonAdded stub for StgSetTimes.
1999-11-14  Eric PouechAdded stubs for SetErrorInfo, PropVariantClear, PropVar...
1999-11-10  Rein KlazesCoGetClassObject should complain about not being able...
1999-10-31  Marcus MeissnerIMalloc16_Constructor: moved ICOM_VTBL(This) where...
1999-10-31  Abey GeorgeImplemented ProgIDFromCLSID.
1999-10-31  Francois GougetGeneralized the use of the new ICOM_VFIELD and ICOM_VTB...
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-10-24  Patrik StridvallAdded spec file declarations for already implemented...
1999-10-24  Francis BeaudetEnabled the persistent clipboard server.
1999-10-23  Marcus MeissnerUse segmented lpvtbl pointer for IMalloc16 interface...
1999-10-23  Francis BeaudetMake sure that the drop effect of a DnD operation is...
1999-09-23  Patrik StridvallFixed some of the issues reported by winapi-check.
1999-09-19  Juergen SchmiedAdded missing export.
1999-09-19  Ulrich WeigandMoved bulk of OLE implementation to dlls/ subdirectories.