secur32: Replace const pointer parameters with correct pointers to const.
[wine] / dlls / oleaut32 /
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...
2006-12-24  Alex Villacís Lassooleaut32: Fix tests for redundant headers in OLEPicture...
2006-12-24  Rob Shearmanoleaut32: Fix a crash when executing the VarAnd test...
2006-12-24  Rob Shearmanoleaut32: Fix the VarPow tests for older versions of...
2006-12-21  Alex Villacís Lassooleaut32: VarBstrFromCy - Remove use of sprintfW by...
2006-12-19  Alex Villacís Lassooleaut32: Bypass conversion to string in R4/R8 -> DECIM...
2006-12-11  Marcus Meissnermade functions and variables static in some testcases.
2006-12-07  Alexandre Julliardoleaut32/tests: Use LOCALE_NOUSEROVERRIDE in tests...
2006-12-07  Alexandre Julliardoleaut32: Use LOCALE_NOUSEROVERRIDE where necessary...
2006-12-05  Francois GougetConsistently use SUBLANG_NEUTRAL for Italian resources.
2006-12-05  Francois GougetAssorted spelling fixes.
2006-12-04  Charles Blacklockoleaut32: Cleanup of previous VarBstrCmp patch.
2006-11-30  Charles Blacklockoleaut32: Add VarBstrCmp binary comparison for LCID==0.
2006-11-28  Dmitry Timoshkovoleaut32: Make some data const and static.
2006-11-24  Marcus Meissneroleaut32: Protect against integer overflow in SysAllocS...
2006-11-24  Francois GougetReplace SUBLANG_DEFAULT with the specific SUBLANG_XXX...
2006-11-16  Mike McCormackoleaut32: Remove incorrect references to malloc.
2006-11-10  Dmitry Timoshkovshlwapi: Unify SHDeleteKeyW implementation with SHDelet...
2006-11-10  Dmitry Timoshkovoleaut32: Constify some data.
2006-11-10  Mike McCormackoleaut32: Use HeapAlloc/Free instead of malloc/free.
2006-11-09  Alex Villacís Lassooleaut32: typelib - fix regression in MSFT typelib...
2006-11-09  Michael Stefaniucoleaut32: Fix the warnings introduced by the "unsigned...
2006-11-09  Michael Stefaniucwidl: Use ULONG instead of unsigned long when generatin...
2006-11-09  Michael Stefaniucwidl: Use ULONG instead of unsigned long when generatin...
2006-11-09  Michael Stefaniucwidl: Use ULONG instead of unsigned long when generatin...
2006-11-09  Michael Stefaniucwidl: Use ULONG instead of unsigned long when generatin...
2006-11-08  Alex Villacís Lassooleaut32: varformat - Force LCID_US for conversion...
2006-11-08  Andrew Talbotoleaut32: Cast-qual warnings fix.
2006-11-08  Alex Villacís Lassooleaut32: variant - allow conversion of VT_DISPATCH...
2006-11-08  Alex Villacís Lassooleaut32: olepicture - Support multiple redundant heade...
2006-11-07  Francois GougetAssorted spelling fixes.
2006-11-07  Francois Gougetoleau32: The PSDK's ELEMDESC's union is nameless, alway...
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 the typelib...
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-24  Mikołaj Zalewskiresources: Change Dutch sublanguage code to SUBLANG_NEU...
2006-10-24  Mikołaj Zalewskiresources: Change German sublanguage code to SUBLANG_NE...
2006-10-23  Rob Shearmanoleaut32: Fix a missing ITypeInfo::ReleaseTypeAttr...
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  Rob Shearmanoleaut32: Fix some reference count and memory leaks...
next