- Read DLL name from modules in MSFT typelibs.
[wine] / dlls / oleaut32 / typelib.c
2005-10-29  Robert Shearman- Read DLL name from modules in MSFT typelibs.
2005-10-18  Huw DaviesWhen a dispinterface isn't dual, we should return
2005-09-21  Mike McCormackFix "empty body in an if/else-statement" warnings.
2005-09-19  Marcus MeissnerSupport more arguments in _invoke().
2005-09-09  Alexandre JulliardUse a more portable scheme for storing the name of...
2005-08-29  Robert Shearman- Shunt some trace statements over to the typelib chann...
2005-08-08  Mike McCormackgcc 4.0 warning fixes.
2005-08-08  Robert ShearmanRevert to previous behaviour of detecting names with...
2005-07-28  Robert Shearman- A name in an SLTG typelib only beginning with 0xff...
2005-07-27  Alexandre JulliardReplace the ICOM_THIS_From macros by inline functions.
2005-07-19  Robert Shearman- Fix VT_BYREF|VT_UNKNOWN return values by comparing...
2005-07-19  Robert ShearmanReturn DISP_E_EXCEPTION from ITypeInfo_Invoke on an...
2005-07-19  Robert ShearmanRemove RegisterTypeLib hack.
2005-07-19  Robert ShearmanSupport VT_BYREF|VT_I4 in _copy_arg.
2005-07-11  Mike McCormackInterlocked LONG* gcc warning fixes.
2005-07-05  Stefan HuehnerFix some more -Wmissing-declarations warnings.
2005-06-29  Robert ShearmanAdd a generic TYPEDESC VT to VARIANT VT mapper so we...
2005-06-29  Huw DaviesCope with the index in a import table entry being a...
2005-06-21  Stefan HuehnerFix some more -Wstrict-prototypes warnings.
2005-06-13  Marcus MeissnerCorrected string length method in ITypeLib::IsName...
2005-06-10  Robert ShearmanClear out parameters to stop bad pointers lying around...
2005-06-08  Marcus MeissnerFixed IType::Invoke in regards to handling propertyget...
2005-06-06  Dmitry TimoshkovMake remaining OLE interface vtables const.
2005-06-01  Robert Shearman- Fix the return values from QueryPathOfRegTypeLib.
2005-04-14  Daniel RemenakRemove unused variable in _copy_arg.
2005-03-24  Jakob ErikssonGet rid of HeapAlloc casts.
2005-03-23  Francois GougetAssorted spelling fixes.
2005-03-02  Francois GougetAssorted spelling fixes.
2005-02-25  Jon GriffithsDocumentation spelling fixes.
2005-02-22  Huw DaviesThe typelib cache should take the typelib resource...
2005-02-22  Jon GriffithsUse variant macros instead of accessing the union directly.
2005-02-21  Mike HearnAllow loading of builtin typelibs.
2005-01-31  Vincent BéronRemove message telling users to copy native stdole32...
2005-01-09  Huw DaviesThe value of a packed VARIANT can be up to 1L << 26...
2005-01-09  Paul Vriens- use Interlocked* functions in AddRef and Release.
2004-12-17  Huw DaviesFix comment to reflect reality and indeed the code.
2004-12-16  Jon GriffithsRemove unneeded headers to reduce unneeded rebuilds.
2004-12-13  Eric PouechFixed some errors in function prototypes.
2004-12-09  Huw DaviesRemove the remaining dependencies on internal structure...
2004-12-08  Huw DaviesGetTypeAttr should deep copy the typedesc.
2004-12-08  Huw DaviesFix return value of GetVarIndexOfMemId.
2004-12-07  Huw DaviesRemove Invoke's dependence on the internal TLBFuncDesc...
2004-12-07  Huw DaviesGetFuncIndexOfMemId should respect invkind and return
2004-12-02  Huw DaviesAllocate the TYPEATTR rather than copying it.
2004-10-22  Alexandre JulliardConverted more of the (Un)RegisterTypeLib code to Unicode.
2004-10-22  Mike McCormackUse Unicode functions in RegisterTypeLib.
2004-10-18  Vincent BéronFix some types problems.
2004-10-07  Francois GougetDon't define COBJMACROS in objbase.h.
2004-10-05  Huw DaviesImplement CreateDispTypeInfo.
2004-09-27  Marcus MeissnerFunction return types cannot be const.
2004-09-09  Alexandre JulliardGet rid of the non-standard ICOM_THIS macro.
2004-08-27  Jacek CabanAdded suport for optional arguments in ITypeInfo::Invoke.
2004-08-23  Alexandre JulliardGet rid of the no longer used ICOM_MSVTABLE_COMPAT_Dumm...
2004-08-19  Jacek CabanRef counting fixes.
2004-08-12  Alexandre JulliardGet rid of the non-standard ICOM_VTABLE macro.
2004-08-12  Alexandre JulliardGet rid of the non-standard ICOM_VFIELD macro.
2004-07-06  Mike McCormackRefcounting fixes.
2004-06-28  Mike HearnDump function return type in typelib traces, add trace...
2004-05-29  Ivan Leo PuotiRemoved dcom link.
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...
next