advapi32: Make ConvertSidToStringSid use helper functions of ConvertSecurityDescripto...
[wine] / dlls / oleaut32 /
2007-09-13  Americo Jose MeloUpdate the Portuguese translation.
2007-08-30  Francois GougetAssorted non-ANSI function declaration fixes (missing...
2007-08-23  Stefan Leichteroleaut32: Remove 'recursive registry key delete' function.
2007-08-20  Paul Vriensoleaut32/tests: Skip VarCat and VarAnd tests a bit...
2007-08-20  Paul Vriensoleaut32/tests: Skip VarImp tests if there is no I8...
2007-08-20  Paul Vriensoleaut32/tests: Skip VarIdiv tests if there is no I8...
2007-08-20  Paul Vriensoleaut32/tests: Skip VarDiv tests if there is no I8...
2007-08-20  Paul Vriensoleaut32/tests: Skip VarAnd tests if there is no I8...
2007-08-20  Paul Vriensoleaut32/tests: Skip VarCat tests if there is no I8...
2007-08-20  Paul Vriensoleaut32/tests: Fix a few typos.
2007-08-20  Paul Vriensoleaut32/tests: Add a few skip's to the vartype tests.
2007-08-20  Paul Vriensoleaut32/tests: Use GetModuleHandle and add a few skip's.
2007-08-17  Paul Vriensoleaut32/tests: Use GetModuleHandle and check only...
2007-08-09  Evan Stadeoleaut32: Handle transparency data when loading PNG...
2007-08-09  Francois GougetAssorted spelling fixes.
2007-08-06  Evan Stadeoleaut32: Allow PNG_COLOR_TYPE_RGB_ALPHA.
2007-08-06  Andrew Talbotoleaut32: Constify some variables.
2007-08-03  Francois Gougetoleaut32: Fix a signed/unsigned mismatch.
2007-08-03  Andrew Talbotoleaut32: Constify some variables.
2007-08-02  Evan Stadeoleaut32: Slight correction to EMF rendering.
2007-08-02  Andrew Talbotoleaut32: Constify some variables.
2007-07-31  Andrew Talbotoleaut32: Constify some variables.
2007-07-31  Evan Stadeoleaut32: Recognize EMF header when loading picture.
2007-07-30  Andrew Talbotoleaut32: Constify some variables.
2007-07-27  Andrew Talbotoleaut32: Constify some variables.
2007-07-26  Andrew Talbotoleaut32: Constify some variables.
2007-07-20  Michael Stefaniucoleaut32: Remove a return after return.
2007-07-03  Andrew Talbotoleaut32: Constify some variables.
2007-07-02  Evan Stadeoleaut32: Save load time format of pictures.
2007-07-02  Evan Stadeoleaut32: Added support for decoding some PNG files.
2007-07-02  Alexandre Julliardconfigure: Make the libjpeg soname check depend on...
2007-07-02  Alexandre Julliardconfigure: Export the shared library extension instead...
2007-06-27  Michael Stefaniucoleaut32: Remove superfluous casts of void pointers...
2007-06-25  Huw Daviesoleaut32: Extend _invoke to cope with more args.
2007-06-25  Huw Daviesoleaut32: Handle marshaling of VARTYPE-less FADF_VARIAN...
2007-06-25  Huw Daviesoleaut32: Implement marshaling of VT_BYREF interfaces.
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...
next