d3d10core: Implement ID3D10Device::CreateVertexShader().
[wine] / dlls / oleaut32 / typelib.c
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...
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.
next