- Add support for TBSTYLE_EX_MIXEDBUTTONS.
[wine] / dlls / oleaut32 /
2003-11-26  Dimitrie O. PaunSysReAllocStringLen is documented to segfault on NULL...
2003-11-25  Jon GriffithsTests for the non-variant date conversion functions.
2003-11-25  Jon GriffithsImprove/shrink variant dumping code.
2003-11-25  Jon GriffithsImplemented the variant formatting functions.
2003-11-25  Jon GriffithsMacros for dumping a variants type and flags.
2003-11-19  Ivan Leo Murray... Added/updated Italian resources.
2003-11-18  Dmitry TimoshkovApply same magic to LibAttr.lcid from MSFT to SLTG.
2003-11-14  Jon GriffithsImplement the non-variant date conversions correctly...
2003-11-14  Jon GriffithsAdd some missing prototypes/defines.
2003-11-14  Jon GriffithsDump a few more known variant types.
2003-11-09  Gerald PfeiferRemoved dead code in VarDateFromUI2().
2003-11-05  Marcelo DuarteLocalization to the Portuguese of Brazil.
2003-11-03  Marcus MeissnerDo not coerce arguments of ITypeLib::Invoke in-place...
2003-10-28  Francois GougetWeekly spelling fixes.
2003-10-16  Alexandre JulliardThe imported typelib name must be converted to Unicode.
2003-10-15  Jon GriffithsAdd resources for boolean strings in several languages.
2003-10-14  Gerald PfeiferRemove unused variables mdays, months, days, and DateStyle.
2003-10-11  Dimitrie O. PaunRemove SYMBOLFILE and LDDLLFLAGS from Makefiles.
2003-10-10  Jon GriffithsDocumentation update.
2003-10-06  Daniel MarmierFixed warnings with gcc option "-Wwrite-strings".
2003-10-03  Jon GriffithsTests for recent variant changes.
2003-10-03  Jon GriffithsAdd VarParseNumFromStr()/VarNumFromParseNum(), use...
2003-09-29  Francois GougetSome spelling fixes.
2003-09-24  Jon GriffithsDocument BSTR functions, add SetOANoCache().
2003-09-22  Marcus Meissner_nrroffuncs: Check for error before dereferencing retur...
2003-09-17  Alexandre JulliardMoved out of windef.h a few definitions that don't...
2003-09-16   <develop@stueben... Use SysAllocStringByteLen/SysStringByteLen to copy...
2003-09-12  Mike HearnImplement dispatch variant marshalling.
2003-09-11  Francois GougetModify winetest_ok to only add a trailing '\n' if there...
2003-09-09  Alexandre JulliardFixed a few more headers dependency issues.
2003-09-08  Mike McCormackCreate a propper stub for oleaut32.VarMod.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-09-03  Alexandre JulliardAvoid including wine/obj_*.h files directly from C...
2003-08-28  Alexandre JulliardWarning fix.
2003-08-28  Mike HearnImplemented a typelib loader cache.
2003-08-20  Alexandre Julliardwinnls.h must not include winbase.h.
2003-08-18  Robert ReifFixed Warblade image loading.
2003-08-08  Patrik StridvallFixed some issues found by winapi_check.
2003-07-30  Alexandre JulliardMake the DllRegisterServer, DllRegisterServerEx, DllUnr...
2003-07-18  Jon GriffithsAdd a bunch of missing stuff.
2003-07-16  Alexandre JulliardFixed string.h includes.
2003-07-15  John K. HohmImplement DllRegisterServer and DllUnregisterServer...
2003-07-09  Robert Shearman- AddRef type info stored in StdDispatch.
2003-07-09  Francois GougetSpelling fixes.
2003-06-27  Robert Shearman- Silence the FIXME about constructor/destructor since...
2003-06-24  Marcus MeissnerVarAdd: Added VT_R8, VT_EMPTY, VT_NULL handling.
2003-06-24  Marcus MeissnerOleCreateFontIndirect(NULL,...) uses the OLE StdFont.
2003-06-18  Francois Gouget'sizeof type' is best avoided as it won't always compil...
2003-06-18  Francois GougetTypos/spelling fixes.
2003-06-13  Marcus MeissnerFixed index handling for multi dimensional arrays.
2003-05-20  Ove KaavenHandle requests for CLSID_PSDispatch.
2003-05-19  Robert ShearmanUse correct type of pointer in SafeArrayCreateVector...
2003-05-17  Stefan LeichterPartial implementaion of VarBstrFromDec.
2003-05-16  Stefan LeichterFixed DECIMAL_SETZERO
2003-05-15  Stefan LeichterAdded stub for VarBstrFromDec.
2003-05-15  Marcus MeissnerHandle VT_I2 <-> VT_USERDEFINED/TKIND_ENUM conversions...
2003-05-15  Stefan LeichterPartial implementation of VarDecFromStr.
2003-05-13  Dimitrie O. PaunMake sure winsock.h gets included before stdlib.h.
2003-05-13  Dmitry TimoshkovRemove redundant ITypeLib2_AddRef's. Makes
2003-05-13  Francois GougetFix miscellaneous spelling errors and typos.
2003-05-11  Alexandre JulliardRemoved unnecessary function link names.
2003-05-08  Maxime Bellengé- Fix scanline size in OLEPictureImpl_Load for jpeg
2003-04-27  Alexandre JulliardAdded NONAMELESSUNION/STRUCT defines.
2003-04-26  Ove KaavenPreliminary implementation of proper IDispatch marshalling.
2003-04-17  Alexandre JulliardAvoid local WINAPI function pointers in _invoke.
2003-04-10  Alexandre JulliardRemoved uses of the non standard ICOM_VTBL macro.
2003-03-31  Dmitry TimoshkovFix some problems found while compiling and linking...
2003-03-23  Alexandre JulliardList 16-bit spec files explicitly to avoid problems...
2003-03-20  Alexandre JulliardTake advantage of new winebuild syntax to remove redund...
2003-03-18  Jon GriffithsDocumentation updates.
2003-03-17  Alexandre JulliardReplaced forwards by normal function declarations.
2003-03-06  Adam GundyHandle coercing VT_DISPATCH into VT_PTR.
2003-03-04  Marcus MeissnerVarAdd: set 'rc' correctly from BSTR addition.
2003-03-04  Marcus MeissnerHandle VT_PTR->VT_VARIANT arguments of Invoke.
2003-02-26  Mike HearnCheck both pointers in GetContainingTypeLib.
2003-01-28  Marcus MeissnerDo not free the old string in SysReAllocStringLen,...
2003-01-28  Marcus MeissnerAdded R4 and R8 comparison to VarCmp.
2003-01-24  Alexandre JulliardRemoved no longer needed inclusion of heap.h.
2003-01-23  Matthew DavisonRemoved calls to HEAP_strdupAtoW.
2003-01-23  Alexandre JulliardAdded -Wpointer-arith gcc flag, and fixed the resulting...
2003-01-23  Marcus MeissnerFixed ICOM_CALLs for IFont_xx methods.
2003-01-21  Marcus MeissnerPrint a large failure message if we try to load stdole3...
2003-01-13  Francois GougetFix the case of floats in VarBstrFromR4, VarBstrFromR8 and
2003-01-11  Marcus MeissnerCoerce VT_UNKNOWN <-> VT_DISPATCH, NULL is valid in...
2003-01-11  Marcus MeissnerConvert VT_DISPATCH variants into VT_USERDEFINED/TKIND_...
2003-01-09  Marcus MeissnerAdded GIF decompressor support to OLE Automation IPictures.
2003-01-08  Dan KegelChange RECT to use LONG to match win32 standard headers...
2003-01-07  Dimitrie O. PaunDefine NONAMELESS{STRUCT,UNION} explicitly in the files...
2003-01-07  Francois GougetMany oleaut32 APIs are missing on Win95/IE3. Load them...
2003-01-05  Alexandre JulliardFixed some issues caused by the new oaidl.h.
2003-01-05  Ove KaavenAvoid direct ICOM_CALL usage.
2003-01-05  Francois GougetThe vt field should be a VARTYPE not a VARENUM.
2003-01-03  Dimitrie O. PaunEliminate lots of __WINE__ conditionals from the headers.
2003-01-02  Marcus MeissnerImplemented SafeArray{SetIID,GetIID,SetRecordInfo,GetRe...
2003-01-02  Marcus MeissnerHandle VT_ERROR->VT_I4/VT_R4 coercion.
2003-01-02  Marcus MeissnerProcess TKIND_ALIAS in SLTG typelibs, 0x14 in the tail...
2003-01-02  Marcus MeissnerSupport DllGetClassObject of CLSID_StdPicture.
2003-01-02  Francois GougetRemove unnecessary sprintf calls.
2003-01-02  Francois GougetFix signed/unsigned warnings.
2002-12-24  Francois GougetMove the test strings into their own array and convert...
next