Changed MoveFileEx to use ntdll functions, and moved it to
[wine] / dlls / oleaut32 / typelib.c
2004-04-20  Francois GougetMake Unicode strings static const.
2004-04-19  Francois GougetMake Unicode const strings static so they are not copie...
2004-03-22  Robert ShearmanBSTR of length 0 is allowed.
2003-12-30  Marcus MeissnerAdded more argument numbers for _invoke().
2003-12-15  Marcus MeissnerYet another useful hint for missing stdole32.tlb.
2003-12-13  Andrew de Quincey- Implemented HELPDIR subkeys properly in RegisterTypeL...
2003-12-10  Andrew de QuinceyUpwards traversal of inheritance tree didn't occur...
2003-11-25  Jon GriffithsImprove/shrink variant dumping code.
2003-11-18  Dmitry TimoshkovApply same magic to LibAttr.lcid from MSFT to SLTG.
2003-11-14  Jon GriffithsDump a few more known variant types.
2003-11-03  Marcus MeissnerDo not coerce arguments of ITypeLib::Invoke in-place...
2003-10-16  Alexandre JulliardThe imported typelib name must be converted to Unicode.
2003-10-06  Daniel MarmierFixed warnings with gcc option "-Wwrite-strings".
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-08-28  Mike HearnImplemented a typelib loader cache.
2003-08-20  Alexandre Julliardwinnls.h must not include winbase.h.
2003-06-27  Robert Shearman- Silence the FIXME about constructor/destructor since...
2003-05-15  Marcus MeissnerHandle VT_I2 <-> VT_USERDEFINED/TKIND_ENUM conversions...
2003-05-13  Dmitry TimoshkovRemove redundant ITypeLib2_AddRef's. Makes
2003-05-13  Francois GougetFix miscellaneous spelling errors and typos.
2003-04-17  Alexandre JulliardAvoid local WINAPI function pointers in _invoke.
2003-04-10  Alexandre JulliardRemoved uses of the non standard ICOM_VTBL macro.
2003-03-04  Marcus MeissnerHandle VT_PTR->VT_VARIANT arguments of Invoke.
2003-02-26  Mike HearnCheck both pointers in GetContainingTypeLib.
2003-01-21  Marcus MeissnerPrint a large failure message if we try to load stdole3...
2003-01-11  Marcus MeissnerConvert VT_DISPATCH variants into VT_USERDEFINED/TKIND_...
2003-01-07  Dimitrie O. PaunDefine NONAMELESS{STRUCT,UNION} explicitly in the files...
2003-01-05  Alexandre JulliardFixed some issues caused by the new oaidl.h.
2003-01-02  Marcus MeissnerProcess TKIND_ALIAS in SLTG typelibs, 0x14 in the tail...
2002-12-12  Alberto MassariImplemented DispCallFunc so that it works when calling...
2002-12-12  Marcus MeissnerSplit out 16bit code into typelib16.c.
2002-12-05  Ove KaavenMake sure that no files except unknwn.h include wine...
2002-11-13  Alberto MassariITypeInfo::Invoke now is able to invoke a function...
2002-11-11  Marcus MeissnerAdded partial implementation of ITypeInfo::GetDllEntry().
2002-11-11  Marcus MeissnerSilence one FIXME(). Implement ITypeInfo::GetDocumentat...
2002-11-08  Marcus MeissnerDraft implementation of DispCallFunc.
2002-07-31  Alexandre JulliardFixed HANDLE<->HFILE conversions, since they will be...
2002-07-16  Gregg MattinsonFixed void* arithmetic.
2002-07-10  Gregg MattinsonFixes to allow big endian machines to load MSFT typelib...
2002-06-20  Jason Edmeades- VarAnd, VarCmp (Strings only), VarNot implemented.
2002-06-20  Marcus MeissnerITypelib::Invoke: Handle different length arguments...
2002-06-10  Huw D M DaviesAdd more magic to find the start of the nametable.
2002-06-10  Marcus MeissnerAdded some debugoutput functions for TYPEATTR, IDLDESC...
2002-06-04  Steven EdwardsPorting fixes.
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-23  Andreas MohrRemoved obsolete email address.
2002-05-16  Alexandre JulliardImplemented strtolW/strtoulW in libwine_unicode and...
2002-05-06  Marcus MeissnerSmall hack to make InstallShield v6 work better.
2002-05-01  Alexandre JulliardAttempt at fixing MAX_PATH issues for mingw.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-02-05  Marcus MeissnerImplemented Local Server COM.
2002-02-04  Malte StarostikDo not destroy ITypeLib held by ITypeInfo before the...
2002-01-29  Huw D M DaviesWeird thing with lcid of library is that if sublang...
2002-01-29  Dimitrie O. PaunMake FIXMEs more grep-able.
2002-01-22  Marcus MeissnerThe \\<nr> magic in LoadTypeLibEx found directories...
2002-01-09  Bill MedlandFixed GetDocumentation a little. When called from...
2001-11-19  Andreas Mohr- fix wrong hexadecimal GetLastError() output
2001-11-12  Huw D M DaviesFixes stupid bug with typelib filenames.
2001-10-14  Ove KaavenFixed bugs with propget methods with input arguments.
2001-10-10  Francois GougetMove the RT_XXX macros to winuser.h.
2001-10-05  Huw D M DaviesRemove some unnecessary AddRef's.
2001-10-04  Ove KaavenThe DISPPARAMS parameter array is a reverse-order array.
2001-10-04  Ove KaavenITypeInfo::Invoke should also search inherited interfac...
2001-10-03  Ove KaavenDon't ignore DISPATCH_METHOD in ITypeInfo::Invoke.
2001-10-03  Huw D M DaviesLooks like the SLTG_ImplInfo struct isn't a fixed size.
2001-10-02  Huw D M DaviesLong nameless args in SLTG apparently get denoted by...
2001-09-26  Huw D M DaviesBetter handling of typelibs loaded with a trailing...
2001-09-21  Ove KaavenRegister typelib marshaling for OLE Automation-compatib...
2001-09-10  Huw D M DaviesLoad some useful TYPEATTR elements from v1 typelibs.
2001-09-07  Huw D M DaviesAdd reader for v1 (SLTG) typelibs.
2001-08-21  Francois GougetAdd the decVal field to VARIANT.
2001-08-06  Marcus MeissnerFirst (partial) implementation of ITypeInfo::Invoke.
2001-08-03  Malte StarostikImplemented RegisterTypeLib.
2001-07-23  Patrik Stridvall- Made sure that the files that contains the declarations
2001-07-02  Patrik StridvallDocumentation fixes.
2001-06-20  Patrik StridvallDocumentation ordinal fixes.
2001-05-11  Francois GougetRemove unnecessary single quoting of debugstr_xxx strings.
2001-05-09  Francois GougetAdd '\n' at the end of traces.
2001-03-05  Andreas MohrThe for loop in ITypeLib2_fnFindName was wrong (extra...
2001-02-28  Francois GougetSmall 'typos in comments' fixes.
2001-01-06  François GougetFixed some HFILE vs. HANDLE mismatches.
2000-12-21  Francois Jacques- TLB_DoFuncs: code cleanup and elemdescFunc read corre...
2000-12-19  Gerard PatelMisc fixes for QueryPathOfRegTypeLib, TLB_ReadTypeLib,
2000-12-13  Alexandre JulliardFixed some warnings.
2000-12-01  Patrik StridvallAdded/modified documentation for function arguments.
2000-11-27  Andreas Mohr- added winver settings nt2k, win30 and win20 (yes...
2000-11-25  Francois Jacques- support for arguments with referenced types
2000-10-26  Francois JacquesUpdated the load process so that all typelibs (and...
2000-10-25  Francois JacquesUpdated typelib loader. Typelib contents can be stored...
2000-10-03  Francois GougetFixed some prototypes.
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-19  Gerard PatelAvoid infinite loop if QueryPathOfRegTypeLib is called...
2000-08-22  Francois Jacques- removed unnecessary recursion
2000-08-14  Alexandre JulliardReplaced VERSION_* calls by exported API equivalents.
2000-08-09  James Hatheway- Avoid null-pointer exceptions by testing listnodes...
2000-08-08  Alexandre JulliardSmall dll interfaces cleanups.
2000-07-29  Marcus MeissnerAdded CreateTypeLib,LHashValOfNameSys stubs.
2000-07-10  Juergen Schmied- better loading of *.tlb files
2000-07-09  Huw D M DaviesStub implementation of LHashValOfNameSysA.
next