Cast time_t to long for printing.
[wine] / dlls / oleaut32 /
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...
2002-12-23  Marcus MeissnerVariantChangeTypeEx for VT_ARRAY | type style variants.
2002-12-23  Marcus MeissnerFixed VarBstrCmp/Cat .spec entries.
2002-12-23  Alexandre JulliardGet rid of ole.h.
2002-12-17  Robert ShearmanAdd standard dispatch implementation (CreateStdDispatch).
2002-12-16  Andreas MohrImplemented VarOr().
2002-12-12  Alberto MassariImplemented DispCallFunc so that it works when calling...
2002-12-12  Alberto MassariCalling SafeArrayDestroy on a destroyed array should...
2002-12-12  Marcus MeissnerReverted last VT_USERDEFINED patch (was broken).
2002-12-12  Marcus MeissnerSeparated out 16bit sources for ole2disp.dll.
2002-12-12  Alexandre JulliardAdded .spec.def files.
2002-12-12  Marcus MeissnerSplit out 16bit code into typelib16.c.
2002-12-12  Marcus MeissnerSerialize/deserialize all reftypes in VT_USERDEFINED.
2002-12-10  Alexandre Julliardwinnt.h should not be self-contained, it must depend...
2002-12-10  Jason EdmeadesVarAdd support for integers.
2002-12-05  Ove KaavenMake sure that no files except unknwn.h include wine...
2002-12-05  Marcus MeissnerMarshal VT_R4 (4 byte float).
2002-12-03  Ove KaavenAdded more types to wtypes.idl.
2002-11-25  Jason EdmeadesAdd support for VarAnd between integers.
2002-11-13  Alberto MassariITypeInfo::Invoke now is able to invoke a function...
2002-11-11  Marcus MeissnerAdded partial implementation of ITypeInfo::GetDllEntry().
2002-11-11  Marcus MeissnerImplemented OleLoadPictureEx.
2002-11-11  Marcus MeissnerSilence one FIXME(). Implement ITypeInfo::GetDocumentat...
next