x11drv: Fix the regression caused by the recent ShowWindow fixes.
[wine] / dlls / oleaut32 /
2006-05-15  Huw Daviesoleaut32: Update the marshal state buffer size when...
2006-05-15  Jacek Cabanoleaut32: res50 is number of impinfos. Fix its usage.
2006-05-15  Thomas Weidenmuelleroleaut32: Fix converting file name to Unicode.
2006-05-10  Robert ShearmanCheck the return value from register_key_guid in all...
2006-05-10  Huw Daviesoleaut32: Correctly handle the case when the number...
2006-05-10  Huw Daviesoleaut32: Support VT_SAFEARRAY in the typelib marshaler.
2006-05-10  Huw Daviesoleaut32: Add a function to grow the marshal state...
2006-05-08  Huw Daviesoleaut32: Preserve the 'auto' features before copying...
2006-05-08  Huw Daviesoleaut32: Implement GetVarDesc_Proxy and friends.
2006-05-08  Huw Daviesoleaut32: Change CLEANLOCALSTORAGE flag constants to...
2006-05-07  Huw Daviesoleaut32: Fix VARIANT_UserFree.
2006-05-07  Huw Daviesoleaut32: Remove weird attempt to clear VT_VARIANT.
2006-05-07  Huw Daviesoleaut32: Rewrite VARIANT user marshaling.
2006-05-05  Robert Shearmanoleaut32: Check the return value from VariantCopy when...
2006-05-05  Robert Shearmanoleaut32: Support values being passed into VT_VARIANT...
2006-05-05  Huw Daviesoleaut32: Alignment fixes for safearrays.
2006-05-05  Huw Daviesoleaut32: Fix tests under win2k.
2006-05-05  Huw Daviesoleaut32: Split out the SAFEARRAY and BSTR tests so...
2006-05-05  Huw Daviesoleaut32: Fix BSTR marshaling to be wire compatible...
2006-05-05  Huw Daviesoleaut32: Implement GetDocumentation_Proxy/Stub.
2006-05-05  Huw Daviesoleaut32: Implement GetFuncDesc_Proxy and friends.
2006-05-05  Huw Daviesoleaut32: Implement GetTypeAttr_Proxy and friends.
2006-04-19  Huw Daviesoleaut32: Implement CLEANLOCALSTORAGE marshalling and...
2006-04-18  Robert Shearmanoleaut32: Fix differences between the size returned...
2006-04-18  Robert Shearmanoleaut32: Initialise BSTR pointer to NULL in VARIANT_Us...
2006-04-11  Antonio Codazzioleaut32: Added Esperanto language.
2006-04-07  Robert Shearmanoleaut32: Fix typo in LPSAFEARRAY_Unmarshal.
2006-04-07  Robert Shearmanoleaut32: Remove deadcode in SafeArrayPutElement.
2006-04-07  Mike McCormackoleaut32: Remove unnecessary check for NULL.
2006-03-30  Robert Shearmanoleaut32: Add IPersist to QueryInterface.
2006-03-30  Robert Shearmanoleaut32: Zero out parameter in LoadRegTypeLib in case...
2006-03-30  Robert Shearmanoleaut32: Replace memcmp with IsEqualIID macro.
2006-03-21  Francois GougetAssorted spelling fixes.
2006-03-21  Robert Shearmanoleaut: ITypeInfo::GetIDsOfNames should search inherite...
2006-03-21  Robert Shearmanoleaut: Better support for invoking methods with VT_VAR...
2006-03-09  Francois Gougetoleaut32: Reorder a few functions to avoid forward...
2006-03-06  Robert Shearmanoleaut: Implement VarBstrFromDisp.
2006-03-06  Robert Shearmanoleaut: Fix VarFormat for VT_NULL variants.
2006-03-06  Robert Shearmanoleaut: Add some more VarFormat tests and fix the VarMo...
2006-03-06  Robert Shearmanoleaut: Split OLEPictureImpl_Load.
2006-03-01  Robert Shearmanoleaut: Use IsEqualIID in connpt.c instead of memcmp...
2006-02-24  Robert Shearmanoleaut: Fix standard font cloning.
2006-02-16  Robert Shearmanoleaut: Test some error conditions in ITypeInfo::GetIDs...
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.
next