oleaut32: Improve ICreateTypeInfo2 AddImplType implementation.
[wine] / dlls / oleaut32 / typelib.c
2010-03-18  Piotr Cabanoleaut32: Fix ITypeInfo GetImplTypeFlags for dispinterf...
2010-03-17  Vincent Povirkoleaut32: Always use DISPID_PROPERTYPUT to fill in...
2010-03-16  Piotr Cabanoleaut32: Set parameter to NULL in GetMops stub.
2010-03-15  Vincent Povirkoleaut32: Return type mismatch errors in ITypeLibComp_f...
2010-02-17  Piotr Cabanoleaut32: Fix crash in LoadTypeLib if typelib name...
2010-02-10  Michael Stefaniucoleaut32: Avoid using HIWORD on string pointers.
2009-11-29  Rob Shearmanoleaut32: Free the correct pointer on error in TLB_Allo...
2009-11-19  Rob Shearmanoleaut32: Fix memory leak of name in ITypeLib2_Construc...
2009-11-19  Rob Shearmanoleaut32: Fix circular reference counting in typelibs...
2009-11-18  Rob Shearmanoleaut32: Fix memory leaks in ITypeInfo_fnInvoke.
2009-11-10  Sunil Mohan Adapaoleaut32: Do no check for dispatchable flag on dual...
2009-11-10  Sunil Mohan Adapaoleaut32: Fix SLTG parser so that dual interfaces are...
2009-11-10  Sunil Mohan Adapaoleaut32: Fix SLTG parser so that dispatch interface...
2009-10-26  Jeremy Whiteoleaut32: Implement the ability to marshall VT_CARRAY...
2009-10-06  Alexandre Julliardoleaut32: Use an assembly wrapper to implement DispCall...
2009-09-16  Vincent Povirkoleaut32: Use DISPATCH_HREF_MASK even for non-dual...
2009-09-10  Vincent Povirkoleaut32: Implement ITypeLibComp::BindType.
2009-09-02  Vincent Povirkoleaut32: Handle LCID arguments in ITypeInfo::Invoke.
2009-09-01  Austin Englisholeaut32: Avoid a NULL pointer dereference.
2009-08-26  Vincent Povirkoleaut32: Make ITypeInfo2::GetCustData succeed when...
2009-08-20  Vincent Povirkoleaut32: Map INT and UINT typedesc's to VT_I4 and...
2009-08-18  Sunil Mohanoleaut32: Fix SLTG_ReadString to null terminate.
2009-07-03  Alexandre Julliardoleaut32: Replace long and unsigned long by more approp...
2009-06-09  Huw Daviesoleaut32: TLibAttr.lcid is read from the second lcid...
2009-05-21  Alexandre Julliardoleaut32: Add support for registering 64-bit typelibs.
2009-04-13  Dmitry Timoshkovoleaut32: Add some additional tests for QueryPathOfRegT...
2009-04-01  Alexandre Julliardoleaut32: Don't use 16-bit headers.
2009-02-09  Michael Stefaniucoleaut32: Remove superfluous pointer casts.
2009-02-02  Marcus Meissneroleaut32: Removed useless NULL ptr check (Coverity).
2009-01-29  Rob Shearmanoleaut32: Fix the typelib tests on 64-bit platforms.
2009-01-12  Rob Shearmanoleaut32: Dump MSFT format typeinfos upon loading.
2008-12-02  Alexandre Julliardoleaut32: Make some functions static.
2008-11-26  Francois Gougetoleaut32: Remove WINAPI on static functions where not...
2008-11-26  Huw Daviesoleaut32: Add support for loading typelibs from NE...
2008-11-03  Andrew Talbotoleaut32: Sign-compare warnings fix.
2008-10-08  Michael Stefaniucoleaut32: Use FAILED instead of !SUCCEEDED.
2008-09-23  Detlef Riekenbergoleaut32: Remove redundant NULL check before SysFreeString.
2008-09-16  Huw Daviesoleaut32: Use V_INT instead of V_UNION.
2008-09-16  Huw Daviesoleaut32: Add support for VT_INT and VT_UINT constants.
2008-09-15  Mikołaj Zalewskioleaut32: Make _argsize and _xsize receive the full...
2008-09-05  Marcus MeissnerAnnotate with allocation size attribute.
2008-08-18  Rob Shearmanoleaut32: Fix invalid free of import library entry...
2008-08-18  Rob Shearmanoleaut32: Avoid unnecessary allocations in TLB_MultiByt...
2008-07-30  Rob Shearmanoleaut32: Fix the loading of the parameter name for...
2008-07-30  Rob Shearmanoleaut32: Handle strings with a length of 0xffff in...
2008-07-30  Rob Shearmanoleaut32: Dump the loaded module in SLTG_ProcessModule.
2008-07-30  Rob Shearmanoleaut32: Move the debug logging of the variable type...
2008-07-30  Rob Shearmanoleaut32: Use the typelib debug channel for debug messa...
2008-07-11  Andrew Talbotoleaut32: Remove unneeded address-of operators from...
2008-07-01  Rob Shearmanoleaut32: Dump symbolic names for VT_LPSTR and VT_LPWST...
2008-07-01  Rob Shearmanoleaut32: Load string constants correctly from SLTG...
2008-07-01  Rob Shearmanoleaut32: Implement the 0x08 flag in SLTG_DoVars.
2008-04-23  Austin EnglishSpelling fixes.
2008-04-23  Andrew Talbotoleaut32: Remove unused variables.
2008-04-14  Austin Englisholeaut32: Spelling fixes.
2008-04-07  Francois GougetAssorted spelling fixes.
2008-03-15  Rob Shearmanoleaut32: Fix the return type of TLB_ReadTypeLib.
2008-03-12  Rob Shearmanoleaut32: Split the methods for opening different sourc...
2008-03-12  Andrew Talbotoleaut32: Assign to structs instead of using memcpy.
2008-01-16  Andrew Talbotoleaut32: Remove unneeded casts.
2007-11-28  Rob Shearmanoleaut32: Introduce a new helper function, TLB_FreeCust...
2007-11-28  Rob Shearmanoleaut32: Free the correct custom data inside ITypeInfo...
2007-11-26  Gerald Pfeiferoleaut32: Simplify two conditions based on the fact...
2007-10-23  Francois GougetAssorted spelling fixes.
2007-10-10  Mikolaj Zalewskioleaut32: Function kind for dispatch interfaces should...
2007-07-31  Andrew Talbotoleaut32: Constify some variables.
2007-07-30  Andrew Talbotoleaut32: Constify some variables.
2007-06-25  Huw Daviesoleaut32: Extend _invoke to cope with more args.
2007-06-25  Huw Daviesoleaut32: Interfaces that derive from IDispatch should...
2007-06-22  Michael Stefaniucoleaut32: Do not use wide character constants.
2007-06-07  Misha Koshelevoleaut32: Add support for vararg functions in ITypeInfo...
2007-05-30  Rob Shearmanoleaut32: Fix the references in function descriptions...
2007-05-30  Rob Shearmanoleaut32: For automatic-value-getting in ITypeInfo...
2007-05-25  Huw Daviesoleaut32: SLTG references are only unique at the typein...
2007-05-18  Huw Daviesoleaut32: Recurse through the impltype list so that...
2007-05-18  Huw Daviesoleaut32: Fix CreateDispTypeInfo to store the correct...
2007-05-18  Huw Daviesoleaut32: GetRefTypeOfImplType(0) on TKIND_DISPATCH...
2007-05-18  Huw Daviesoleaut32: Fix return value in the element not found...
2007-05-17  Huw Daviesoleaut32: Type references are global to the typelib.
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...
next