Optimized {,p}MoveTo{,Ex}{,16}.
[wine] / dlls / ole32 /
2000-10-31  Alexandre JulliardAdded import of ntdll.
2000-10-28  Marcus MeissnerCreateItemMoniker may get NULL as szDelim, some cleanups.
2000-10-28  Marcus MeissnerFixed OleLoadFromStream: Dereference ppvObj and get...
2000-10-13  Alexandre JulliardAdded a few more large integer functions.
2000-10-12  Stephane LussierImplementation of OleLockRunning function.
2000-09-29  Huw D M DaviesFix a couple of TRACE messages.
2000-09-27  Alexandre JulliardAdded a few missing imports.
2000-09-26  Alexandre JulliardMoved all Win16 definitions out of the standard Windows...
2000-09-26  Alexandre JulliardRemoved shell.h. Cleaned up the nested includes mess...
2000-09-25  Alexandre JulliardRemoved inclusion of wine/winestring.h from winbase...
2000-09-24  Gerald PfeiferFixed format strings.
2000-09-22  Damyan OgnyanoffIErrorInfo is now derived from IUnknown.
2000-09-22  Huw D M DaviesStub for CoIsOle1Class.
2000-09-01  James HathewayImplemented CoGetPSClsid().
2000-08-16  Louis Philippe GagnonWhile dragging, catch keyboard messages between WM_KEYF...
2000-08-14  Alexandre JulliardCleaned up a few inter-dll dependencies. Added a few...
2000-08-14  Alexandre JulliardReplaced all lstr* calls from inside Wine code by their...
2000-08-09  Alexandre JulliardRemoved some unnecessary #includes and dll dependencies.
2000-08-09  Alexandre JulliardMoved a few non-standard headers into their respective...
2000-08-08  Alexandre JulliardSmall dll interfaces cleanups.
2000-08-03  Juergen SchmiedImplemented the ErrorInfo interfaces.
2000-08-03  Alexandre JulliardMoved GUID definitions to their respective dll.
2000-08-03  Alexandre JulliardFixed IsEqualGUID definition.
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...
next