notepad: Fix the ellipsis and shortcuts in menus.
[wine] / dlls / oleaut32 /
2006-07-13  Robert Shearmanoleaut32: Convert void return types to the VT_EMPTY...
2006-07-13  Robert Shearmanoleaut32: Typelib interfaces with the FDUAL flag should...
2006-07-11  Alexandre Julliardlibs: Merged libwine_unicode into libwine.
2006-07-11  Benjamin Araioleaut32: Conformance test and patch for VarCat.
2006-07-10  Alexandre Julliard.gitignore: Added wildcards to ignore generated resourc...
2006-07-10  Alexandre Julliardmake_dlls: Recursively ignore .ok files in all tests...
2006-07-10  Alexandre Julliardmake_dlls: Recursively ignore testlist.c in all tests...
2006-07-10  Alexandre Julliardmake_dlls: Ignore generated import libraries from the...
2006-07-10  Alexandre JulliardTake advantage of the recursive nature of .gitignore...
2006-07-10  Robert Shearmanoleaut32: Make ctl2_hash_guid match the same function...
2006-07-10  Robert Shearmanoleaut32: MSFT_DoFuncs: "reclength" of the function...
2006-07-10  qingdoa daoooleaut32: Copying a NULL BSTR should result in an empty...
2006-07-07  Robert Shearmanoleaut32: ITypeComp_fnBind should do case-insensitive...
2006-07-07  Robert Shearmanoleaut32: Add a typedef for "boolean".
2006-07-07  Robert Shearmanoleaut32: Fix the error code returned by ITypeComp...
2006-07-05  Robert Shearmanoleaut: Implement processing of modules for SLTG typelibs.
2006-07-05  Robert Shearmanoleaut: Improve SLTG var support.
2006-07-05  Robert Shearmanoleaut: Fix function support for SLTG dispinterfaces.
2006-07-05  Robert Shearmanoleaut: Move the processing of functions in SLTG typeli...
2006-07-05  Robert Shearmanoleaut: Move the initialisation of memidConstructor and
2006-07-05  Robert Shearmanoleaut: Process references for SLTG dispatch types.
2006-07-05  Robert Shearmanoleaut: Abstract out the processing of variables in...
2006-07-05  Robert Shearmanoleaut: Process references when parsing SLTG alias...
2006-07-05  Robert Shearmanoleaut: Rename SLTG_DoType to SLTG_DoElem and split...
2006-07-05  Robert Shearmanoleaut: The SLTG_MemberHeader and SLTG_TypeInfoTail...
2006-07-05  Robert Shearmanoleaut: Document some more members of SLTG_TypeInfoTail.
2006-07-03  Robert Shearmanoleaut32: Fix parsing of hex numbers with 'e' in the...
2006-06-30  Paul VriensUse the return value of register_key_guid.
2006-06-30  Robert Shearmanoleaut32: Fix a typo where the FIXME doesn't match...
2006-06-29  Robert Shearmanoleaut32: RegisterTypeLib should register any interface...
2006-06-28  Juan Langoleaut32: Handle bstr length of -1 in typelibs.
2006-06-22  Juan Langoleaut32: Correctly handle NULLs embedded in BSTRs...
2006-06-19  Kevin Koltzauoleaut32: Fix 64bit warnings in tests.
2006-06-13  Alexandre Julliardoleaut32: Use unsigned int instead of size_t to avoid...
2006-06-10  Alexandre Julliardoleaut32: Make the virtual table functions static where...
2006-06-09  Robert Shearmanoleaut32: We always pass in an IRpcChannelBuffer to...
2006-06-09  Alexandre Julliardoleaut32: Use the standard DEFINE_OLEGUID macro to...
2006-06-09  qingdoa daoooleaut32: Fix safearray data destruction.
2006-06-08  Robert Shearmanoleaut32: Uncomment a line to implement conversion...
2006-06-08  Robert Shearmanoleaut32: Handle BSTRs in VARIANT_CopyData.
2006-06-06  qingdoa daoooleaut32: safearray: Convert dimension index at the...
2006-06-06  James Hawkinsoleaut32: Only BYREF DispCallFunc args whose input...
2006-06-06  James Hawkinsoleaut32: Copy BYREF args directly if they have the...
2006-05-31  Robert Shearmanoleaut32: Make sure to read the memid and the name...
2006-05-31  Robert Shearmanoleaut32: Resolve referenced types for return values...
2006-05-24  Alexandre JulliardTests should not use wine/unicode.h.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
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.
next