Owner drawn menu item size calculation fixes:
[wine] / dlls / oleaut32 /
2005-06-17  Francois GougetAssorted spelling fixes.
2005-06-17  Stefan HuehnerRemove some -Wstrict-prototypes warnings.
2005-06-16  Mike McCormackFix some declaration and write string warnings.
2005-06-14  Saulius KrasuckasChange (long long) to (LONGLONG) to compile with MSVC.
2005-06-14  Michael Stefaniuc- Fix VarFormat for formats that mix '0' and '#' in...
2005-06-13  Alexandre JulliardMoved the NONAMELESSUNION/STRUCT macros to wine/test...
2005-06-13  Marcus MeissnerCorrected string length method in ITypeLib::IsName...
2005-06-12  Robert Shearman- Don't print out cryptic message if IDispatch or IUnkn...
2005-06-10  Robert ShearmanClear out parameters to stop bad pointers lying around...
2005-06-09  Robert Shearman- The typelib marshaler should only free the memory...
2005-06-08  Michael Stefaniuc- implement handling of exponents (e+,e-,E+,E-) when...
2005-06-08  Marcus MeissnerFixed IType::Invoke in regards to handling propertyget...
2005-06-06  Dmitry TimoshkovMake remaining OLE interface vtables const.
2005-06-06  Marcus MeissnerAdded testcases for OLE Picture handling.
2005-06-05  Jacek CabanTest only stdole32.tlb as we don't have olepro32.dll...
2005-06-01  Robert ShearmanIf we are accessing a method from a superclass then...
2005-06-01  Robert Shearman- Fix the return values from QueryPathOfRegTypeLib.
2005-06-01  Robert ShearmanDispInvoke is correct so there is no need to print...
2005-05-29  Marcus MeissnerAdded VarMonthName() implementation.
2005-05-29  Michael StefaniucTests for VarAdd.
2005-05-29  Michael Stefaniuc- Reimplement VarAdd, had missing functionality and...
2005-05-23  Michael StefaniucTests for VarMul().
2005-05-23  Michael StefaniucReimplement VarMul(). It can multiply now all variants...
2005-05-23  Richard Cohen- Remove unused macro.
2005-05-23  Michael StefaniucFix VariantChangeType: calls to VarDecFromCy and VarDec...
2005-05-20  Richard CohenCheck if VT_R8 and VT_INT_PTR are supported before...
2005-05-18  Pierre d'HerbemontRemove stdlib.h inclusion if winsock.h is included.
2005-05-11  Robert ShearmanUse I_RpcGetBuffer instead of HeapReAlloc for getting...
2005-05-09  Alexandre JulliardAdded rules for building import libraries in the indivi...
2005-05-07  Alexandre JulliardAdded rules to build import libraries in the individual...
2005-05-04  Vincent BéronUse SUBLANG_NEUTRAL for French resources.
2005-04-22  Alex Villacís Lasso- Fix leftover negative sign in height parameter for...
2005-04-14  Daniel RemenakRemove unused variable in _copy_arg.
2005-04-13  Alex Villacís Lasso- Fix leftover negative sign in height parameter for...
2005-04-13  Daniel RemenakImplemented VarIdiv.
2005-04-12  Daniel RemenakReturn DISP_E_DIVBYZERO instead of crashing when asked...
2005-03-30  Francois GougetAssorted spelling fixes.
2005-03-30  Alex Villacís LassoInitialize [orig|himetric][Width|Height] for PICTYPE_IC...
2005-03-29  Alex Villacís LassoFix failure to notice the use of a GIF palette index...
2005-03-29  Marcus MeissnerSerialize NULL pointer interfaces correctly.
2005-03-29  Marcus MeissnerFixed VT_BSTR|VT_BYREF marshalling.
2005-03-28  Marcus MeissnerFixed ppvObject serializer (deref twice instead of...
2005-03-27  Mike HearnFix BSTR tracing in the typelib marshaller.
2005-03-27  Marcus MeissnerFormat VT_UI1, VT_I1, VT_UI2, VT_I2 correctly.
2005-03-27  Marcus MeissnerAdded IDispatch::GetIDsOfNames() special case serializing.
2005-03-25  Mike HearnFix PARAMFLAG_FOUT typo in the tmarshaller.
2005-03-24  Jakob ErikssonGet rid of HeapAlloc casts.
2005-03-24  Alex Villacís LassoAfter Float->string conversion via sprintfW(), VarDecFr...
2005-03-23  Francois GougetAssorted spelling fixes.
2005-03-18  Jacek CabanFixed vartype test.
2005-03-14  Alexandre JulliardAuthors: Mike Hearn <mh@codeweavers.com>, Robert Shearm...
2005-03-11  Robert ShearmanAdd outer unknown support for typelib marshaler.
2005-03-09  Jacek CabanMore implementation of IRecordInfo.
2005-03-07  Jacek Caban- Implemented GetRecordInfoFromTypeInfo and GetRecordIn...
2005-03-04  Maxime BellengéImplements OleLoadPicturePath.
2005-03-02  Francois GougetAssorted spelling fixes.
2005-02-25  Jon GriffithsDocumentation spelling fixes.
2005-02-22  Huw DaviesThe typelib cache should take the typelib resource...
2005-02-22  Jon GriffithsUse variant macros instead of accessing the union directly.
2005-02-21  Vincent BéronAdd a stub for OleLoadPicturePath().
2005-02-21  Mike HearnAllow loading of builtin typelibs.
2005-02-18  Alex Villacís LassoImplement OleFontImpl_QueryTextMetrics.
2005-02-16  Alex Villacís LassoChange SUBLANG_DEFAULT to SUBLANG_NEUTRAL for LANG_SPAN...
2005-02-14  Marcelo DuarteUpdate the resources for Portuguese.
2005-02-14  Marcus MeissnerCheck for overflows with ClrUsed.
2005-02-08  Paul VriensAdd WinXP to OaBuildVersion.
2005-02-08  Mike HearnReturn OLE automation build value as win2k by default.
2005-01-31  Vincent BéronRemove message telling users to copy native stdole32...
2005-01-31  Rein KlazesSafeArrayDestroy() returns success when called with...
2005-01-27  Mike Hearn- Change some FIXMEs to ERRs to reflect the fact that...
2005-01-26  Mike HearnFix a typo, propagate errors better from inside the...
2005-01-25  Robert Shearman- Move OLE automation interface registration to oleaut32.
2005-01-25  Alex Villacís LassoInitialize temporary variants before calling VariantCha...
2005-01-24  Rémi Assaillychar -> const char fixes.
2005-01-17  Alex Villacís LassoWhen parsing an hex/oct integer value, copy value verba...
2005-01-14  James Hawkins- Use Interlocked* instead of ++/-- in AddRef/Release.
2005-01-10  Alexandre JulliardAnother warning fix.
2005-01-09  Alexandre JulliardAvoid warnings.
2005-01-09  Huw DaviesThe value of a packed VARIANT can be up to 1L << 26...
2005-01-09  Paul Vriens- use Interlocked* functions in AddRef and Release.
2005-01-09  Eric PouechRemoved excessive statement (break after return or...
2005-01-03  Michael StefaniucDo not check for non NULL pointer before HeapFree'ing...
2005-01-03  Eric PouechSome missing const correctness fixes.
2004-12-27  Huw DaviesFix typelib generation of CARRAYs.
2004-12-23  Michael StefaniucDo not check for non NULL pointer before HeapFree'ing...
2004-12-20  Francois GougetAssorted spelling fixes.
2004-12-20  Bill MedlandFully initialise the structure to prevent ill-defined...
2004-12-17  Alexandre JulliardExpand the COPYTEST macro to avoid trouble with 64...
2004-12-17  Huw DaviesFix comment to reflect reality and indeed the code.
2004-12-16  Jon GriffithsRemove unneeded headers to reduce unneeded rebuilds.
2004-12-15  Dmitry TimoshkovAdd Russian translations.
2004-12-14  Robert ShearmanImplement RPC_E_DISCONNECTED in proxies.
2004-12-13  Eric PouechFixed some errors in function prototypes.
2004-12-13  Hans LeidekkerFix compilation with GCC 4.
2004-12-09  Huw DaviesRemove the remaining dependencies on internal structure...
2004-12-08  Huw DaviesGetTypeAttr should deep copy the typedesc.
2004-12-08  Huw DaviesFix return value of GetVarIndexOfMemId.
2004-12-08  Robert ShearmanMake the DECIMAL_SETZERO macro take a DECIMAL instead...
2004-12-07  Huw DaviesRemove Invoke's dependence on the internal TLBFuncDesc...
2004-12-07  Huw DaviesGetFuncIndexOfMemId should respect invkind and return
next