oleaut32: Replace inline static with static inline.
[wine] / dlls / oleaut32 / typelib.c
2007-03-08  Rob Shearmanoleaut32: TKIND_COCLASS parameters to Invoke'd function...
2007-02-08  Rob Shearmanoleaut32: Fix the return value of ITypeInfo::Invoke...
2007-02-08  Rob Shearmanoleaut32: Implement automatic value getting in ITypeInf...
2007-02-06  Rob Shearmanoleaut32: Ignore the first named argument when invoking...
2007-02-06  Rob Shearmanoleaut32: Add support for named arguments in ITypeInfo...
2007-02-06  Rob Shearmanoleaut32: Copy the value directly returned from the...
2007-02-06  Rob Shearmanoleaut32: Fix the missing argument handling for non...
2007-02-06  Rob Shearmanoleaut32: If an error info object was created when...
2007-02-06  Huw Daviesoleaut32: Call SearchPath before LoadLibrary so that...
2007-01-25  Huw Daviesoleaut32: The typelib version numbers should be written...
2007-01-22  Andrew Talbotoleaut32: Declare some items static.
2006-11-28  Dmitry Timoshkovoleaut32: Make some data const and static.
2006-11-09  Alex Villacís Lassooleaut32: typelib - fix regression in MSFT typelib...
2006-11-07  Francois GougetAssorted spelling fixes.
2006-10-27  Rob Shearmanoleaut32: Update comments at the top of typelib.c and...
2006-10-24  Rob Shearmanoleaut32: Fix a crash in dump_DispParms when running...
2006-10-24  Rob Shearmanoleaut32: Free the array subscript memory for type...
2006-10-24  Rob Shearmanoleaut32: Fix a reference count leak in CreateDispTypeInfo.
2006-10-24  Rob Shearmanoleaut32: Initialise all members of the FUNCDESC struct...
2006-10-23  Rob Shearmanoleaut32: Fix two more leaks on type info destruction.
2006-10-23  Rob Shearmanoleaut32: Rewrite MSFT_ReadName and MSFT_ReadString...
2006-10-23  Rob Shearmanoleaut32: Free allocated memory on typelib and typeinfo...
2006-10-23  Dmitry Timoshkovoleaut32: Make QueryPathOfRegTypeLib test pass under...
2006-10-16  Francois GougetAssorted spelling fixes.
2006-10-16  Michael StefaniucThe Data1 member of the GUID struct needs to be an...
2006-10-13  Hans Leidekkeroleaut32: Win64 printf format warning fixes.
2006-10-09  Huw Daviesoleaut32: Implement ITypeInfo_CreateInstance.
2006-10-02  Robert Shearmanoleaut32: Fix ITypeInfo::GetFuncDesc to return the...
2006-10-02  Robert Shearmanoleaut32: Make ITypeInfo::GetDocumentation work for...
2006-09-25  Andrew Talbotoleaut32: Cast-qual warnings fix.
2006-09-07  Robert Shearmanoleaut32: Fix a leak of the module reference count.
2006-08-22  Benjamin Araioleaut32: Add support for handling TKIND_COCLASS in...
2006-08-03  Stefan Siebertoleaut32: GetTypeInfoType - Return TYPE_E_ELEMENTNOTFOU...
2006-07-31  Robert Shearmanoleaut32: Improve dump_DispParms.
2006-07-31  Robert Shearmanoleaut32: Add some validation for the DISPPARAMS struct...
2006-07-24  Robert Shearmanoleaut32: Initialize pRetVal in ITypeInfo::Invoke befor...
2006-07-18  Robert Shearmanoleaut32: Revert check for FUNCFLAG_FRESTRICTED in...
2006-07-14  Robert Shearmanoleaut32: Don't execute a function in ITypeInfo::Invoke...
2006-07-13  Robert Shearmanoleaut32: Convert void return types to the VT_EMPTY...
2006-07-13  Robert Shearmanoleaut32: Typelib interfaces with the FDUAL flag should...
2006-07-10  Robert Shearmanoleaut32: MSFT_DoFuncs: "reclength" of the function...
2006-07-07  Robert Shearmanoleaut32: ITypeComp_fnBind should do case-insensitive...
2006-07-07  Robert Shearmanoleaut32: Fix the error code returned by ITypeComp...
2006-07-05  Robert Shearmanoleaut: Implement processing of modules for SLTG typelibs.
2006-07-05  Robert Shearmanoleaut: Improve SLTG var support.
2006-07-05  Robert Shearmanoleaut: Fix function support for SLTG dispinterfaces.
2006-07-05  Robert Shearmanoleaut: Move the processing of functions in SLTG typeli...
2006-07-05  Robert Shearmanoleaut: Move the initialisation of memidConstructor and
2006-07-05  Robert Shearmanoleaut: Process references for SLTG dispatch types.
2006-07-05  Robert Shearmanoleaut: Abstract out the processing of variables in...
2006-07-05  Robert Shearmanoleaut: Process references when parsing SLTG alias...
2006-07-05  Robert Shearmanoleaut: Rename SLTG_DoType to SLTG_DoElem and split...
2006-07-05  Robert Shearmanoleaut: The SLTG_MemberHeader and SLTG_TypeInfoTail...
2006-07-05  Robert Shearmanoleaut: Document some more members of SLTG_TypeInfoTail.
2006-06-30  Robert Shearmanoleaut32: Fix a typo where the FIXME doesn't match...
2006-06-29  Robert Shearmanoleaut32: RegisterTypeLib should register any interface...
2006-06-28  Juan Langoleaut32: Handle bstr length of -1 in typelibs.
2006-06-09  Alexandre Julliardoleaut32: Use the standard DEFINE_OLEGUID macro to...
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...
next