oleaut32: Support for VT_DISPATCH in VarAbs.
[wine] / dlls / oleaut32 / olepicture.c
2007-05-29  Dmitry Timoshkovoleaut32: Add support for loading and drawing metafiles.
2006-11-08  Alex Villacís Lassooleaut32: olepicture - Support multiple redundant heade...
2006-10-13  Hans Leidekkeroleaut32: Win64 printf format warning fixes.
2006-10-05  Francois GougetAdd missing '\n's to Wine traces.
2006-09-08  Mike McCormackoleaut32: Include minimal ungif source to remove depend...
2006-08-14  Mike McCormackoleaut32: Put the HeapFree back in the right place.
2006-08-14  Mike McCormackoleaut32: Calculate icon data if the picture is dirty...
2006-08-14  Mike McCormackoleaut32: Print an IID in the trace, not just a pointer...
2006-08-14  Mike McCormackoleaut32: Don't complain when PICTDESC->cbSizeofstruct...
2006-07-28  Robert Shearmanoleaut32: Implement GetTypeInfoCount and GetTypeInfo...
2006-07-28  Robert Shearmanoleaut32: Implement setting of the hPal property in...
2006-07-28  Robert Shearmanoleaut32: Implement getting of all properties in IPictu...
2006-07-28  Robert Shearmanoleaut32: Add validation for parameters in IPictureDisp...
2006-07-26  Robert Shearmanconfigure: Add a check for the DGifOpen function in...
2006-07-14  Robert Shearmanoleaut32: Implement GetClassID for the OLE picture...
2006-07-07  Robert Shearmanoleaut32: Add a typedef for "boolean".
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-03-30  Robert Shearmanoleaut32: Add IPersist to QueryInterface.
2006-03-30  Robert Shearmanoleaut32: Replace memcmp with IsEqualIID macro.
2006-03-09  Francois Gougetoleaut32: Reorder a few functions to avoid forward...
2006-03-06  Robert Shearmanoleaut: Split OLEPictureImpl_Load.
2006-02-14  Robert Shearmanoleaut32: Free connection point on destruction of the...
2006-02-14  Robert Shearmanoleaut32: Fix flag comparison in Picture Invoke.
2006-02-10  Robert ShearmanReturn the correct error code from IConnectionPointCont...
2006-02-10  Robert Shearmanoleaut: Partially implement Invoke on the standard...
2005-11-10  Francois GougetAssorted spelling and case fixes.
2005-11-07  Marcus MeissnerAdded support of loading of IPicture data from non...
2005-08-24  Michael StefaniucImplement IPicture::get_hPal for PICTYPE_BITMAP.
2005-07-27  Alexandre JulliardReplace the ICOM_THIS_From macros by inline functions.
2005-07-20  Alexandre JulliardGet rid of cursoricon.h.
2005-07-19  Alex Villacís LassoFix GIF palette allocation, by relying on ColorCount...
2005-07-11  Mike McCormackInterlocked LONG* gcc warning fixes.
2005-06-06  Dmitry TimoshkovMake remaining OLE interface vtables const.
2005-06-06  Marcus MeissnerAdded testcases for OLE Picture handling.
2005-04-22  Alex Villacís Lasso- Fix leftover negative sign in height parameter for...
2005-04-13  Alex Villacís Lasso- Fix leftover negative sign in height parameter for...
2005-03-30  Alex Villacís LassoInitialize [orig|himetric][Width|Height] for PICTYPE_IC...
2005-03-29  Alex Villacís LassoFix failure to notice the use of a GIF palette index...
2005-03-24  Jakob ErikssonGet rid of HeapAlloc casts.
2005-03-04  Maxime BellengéImplements OleLoadPicturePath.
2005-02-25  Jon GriffithsDocumentation spelling fixes.
2005-02-22  Jon GriffithsUse variant macros instead of accessing the union directly.
2005-02-21  Vincent BéronAdd a stub for OleLoadPicturePath().
2005-02-14  Marcus MeissnerCheck for overflows with ClrUsed.
2005-01-14  James Hawkins- Use Interlocked* instead of ++/-- in AddRef/Release.
2005-01-09  Eric PouechRemoved excessive statement (break after return or...
2004-12-23  Michael StefaniucDo not check for non NULL pointer before HeapFree'ing...
2004-11-09  Walt OgburnIn OlePictureImpl_Load, always use DIB_RGB_COLORS becau...
2004-10-18  Vincent BéronFix some types problems.
2004-10-07  Francois GougetDon't define COBJMACROS in objbase.h.
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-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-08-23  Alexandre JulliardGet rid of the no longer used ICOM_MSVTABLE_COMPAT_Dumm...
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-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-04  Huw Daviesdlopen libungif and libjpeg.
2004-05-10  Maxime BellengéCorrectly create the byte array of gif images to match...
2004-05-04  Maxime Bellengé- Fix palette creation.
2004-02-03  Kirill SmelkovOLEPictureImpl_Load: fix for headerless pictures.
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-18  Robert ReifFixed Warblade image loading.
2003-08-08  Patrik StridvallFixed some issues found by winapi_check.
2003-05-08  Maxime Bellengé- Fix scanline size in OLEPictureImpl_Load for jpeg
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-02  Marcus MeissnerSupport DllGetClassObject of CLSID_StdPicture.
2002-11-11  Marcus MeissnerImplemented OleLoadPictureEx.
2002-10-25  Michael StefaniucCompile the oleaut32 dll with -DSTRICT.
2002-09-12  Alexandre JulliardRemoved the __uint* types from basetsd.h since they...
2002-08-17  Patrik StridvallAdded include protection for unistd.h and sys/time.h.
2002-07-29  Michael StefaniucConverted HENHMETAFILE and HMETAFILE to a void*.
2002-07-19  Patrik StridvallFixed some issues found by winapi_check.
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2001-10-14  Ove KaavenFix a UINT16 redefinition problem.
2001-08-21  Francois GougetAdd the decVal field to VARIANT.
2001-08-20  Marcus MeissnerUse GetDC(0) instead of CreateCompatibleDC(0).
2001-08-09  Patrik StridvallFixed issue found by winapi_check.
2001-08-06  Marcus MeissnerImplemented OleLoadPicture.
2001-06-19  Patrik StridvallDocumentation ordinal fixes.
2001-04-10  Gerard PatelStub for OleLoadPictureEx.
2001-01-26  James JuranAdd <string.h> to files that needed it.
2000-11-30  Patrik StridvallDon't include windows.h internally.
2000-11-27  Dimitrie O. PaunRequire {DECLARE,DEFAULT}_DEBUG_CHANNEL statements...
2000-07-16  Andreas MohrSpelling fixes.
2000-07-15  Huw D M DaviesOLE picture object implementation.