Replace inherit flag with object attributes in winstation and desktop
[wine] / dlls / oleaut32 /
2005-11-11  YunSong HwangAdd Korean translations.
2005-11-10  Francois GougetRemove spaces before '\n' in traces.
2005-11-10  Francois GougetAssorted spelling and case fixes.
2005-11-09  Robert Shearman- Cleanup formating of DispCallFunc.
2005-11-07  Marcus MeissnerAdded support of loading of IPicture data from non...
2005-11-05  Marcus MeissnerFixed FMT_DATE_GENERAL and FMT_DATE_TIME_SYS cases in
2005-11-04  Marcus MeissnerAdded support for VT_I8/VT_UI8 marshalling.
2005-11-04  Robert ShearmanAdd a test for Invoking an OleFont function.
2005-11-03  Uwe BonnesExtend VarCmp() and add test cases.
2005-11-02  Huw DaviesDon't call Release on a null ptr.
2005-11-02  Robert ShearmanFix a crash during +variant logging caused by a typo...
2005-11-02  Robert Shearman- Make sure to clean up properly on error.
2005-11-02  Robert Shearman- Make wParamFlags in the paramdesc dumping function...
2005-11-02  Robert ShearmanThe PSDispatch PS class factory can manage both typelib...
2005-11-01  Marcus MeissnerSysReAllocString of same pointer returns TRUE.
2005-10-31  Huw DaviesDeal with pExcepInfo == NULL.
2005-10-29  Robert Shearman- Read DLL name from modules in MSFT typelibs.
2005-10-28  Michael StefaniucHandle VT_DECIMAL in VarCmp().
2005-10-27  Alex Villacís LassoAdd tests for functionality implemented or corrected...
2005-10-27  Robert ShearmanThere is no need to call IUnknown_QueryInterface since...
2005-10-27  Robert ShearmanAdd IFontEventsDisp and IProvideMultipleClassInfo.
2005-10-26  Alex Villacís LassoImplement complete VarDecDiv() for any valid DECIMAL.
2005-10-26  Huw DaviesTreat paramflags == 0 like PARAMFLAG_FIN.
2005-10-26  Alex Villacís LassoImplement complete VarDecMul() for any valid DECIMAL.
2005-10-26  Michael StefaniucHandle VT_CY in VarDiv().
2005-10-26  Robert Shearman- Forward IDispatch functions to the MIDL-generated...
2005-10-26  Alex Villacís LassoImplement complete VarBstrFromDec() for any valid DECIM...
2005-10-20  Huw DaviesProxies and stubs for GetTypeInfoCont, GetLibAttr and...
2005-10-19  Pierre d'HerbemontAllow compilation on non-i386.
2005-10-18  Huw DaviesImplement GetContainingTypelib_{Proxy,Stub}.
2005-10-18  Huw DaviesWhen a dispinterface isn't dual, we should return
2005-09-29  Alexandre JulliardWe are no longer generating .dbg.c files.
2005-09-26  Francois GougetFix .spec declarations for functinos with 64bit argumen...
2005-09-26  Francois GougetAdd trailing '\n's to ok() calls.
2005-09-22  Alex Villacís LassoFix a scaling error in VarR4FromDec() and VarR8FromDec...
2005-09-22  Alexandre JulliardRemoved unused debug channels.
2005-09-22  Alex Villacís LassoModify VarDiv() and VarSub() to use the existing VarDec...
2005-09-21  Alexandre JulliardWe are no longer generating .spec.c files.
2005-09-21  Mike McCormackFix "empty body in an if/else-statement" warnings.
2005-09-19  Milko KrachounovBulgarian resources for mpr, msi, user, commdlg, oleaut...
2005-09-19  Marcus MeissnerSupport more arguments in _invoke().
2005-09-18  Robert ShearmanFix ref-counting rules to match native DCOM Dlls.
2005-09-13  Alexandre JulliardRemove the 'L' suffix on a number of constants to avoid...
2005-09-13  Walt OgburnGet IFontDisp type information from stdole2.tlb, instea...
2005-09-12  Marcus MeissnerThe last argument to MultiByteToWideChar is wide charac...
2005-09-12  Alexandre JulliardUse MAKEINTRESOURCE instead of casts where appropriate.
2005-09-09  Alexandre JulliardSpecify 64-bit integers as double instead of long long...
2005-09-09  Alex Villacís LassoMake Single|Double->BSTR conversion use the specified...
2005-09-09  Alexandre JulliardUse a more portable scheme for storing the name of...
2005-09-07  Marcus MeissnerVT_PTR->VT_USERDEFINED chains depend on the TKIND of...
2005-09-02  Robert ShearmanAdd VT_UNKNOWN support for VARIANT marshaling by genera...
2005-08-29  Robert ShearmanMake typelib marshaler use IRpcChannelBuffer::GetBuffer...
2005-08-29  Robert Shearman- Shunt some trace statements over to the typelib chann...
2005-08-27  Alexandre JulliardExplicitly import kernel32 in tests that use it.
2005-08-26  Mike McCormackFix gcc 4.0 warnings.
2005-08-24  Robert Shearman- Remove redundant QueryInterface in marshal_interface...
2005-08-24  Michael StefaniucImplement IPicture::get_hPal for PICTYPE_BITMAP.
2005-08-23  Michael Stefaniuc- VarAdd, VarMul: I4 overflows to R8 and not I8 even...
2005-08-22  Walt OgburnAdd tests for olefont size functions & conversions.
2005-08-22  Walt OgburnWhen applying logical / himetric ratio to olefont sizes...
2005-08-15  Vincent BéronUniformize DllMain TRACEing across dlls.
2005-08-10  Francois GougetChange some Dll* functions so they are exported by...
2005-08-09  Alexandre JulliardGet rid of the almost empty tmarshal.h file.
2005-08-09  Alexandre JulliardMoved a number of definitions that are not needed in...
2005-08-08  Mike McCormackgcc 4.0 warning fixes.
2005-08-08  Saulius KrasuckasComment out VarDateFromStr() calls that generate except...
2005-08-08  Alexandre JulliardRemoved some unnecessary macros, and make some function...
2005-08-08  Robert ShearmanRevert to previous behaviour of detecting names with...
2005-08-03  Mike McCormackgcc 4.0 warning fixes for Interlocked* functions.
2005-07-28  Robert Shearman- A name in an SLTG typelib only beginning with 0xff...
2005-07-27  Alexandre JulliardReplace the ICOM_THIS_From macros by inline functions.
2005-07-20  Alexandre JulliardGet rid of cursoricon.h.
2005-07-19  Robert Shearman- Fix VT_BYREF|VT_UNKNOWN return values by comparing...
2005-07-19  Robert ShearmanReturn DISP_E_EXCEPTION from ITypeInfo_Invoke on an...
2005-07-19  Robert Shearman- IRpcStubBuffer_Disconnect can be called multiple...
2005-07-19  Robert ShearmanActivate ITypeLib, ITypeInfo and IEnumVARIANT Marshalers.
2005-07-19  Robert ShearmanRemove RegisterTypeLib hack.
2005-07-19  Robert ShearmanFix confusion between number of characters and number...
2005-07-19  Robert ShearmanSupport VT_BYREF|VT_I4 in _copy_arg.
2005-07-19  Robert ShearmanMarshal and unmarshal TKIND_ENUM and TKIND_ALIAS.
2005-07-19  Alex Villacís LassoFix GIF palette allocation, by relying on ColorCount...
2005-07-19  Alex Villacís LassoEnsure that underflowing negative float is represented...
2005-07-18  Alex Villacís LassoTest for behavior of negative underflow formatting.
2005-07-11  Mike McCormackInterlocked LONG* gcc warning fixes.
2005-07-06  Mike McCormackgcc 4.0 -Wpointer-sign fixes (Reg* functions).
2005-07-06  Francois GougetAdd trailing '\n's to ok() calls.
2005-07-05  Stefan HuehnerFix some more -Wmissing-declarations warnings.
2005-07-05  Robert ShearmanDocument active object and variant functions.
2005-06-29  Robert ShearmanRename OLEAUT32_Dll* Functions to Dll*.
2005-06-29  Robert Shearman- Conversions between variants types of the same size...
2005-06-29  Robert ShearmanAdd a generic TYPEDESC VT to VARIANT VT mapper so we...
2005-06-29  Huw DaviesCope with the index in a import table entry being a...
2005-06-28  Huw DaviesAdd comments describing the first DWORD in an import...
2005-06-28  Michael Stefaniuc- VarCmp: handle comparision of VT_EMPTY with an integer
2005-06-27  Stefan HuehnerFix some -Wstrict-prototypes warnings.
2005-06-23  Michael Stefaniuc- more VarFormat fixes for number formats (exponent...
2005-06-21  Stefan HuehnerFix some more -Wstrict-prototypes warnings.
2005-06-20  Stefan HuehnerFix more -Wstrict-prototypes warnings.
2005-06-17  Francois GougetAssorted spelling fixes.
2005-06-17  Stefan HuehnerRemove some -Wstrict-prototypes warnings.
next