Revert shell32 version to Win2K SP4 level.
[wine] / dlls / oleaut32 /
2004-12-02  Huw DaviesAllocate the TYPEATTR rather than copying it.
2004-11-30  Eric PouechConst correctness fixes.
2004-11-30  Jon GriffithsEnsure DllCanUnloadNow is a truly void function, and...
2004-11-19  Alexandre JulliardRemoved a couple of no longer needed entries.
2004-11-09  Walt OgburnIn OlePictureImpl_Load, always use DIB_RGB_COLORS becau...
2004-11-08  William Poetra Yoga HUse COLOR_MENUBAR (instead of COLOR_GRADIENTINACTIVECAP...
2004-11-06  Mike HearnSupport assigning font objects to other font objects.
2004-10-27  Ge van GeldorpUse only one .res file.
2004-10-22  Alexandre JulliardConverted more of the (Un)RegisterTypeLib code to Unicode.
2004-10-22  Mike McCormackUse Unicode functions in RegisterTypeLib.
2004-10-21  Walt OgburnVarParseNumFromStr: Keep zeros after decimal point...
2004-10-19  Walt OgburnKeep "trailing" zeros on whole number part of a decimal.
2004-10-19  Walt OgburnTest that SafeArrayDestroyData keeps the pointer if...
2004-10-19  Walt OgburnSafeArrayDestroyData - keep pointer, don't destroy...
2004-10-18  Vincent BéronFix some types problems.
2004-10-18  Walt OgburnTest zero exponents with and without signs.
2004-10-11  Walt OgburnAllow exponents of zero (like "1.000E0") to parse
2004-10-07  Francois GougetDon't define COBJMACROS in objbase.h.
2004-10-07  Francois GougetFix the VarI4FromI2 API documentation.
2004-10-05  Francois GougetAssorted spelling fixes.
2004-10-05  Huw DaviesImplement CreateDispTypeInfo.
2004-09-27  Marcus MeissnerFunction return types cannot be const.
2004-09-24  Joris HuizerRef count increment/decrement cleanup.
2004-09-22  Huw DaviesDon't trash the dst variant if we can't do the type...
2004-09-22  Alex Villacís LassoPartial implementation for OLEPictureImpl_Save.
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...
next