oleaut32: Uncomment a line to implement conversion from VT_DISPATCH to VT_BSTR.
[wine] / dlls / oleaut32 / typelib.c
2006-06-06  James Hawkinsoleaut32: Only BYREF DispCallFunc args whose input...
2006-06-06  James Hawkinsoleaut32: Copy BYREF args directly if they have the...
2006-05-31  Robert Shearmanoleaut32: Make sure to read the memid and the name...
2006-05-31  Robert Shearmanoleaut32: Resolve referenced types for return values...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-05  Robert Shearmanoleaut32: Check the return value from VariantCopy when...
2006-05-05  Robert Shearmanoleaut32: Support values being passed into VT_VARIANT...
2006-04-07  Mike McCormackoleaut32: Remove unnecessary check for NULL.
2006-03-30  Robert Shearmanoleaut32: Zero out parameter in LoadRegTypeLib in case...
2006-03-21  Robert Shearmanoleaut: ITypeInfo::GetIDsOfNames should search inherite...
2006-03-21  Robert Shearmanoleaut: Better support for invoking methods with VT_VAR...
2006-02-14  Robert Shearmanoleaut32: Fix returning Typelib file name.
2006-02-10  Robert Shearmanoleaut: Fix importing the IDispatch interface for TKIND...
2006-02-09  Robert Shearmanoleaut: Make TLB_ReadTypeLib not rely on the signature...
2006-02-09  Robert Shearmanoleaut: Move the call to SearchPath inside of TLB_ReadT...
2006-02-09  Robert Shearmanoleaut: Revert incorrect patch changing the order of...
2006-02-06  Huw Daviesoleaut32: Fixes and tests for CreateDispTypeInfo.
2006-02-03  Huw Daviesole: Initialize a few more funcdesc members in CreateDi...
2006-01-31  Robert Shearmanoleaut: Dump the pointer for VT_ARRAY/VT_VECTOR typed...
2006-01-30  Robert Shearmanoleaut: Fix the order of parameters passed into DispCal...
2006-01-16  Robert Shearmanoleaut: Handle a non-byref variant being passed for...
2006-01-16  Robert Shearmanoleaut: Only allocate memory once for each array needed...
2006-01-16  Robert Shearmanoleaut: Simplify missing argument handling in ITypeInfo...
2006-01-14  Robert Shearmanoleaut: Add const attribute to iterators in get functions.
2006-01-14  Robert Shearmanoleaut: Initialise more fields in CreateDispTypeInfo.
2006-01-12  Robert Shearmanoleaut: Support conversion of VT_SAFEARRAY into VT_ARRA...
2006-01-11  Marcus Meissnerole: ITypeInfo::Invoke stack overwrite fix.
2006-01-06  Robert Shearmanole: Remove the no longer used _copy_arg function.
2006-01-06  Robert Shearmanole: ITypeInfo::Invoke rewrite.
2006-01-06  Mike McCormackoleaut32: Output a FIXME message only once.
2006-01-05  Dan Kegeloleaut32: Allow _invoke to handle up to 23 parameters.
2006-01-05  Robert Shearmanole: Store the result from _invoke in a VARIANTARG...
2006-01-03  Mike McCormackoleaut32: Allow _invoke to handle up to 17 parameters.
2005-12-26  Robert Shearmanoleaut: Small re-organisation of ITypeInfo::Invoke.
2005-12-26  Robert Shearmanoleaut32: Convert some tabs to spaces and some other...
2005-12-26  Robert Shearmanoleaut32: Initialize member IDs to MEMBERID_NIL inIType...
2005-12-26  Robert Shearmanole: Improve typelib traces.
2005-12-12  Robert ShearmanOLE: Add const to several typelib functions.
2005-12-06  Robert ShearmanOLE: Implement undocumented behaviour in DispCallFunc.
2005-12-06  Robert ShearmanOLE: Implement ITypeInfo_AddressOfMember.
2005-12-06  Robert ShearmanOLE: Fix brokenness in typelib marshaller caused by...
2005-12-06  Robert ShearmanOLE: Update the type of the oVft parameter for DispCall...
2005-12-06  Robert ShearmanOLE: ITypeInfo_Invoke parameter naming change.
2005-12-03  Robert ShearmanOLE: Support HREFTYPEs For ITypeInfos
2005-12-03  Robert ShearmanOLE: fix function name loading
2005-12-03  Robert ShearmanOLE: fix invoking dispinterface functions
2005-12-03  Robert ShearmanOLE: Move the dispinterface return value handling to...
2005-12-03  Robert ShearmanOLE: fix handling of INVOKE_PROPERTYGET flag in ITypeCo...
2005-12-01  Robert ShearmanMake dump functions const.
2005-12-01  Robert ShearmanRemove broken return value handling code and that would...
2005-12-01  Robert ShearmanIntroduce a variable "elemdesc" to eliminate some long...
2005-12-01  Robert ShearmanDon't truncate large integer constants.
2005-12-01  Robert ShearmanThe pparamdescex of an ELEMDESC should only be copied...
2005-11-30  Robert ShearmanFactor out code for doing ELEMDESC sizes and copies.
2005-11-29  Robert ShearmanImplement ITypeInfo_Bind for typelibs.
2005-11-29  Robert ShearmanAdd functions for doing a deep copy of a TYPEDESC into...
2005-11-10  Francois GougetRemove spaces before '\n' in traces.
2005-11-09  Robert Shearman- Cleanup formating of DispCallFunc.
2005-11-02  Huw DaviesDon't call Release on a null ptr.
2005-11-02  Robert Shearman- Make wParamFlags in the paramdesc dumping function...
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.
next