oleaut32: Interfaces that derive from IDispatch should be marshaled as VT_DISPATCH.
[wine] / dlls / oleaut32 /
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-06-07  Misha Koshelevoleaut32/tests: Add tests for IDispatch::Invoke of...
2007-06-06  Andrew Talbotoleaut32: Fix some typos.
2007-06-06  Huw Daviesoleaut32: Fixes for the PICTYPE_UNINITIALIZED case.
2007-06-05  Alex Villacís Lassooleaut32: Support for VT_DISPATCH in VarRound.
2007-06-05  Alex Villacís Lassooleaut32: Support for VT_DISPATCH in VarNeg.
2007-06-05  Alex Villacís Lassooleaut32: Support for VT_DISPATCH in VarInt.
2007-06-05  Alex Villacís Lassooleaut32: Support for VT_DISPATCH in VarFix.
2007-06-05  Alex Villacís Lassooleaut32: Support for VT_DISPATCH in VarNot.
2007-06-05  Alex Villacís Lassooleaut32: Support for VT_DISPATCH in VarAbs.
2007-06-01  Francois Gougetoleaut32/tests: Improve vtstr() and variantstr().
2007-05-31  Francois Gougetoleaut32/tests: Convert some macros to functions.
2007-05-31  Francois Gougetoleaut32/tests: Fix the EQ_DOUBLE() and EQ_FLOAT()...
2007-05-31  Francois Gougetoleaut32/tests: Remove unneeded parentheses.
2007-05-31  Francois Gougetoleaut32/tests: Remove redundant semi-colons.
2007-05-30  Rob Shearmanoleaut32: Fix the references in function descriptions...
2007-05-30  Rob Shearmanoleaut32: For automatic-value-getting in ITypeInfo...
2007-05-29  Francois GougetAssorted spelling fixes.
2007-05-29  Francois Gougetoleaut32/tests: Fix the Visual C++ double to float...
2007-05-29  Dmitry Timoshkovoleaut32: Add support for loading and drawing metafiles.
2007-05-25  Huw Daviesoleaut32: SLTG references are only unique at the typein...
2007-05-23  Marcus Meissneroleau32: Fix one entry overflow (Coverity).
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: non-dual dispinterfaces should be marshaled...
2007-05-18  Huw Daviesoleaut32: Move the proxy thunk creation code to a separ...
2007-05-18  Huw Daviesoleaut32: Test for interface that derives from IUnknown.
2007-05-18  Huw Daviesoleaut32: Tests for more 'syntax 2' dispinterfaces.
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-18  Huw Daviesoleaut32: Typelib inheritance tests.
2007-05-18  Juan Langoleaut32: Don't mix allocation routines.
2007-05-17  Huw Daviesoleaut32: Type references are global to the typelib.
2007-05-16  Andrew Talbotoleaut32: Exclude unused headers.
2007-05-04  Bill Medlandoleaut32/tests: Some boundary tests on VarBstrFromDate.
2007-04-30  Huw Daviesoleaut32: Remove useless initialization of an [out...
2007-04-26  Huw Daviesoleaut32: Rewrite get_funcdesc to avoid using the funcd...
2007-04-26  Huw Daviesoleaut32: Don't try to free the typeinfo if get_funcdes...
2007-04-13  Andrew Talbotoleaut32: Remove superfluous semicolons.
2007-04-11  Francois Gougetoleaut32/tests: Fix compilation on systems that don...
2007-04-04  Rob Shearmanole32: In 16-bit OLE, LPOLESTR uses multibyte, not...
2007-04-03  Jason Edmeadesoleaut32: Convert to VT_DECIMAL fails with overflow...
2007-03-26  Paul Vriensoleaut32/tests: Use skip.
2007-03-23  Andrew Talbotoleaut32: Replace inline static with static inline.
2007-03-20  Rob Shearmanoleaut32: Clear the input pvar structure in VARIANT_Use...
2007-03-20  Rob Shearmanoleaut32: Make the VARIANT_UserUnmarshal tests work...
2007-03-20  Rob Shearmanoleaut32: Add some tests for user marshaling a VT_UNKNO...
2007-03-12  Jan Zerebeckioleaut32: Add DebugInfo to critical sections.
2007-03-12  Stefan HuehnerChange some functions arguments from () -> (void).
2007-03-08  Rob Shearmanoleaut32: TKIND_COCLASS parameters to Invoke'd function...
2007-02-21  Huw Daviesoleaut32: Fix a TypeAttr leak.
2007-02-20  Rob Shearmanoleaut32: Re-arrange the position of functions and...
2007-02-20  Rob Shearmanoleaut32: Fix IFont::AddRefHFont and IFont::ReleaseRefH...
2007-02-14  Francois GougetAssorted spelling fixes.
2007-02-09  Alexandre JulliardMake.rules: Automatically generate the header for all...
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-08  Rob Shearmanoleaut32: Fix the IDL for the "Value" method in the...
2007-02-08  Rob Shearmanoleaut32: Comment out "dual" attribute of IKindaEnumWid...
2007-02-08  Rob Shearmanoleaut32: Always register the typelib for the tmarshal...
2007-02-07  Rob Shearmanoleaut32: Fix a one-off test failure in the tmarshal...
2007-02-07  Rob Shearmanoleaut32: A value of PARAMFLAG_FNONE for wParamFlags...
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  Rob Shearmanoleaut32: Add a wrapper around the channel supplied...
2007-02-06  Huw Daviesoleaut32: Call SearchPath before LoadLibrary so that...
2007-02-05  Huw Daviesoleaut32: Fix marshaling of VARTYPE-less safearrays.
2007-01-25  Huw Daviesoleaut32: The typelib version numbers should be written...
2007-01-24  Paul Vriensoleaut32/tests: Cast-qual warning fixes.
2007-01-23  Alexandre Julliardoleaut32/tests: Fix the FSF address.
2007-01-23  Alexandre Julliardoleaut32/tests: Add tmarshal test.
2007-01-23  Francois Gougetoleaut32/tests: Fix compilation on systems that don...
2007-01-22  Andrew Talbotoleaut32: Declare some items static.
2007-01-16  James Hawkinsoleaut32: Initialize nrofnames to keep from freeing...
2007-01-16  Andrew Talbotoleaut32: Remove unused items.
2007-01-15  Alexandre Julliardoleaut32/tests: Replace some macros by functions to...
2007-01-12  Paul Vriensoleaut32/tests: Cast-qual warnings fixes.
2007-01-08  Francois Gougetoleaut32/tests: Replace some '#if 0's with 'if (0)'s.
2007-01-08  Francois Gougetoleaut32/tests: Fix compilation on systems with no...
2007-01-03  Bernard Ladenthinoleaut32: Better OleIconToCursor stub.
2007-01-03  Alex Villacís Lassooleaut32: Support for VT_DISPATCH in VarImp.
2007-01-03  Alex Villacís Lassooleaut32: Support for VT_DISPATCH in VarPow.
2007-01-03  Alex Villacís Lassooleaut32: Support for VT_DISPATCH in VarMod.
2007-01-03  Alex Villacís Lassooleaut32: Support for VT_DISPATCH in VarIdiv.
2007-01-03  Alex Villacís Lassooleaut32: Support for VT_DISPATCH in VarXor.
2007-01-03  Alex Villacís Lassooleaut32: Support for VT_DISPATCH in VarOr.
2007-01-03  Alex Villacís Lassooleaut32: Support for VT_DISPATCH in VarSub.
2007-01-03  Alex Villacís Lassooleaut32: Support for VT_DISPATCH in VarDiv.
2007-01-03  Alex Villacís Lassooleaut32: Support for VT_DISPATCH in VarMul.
2007-01-03  Alex Villacís Lassooleaut32: Support for VT_DISPATCH in VarAdd.
2007-01-03  Alex Villacís Lassooleaut32: Support for VT_DISPATCH in VarAnd.
2007-01-03  Alex Villacís Lassooleaut32: Add wrapper for dereferencing a VARIANT of...
2007-01-02  Rob Shearmanoleaut32: Fix _nroffuncs to return the correct number...
2006-12-28  Rob Shearmanoleaut32: SafeArrayAllocData should succeed when cbElem...
2006-12-26  Alex Villacís Lassooleaut32: Fix VarMod(VT_DECIMAL) test by properly initi...
next