usp10: Implement ScriptGetProperties.
[wine] / dlls / oleaut32 /
2006-02-14  Robert Shearmanoleaut32: Free connection point on destruction of the...
2006-02-14  Robert Shearmanoleaut32: Fix returning Typelib file name.
2006-02-14  Robert Shearmanoleaut32: Free the connection points on destruction...
2006-02-14  Robert Shearmanoleaut32: Don't try to release NULL COM objects in...
2006-02-14  Robert Shearmanoleaut32: Fix flag comparison in Picture Invoke.
2006-02-14  Francois Gougetinclude: Add missing LANG_xxx and SUBLANG_xxx constants.
2006-02-10  Robert ShearmanReturn the correct error code from IConnectionPointCont...
2006-02-10  Robert Shearmanoleaut: Partially implement Invoke on the standard...
2006-02-10  Robert Shearmanoleaut: Fix importing the IDispatch interface for TKIND...
2006-02-10  Robert Shearmanoleaut: Add tests for IFontEventsDisp.
2006-02-10  Robert Shearmanoleaut: Implement IFontEventsDisp connection point...
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-07  Robert Shearmanoleaut32: Fix circular reference count in Typelib marsh...
2006-02-07  Robert Shearmanoleaut32: Handle VT_INT in serialize_param and deserial...
2006-02-07  Robert Shearmanoleaut32: Release interfaces when told to.
2006-02-06  Francois GougetAssorted spelling fixes.
2006-02-06  Huw Daviesoleaut32: Fixes and tests for CreateDispTypeInfo.
2006-02-06  Fatih Aşıcıoleaut32: Turkish translation.
2006-02-03  Huw Daviesole: Initialize a few more funcdesc members in CreateDi...
2006-02-02  Ulrich Czekallaoleaut32: Prevent freeing of random memory.
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-27  Alexandre Julliardoleaut32: Ignore new test ok file.
2006-01-27  Robert Shearmanole: Test and implement LPSAFEARRAY marshaling.
2006-01-27  Robert Shearmanoleaut: Improve the typelib marshaler traces.
2006-01-24  Dmitry TimoshkovMake more arrays const.
2006-01-18  Michael Stefaniucoleaut: Add missing SysFreeString to the Var{Mul,Add...
2006-01-18  Michael Stefaniucoleaut: Merge the VarCmp tests from vartype.c into...
2006-01-18  Robert Shearmanoleaut: Reduce an ERR down to a WARN since a NULL inter...
2006-01-16  Michael Stefaniucoleaut32: Tests for the VarCmp reimplementation.
2006-01-16  Michael Stefaniucoleaut32: Reimplement VarCmp().
2006-01-16  Michael Stefaniucoleaut32: Define missing but useful VTBIT_* macros.
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-14  Robert Shearmanoleaut: Support VT_CY in the typelib marshaller.
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: Fix SafeArrayCopy for NULL pvData.
2005-12-12  Robert ShearmanOLE: Add const to several typelib functions.
2005-12-12  Robert ShearmanOleTranslateColor trace fix.
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: Add tests for the typelib version of ITypeComp_Bind.
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-05  Michael StefaniucFix VarBstrCmp for NULL input BSTRs (MSDN is wrong).
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-26  Alexandre JulliardRenamed all .cvsignore files to .gitignore.
2005-11-11  YunSong HwangAdd Korean translations.
2005-11-10  Francois GougetRemove spaces before '\n' in traces.
2005-11-10  Francois GougetAssorted spelling and case fixes.
2005-11-09  Robert Shearman- Cleanup formating of DispCallFunc.
2005-11-07  Marcus MeissnerAdded support of loading of IPicture data from non...
2005-11-05  Marcus MeissnerFixed FMT_DATE_GENERAL and FMT_DATE_TIME_SYS cases in
2005-11-04  Marcus MeissnerAdded support for VT_I8/VT_UI8 marshalling.
2005-11-04  Robert ShearmanAdd a test for Invoking an OleFont function.
2005-11-03  Uwe BonnesExtend VarCmp() and add test cases.
2005-11-02  Huw DaviesDon't call Release on a null ptr.
2005-11-02  Robert ShearmanFix a crash during +variant logging caused by a typo...
2005-11-02  Robert Shearman- Make sure to clean up properly on error.
2005-11-02  Robert Shearman- Make wParamFlags in the paramdesc dumping function...
2005-11-02  Robert ShearmanThe PSDispatch PS class factory can manage both typelib...
2005-11-01  Marcus MeissnerSysReAllocString of same pointer returns TRUE.
2005-10-31  Huw DaviesDeal with pExcepInfo == NULL.
2005-10-29  Robert Shearman- Read DLL name from modules in MSFT typelibs.
2005-10-28  Michael StefaniucHandle VT_DECIMAL in VarCmp().
2005-10-27  Alex Villacís LassoAdd tests for functionality implemented or corrected...
2005-10-27  Robert ShearmanThere is no need to call IUnknown_QueryInterface since...
2005-10-27  Robert ShearmanAdd IFontEventsDisp and IProvideMultipleClassInfo.
2005-10-26  Alex Villacís LassoImplement complete VarDecDiv() for any valid DECIMAL.
2005-10-26  Huw DaviesTreat paramflags == 0 like PARAMFLAG_FIN.
2005-10-26  Alex Villacís LassoImplement complete VarDecMul() for any valid DECIMAL.
next