Fix signed/unsigned comparison warnings.
[wine] / dlls / oleaut32 /
2004-09-22  Hans LeidekkerFix signed/unsigned comparison warnings.
2004-09-21  James HawkinsUse InterlockedDecrement and InterlockedIncrement inste...
2004-09-20  Marcus MeissnerSafeArrayGetElement on a VARIANT array does not free...
2004-09-16  James HawkinsUse InterlockedDecrement and InterlockedIncrement inste...
2004-09-16  Alex Villacís LassoAdd de-interleaving for GIF images.
2004-09-14  Marcus MeissnerAutodetect libgif so extension and try to load it.
2004-09-09  Alexandre JulliardGet rid of the non-standard ICOM_THIS macro.
2004-09-07  Robert Shearman- Make typelib marshaler thread-safe (problem reported...
2004-09-07  Francois GougetRemove bogus #define statement.
2004-09-06  Alexandre JulliardRemoved some uses of the non-standard ICOM_THIS macro.
2004-09-02  Francois GougetDetect whether Visual Studio can cast __uint64's to...
2004-09-01  Francois GougetRemove references to ICOM_THIS and WINE_UNUSED as they...
2004-08-30  Filip NavaraFor non-overlapped writes the lpNumberOfBytesWritten...
2004-08-30  Jacek CabanAdded Polish translation.
2004-08-27  Jacek CabanAdded suport for optional arguments in ITypeInfo::Invoke.
2004-08-26  Jason EdmeadesEnsure digits are printable characters from oleaut32...
2004-08-25  Jacek CabanFix handling of VARIANT with VT_BYREF and null pointer in
2004-08-24  Robert ShearmanMore safe array tests.
2004-08-23  Alexandre JulliardGet rid of the no longer used ICOM_MSVTABLE_COMPAT_Dumm...
2004-08-22  Alexandre JulliardDon't define BEGIN_INTERFACE in unknwn.h.
2004-08-20  Robert ShearmanAdded implementation for IPersistPropertyBag_Load on...
2004-08-19  Jacek CabanRef counting fixes.
2004-08-18  Alex Villacís LassoAdd detection of graphic file header in picture load...
2004-08-18  Alex Villacís LassoApply HIMETRIC transformation on icons, just like bitmaps.
2004-08-13  Francois GougetThe Windows headers support for NONAMELESSUNION and...
2004-08-13  Alexandre JulliardMoved ICOM_THIS_MULTI definition out of objbase.h and...
2004-08-12  Alexandre JulliardGet rid of the non-standard ICOM_VTABLE macro.
2004-08-12  Alexandre JulliardGet rid of the non-standard ICOM_VFIELD macro.
2004-08-11  Alexandre JulliardAvoid some non-portable makefile constructs, and get...
2004-08-11  Francois GougetModify widl to put the C COM macros inside an #ifdef...
2004-08-04  Huw Daviesdlopen libungif and libjpeg.
2004-07-30  Mike HearnDisconnect the server object from the stub on stub...
2004-07-12  Henning GerhardtTranslated some English resource files into German.
2004-07-06  Mike McCormackRefcounting fixes.
2004-07-04  Mike HearnMove variant code to its own debug channel.
2004-06-28  Mike HearnMake typelib marshaller safe for systems that don't...
2004-06-28  Mike HearnDump function return type in typelib traces, add trace...
2004-06-28  Mike HearnChange REFIID to IID* for stack declarations to avoid...
2004-06-23  Mike Hearn- Don't ERR on a used connection being destroyed.
2004-06-17  Mike HearnFix typelib marshaller relaying, add a comment describi...
2004-06-14  Robert Shearman- Fix ref count on standard proxy creation.
2004-05-29  Ivan Leo PuotiRemoved dcom link.
2004-05-27  Alex Villacís LassoAdded stub for GetRecordInfoFromGuids.
2004-05-10  Maxime BellengéCorrectly create the byte array of gif images to match...
2004-05-05  Jon GriffithsTrace the system and user locales upon startup.
2004-05-04  Maxime Bellengé- Fix palette creation.
2004-04-30  Jon GriffithsImplement VarDateFromUdateEx.
2004-04-27  Jon GriffithsFix failures under win2k.
2004-04-27  Jon GriffithsUpdate VarXor,VarAbs,VarNot for all input types.
2004-04-27  Jon GriffithsImplement VarOr.
2004-04-23  Jon GriffithsTest ClearCustData() and UINT->I4 conversion.
2004-04-23  Jon GriffithsImplement ClearCustData.
2004-04-23  Jon GriffithsCheck the correct param for 2 DECIMAL operations.
2004-04-23  Jon GriffithsConversion from VT_UINT to VT_I4 ignores overflow.
2004-04-23  Chris MorganSkip over most of the unused variant types to speed...
2004-04-20  Francois GougetMake Unicode strings 'static const'.
2004-04-20  Francois GougetMake Unicode strings static const.
2004-04-20  Francois GougetMake static Unicode strings const.
2004-04-19  Francois GougetMake Unicode const strings static so they are not copie...
2004-04-12  Francois GougetAssorted spelling fixes.
2004-03-31  Francois GougetAssorted spelling and case fixes.
2004-03-24  Alexandre Julliard.spec.c files are no longer used for 32-bit dlls.
2004-03-23  Francois GougetAssorted spelling fixes.
2004-03-22  Robert ShearmanBSTR of length 0 is allowed.
2004-03-22  Jon GriffithsTests for VarXor/VarEqv.
2004-03-22  Jon GriffithsImplement VarXor and simplify VarEqv to use it.
2004-03-17  Jon GriffithsImplement VarEqv.
2004-03-17  Jon GriffithsUse function ptrs for call only present in later versions.
2004-03-16  Fabian CenedeseLet VarParseNumFromStr and VarNumFromParseNum cope...
2004-03-15  Alastair BridgewaterImplementation of ICreateTypeInfo2_SetHelpContext,
2004-03-13  Alastair BridgewaterImplemented ITypeLib2_GetTypeInfo() and
2004-03-13  Alastair BridgewaterImprove how the GUID hash system works. Mainly a cleanu...
2004-03-13  Alastair BridgewaterRename some of the fields in typelib.h to makes more...
2004-03-02  Alexandre JulliardWe no longer use the .exe.spec.c files.
2004-03-01  Martin FuchsCorrect return type of SysStringLen() and SysStringByte...
2004-02-27  Patrik StridvallFixed some issues found by winapi_check.
2004-02-26  Fabian CenedeseVarRound implementation (without type DECIMAL yet)...
2004-02-25  Alexandre JulliardFixed callers of GetLocaleInfoW to use the correct...
2004-02-25  Fabian CenedeseNo sign extension for negative values.
2004-02-17  Fabian CenedeseAccept VT_BOOL mixed with another type as valid combina...
2004-02-10  Alastair BridgewaterSupport for a small handful more return value/argument...
2004-02-10  Alastair BridgewaterFixes and support for TypeInfo alignment values.
2004-02-10  Alastair BridgewaterStubbed-out implementation of the ITypeLib interface.
2004-02-09  Francois GougetAssorted spelling and case fixes.
2004-02-09  Alastair BridgewaterPreliminary support for ICreateTypeInfo::AddImplType().
2004-02-09  Alastair BridgewaterPreliminary support for recording custom data in a...
2004-02-09  Alastair BridgewaterSupport for recording the SYSKIND of the type library.
2004-02-06  Chris MorganImplement tests for VarMod().
2004-02-06  Chris MorganImplement VarMod().
2004-02-03  Alastair BridgewaterStubbed-out implementation of the ITypeInfo2 interface...
2004-02-03  Kirill SmelkovOLEPictureImpl_Load: fix for headerless pictures.
2004-01-28  Alastair BridgewaterPreliminary implementation of ICreateTypeInfo2_fnAddFun...
2004-01-28  Alastair BridgewaterImprovements to ICreateTypeInfo2_fnAddVarDesc().
2004-01-27  Francois GougetAdd trailing '\n's to ok() calls.
2004-01-27  Alastair BridgewaterA small number of cleanups.
2004-01-27  Alexandre JulliardOnly link against libdxguid where necessary.
2004-01-27  Francois GougetAdd missing '\n's to debug traces.
2004-01-23  Alexandre JulliardMoved a few remaining 16-bit definitions out of the...
2004-01-23  Ge van GeldorpRename LARGE_INTEGER and ULARGE_INTEGER members "s...
2004-01-21  Alastair BridgewaterInitial implementation of CreateTypeLib2() and the...
next