When using desktop mode attach all thread inputs together, so that
[wine] / dlls / oleaut32 /
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...
2002-11-08  Marcus MeissnerDraft implementation of DispCallFunc.
2002-10-29  Patrik StridvallAdded some defines for compatibility with Windows headers.
2002-10-25  Michael StefaniucCompile the oleaut32 dll with -DSTRICT.
2002-10-18  Alexandre JulliardAdded support for building certain dlls with -DSTRICT.
2002-09-12  Patrik StridvallMoved all the content of the DDK files ntdef.h and...
2002-09-12  Alexandre JulliardRemoved the __uint* types from basetsd.h since they...
2002-08-28  Patrik StridvallRemoved trailing white space.
2002-08-17  Patrik StridvallAdded include protection for unistd.h and sys/time.h.
2002-08-09  Alexandre JulliardCreate separate makefiles for tests for more flexibility.
2002-07-31  Alexandre JulliardFixed HANDLE<->HFILE conversions, since they will be...
2002-07-29  Michael StefaniucConverted HENHMETAFILE and HMETAFILE to a void*.
2002-07-19  Patrik StridvallFixed some issues found by winapi_check.
2002-07-16  Gregg MattinsonFixed void* arithmetic.
2002-07-10  Gregg MattinsonFixes to allow big endian machines to load MSFT typelib...
2002-07-08  Jason Edmeades- VarFormat now supports VT_R8 and BYREF variant types.
2002-07-05  Jason EdmeadesEnsure VarBstrCat handles null parms as per windows...
2002-06-25  Jason EdmeadesEnsure we free the cached HFONT after loading in a...
2002-06-21  Vincent BéronFixed some various comparisons wrt signedness.
2002-06-21  John K. HohmImplemented SizeOfVariantData cases for VT_DISPATCH...
2002-06-21  Alexandre JulliardMade some more spec file entries optional or unnecessary.
2002-06-21  Alexandre JulliardMoved succeeding test out of todo block.
2002-06-20  Mike McCormackFixed ordinals to match the Windows values.
2002-06-20  Jason Edmeades- VarAnd, VarCmp (Strings only), VarNot implemented.
2002-06-20  Marcus MeissnerITypelib::Invoke: Handle different length arguments...
2002-06-14  Marcus MeissnerHandle argsize for VT_DATE.
2002-06-10  Huw D M DaviesAdd more magic to find the start of the nametable.
2002-06-10  Marcus MeissnerMerged the two serializer and unserializer functions...
2002-06-10  Marcus MeissnerAdded some debugoutput functions for TYPEATTR, IDLDESC...
2002-06-04  Marcus MeissnerAdded marshalling of IUnknown.
2002-06-04  Steven EdwardsPorting fixes.
2002-06-01  Alexandre JulliardRemoved some more trailing whitespace.
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-29  Vincent BéronFixed some more missing \n in traces.
2002-05-23  Andreas MohrRemoved obsolete email address.
2002-05-23  Francois GougetMake the tests compile with Visual C++.
2002-05-21  Alexandre JulliardRenamed Winelib apps to .exe.so to follow the dll namin...
2002-05-17  Alexandre JulliardRemoved most imports of ntdll since we no longer import...
2002-05-16  Alexandre JulliardImplemented strtolW/strtoulW in libwine_unicode and...
2002-05-14  Alexandre JulliardAdded winebuild support for generating a .dbg.c file...
2002-05-11  Alexandre JulliardAdded -res option to specify resources on winebuild...
2002-05-09  Alexandre JulliardMoved imports specification from the .spec into the...
2002-05-06  Marcus MeissnerSmall hack to make InstallShield v6 work better.
2002-05-06  Marcus MeissnerBSTRs can be NULL, handle them seperately.
2002-05-05  Alexandre JulliardRemoved more code at Hidenori's request.
2002-05-01  Alexandre JulliardAttempt at fixing MAX_PATH issues for mingw.
2002-04-27  Alexandre JulliardAdded some shdocvw ordinals and stubs.
2002-04-20  Hidenori TakeshimaImplemented OleIconToCursor.
2002-04-11  Hidenori TakeshimaReturn error codes in some 16bit ole stubs, returning...
2002-04-02  Alexandre JulliardVarious makefile fixes for the test environment.
2002-04-01  Hidenori TakeshimaImplemented CreateStdDispatch and CreateDispTypeInfo.
2002-03-26  Marcus MeissnerPorted variant tests to the new testing framework.
2002-03-20  Alexandre JulliardChanged builtin dlls file names to make it clear they...
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
next