oleaut32: Add PICTYPE_NONE and PICTYPE_UNINITIALIZED to IPicture_get_Attributes.
[wine] / dlls / oleaut32 / olepicture.c
2009-01-06  Nikolay Sivovoleaut32: Add PICTYPE_NONE and PICTYPE_UNINITIALIZED...
2008-12-11  Nikolay Sivovoleaut32: Added PICTYPE_NONE and PICTYPE_UNINITIALIZED...
2008-11-03  Michael Stefaniucoleaut32: Do not cast NULL.
2008-10-16  Kirill K. Smirnovoleaut32: Remove superfluous return statement.
2008-10-16  Kirill K. Smirnovoleaut32: Return correct error code.
2008-10-16  Kirill K. Smirnovoleaut32: Print error messages as ERR.
2008-10-06  Kirill K. Smirnovoleaut32: Add tests for metafiles, make them pass under...
2008-07-21  Lei Zhangoleaut32: Check return values in several functions.
2008-07-11  Andrew Talbotoleaut32: Remove unneeded address-of operators from...
2008-07-03  Alexandre Julliardoleaut32: Include the system jpeg and png headers befor...
2008-04-14  Austin Englisholeaut32: Spelling fixes.
2008-03-12  Andrew Talbotoleaut32: Assign to structs instead of using memcpy.
2008-03-07  Nathan Beckmannoleaut32: Replace bitmap integer constants with symboli...
2008-02-04  Rob Shearmanoleaut32: Fix a leak of bmi in OLEPictureImpl_LoadGif.
2008-01-16  Andrew Talbotoleaut32: Remove unneeded casts.
2007-12-03  Rob Shearmanoleaut32: Implement OLEPictureImpl_GetIDsOfNames.
2007-10-04  Mikolaj Zalewskioleaut32: olepicture: When drawing metafiles set the...
2007-10-04  Mikolaj Zalewskioleaut32: olepicture: Support loading Aldus Placable...
2007-08-09  Evan Stadeoleaut32: Handle transparency data when loading PNG...
2007-08-06  Evan Stadeoleaut32: Allow PNG_COLOR_TYPE_RGB_ALPHA.
2007-08-03  Francois Gougetoleaut32: Fix a signed/unsigned mismatch.
2007-08-02  Evan Stadeoleaut32: Slight correction to EMF rendering.
2007-07-31  Evan Stadeoleaut32: Recognize EMF header when loading picture.
2007-07-02  Evan Stadeoleaut32: Save load time format of pictures.
2007-07-02  Evan Stadeoleaut32: Added support for decoding some PNG files.
2007-07-02  Alexandre Julliardconfigure: Make the libjpeg soname check depend on...
2007-07-02  Alexandre Julliardconfigure: Export the shared library extension instead...
2007-06-06  Huw Daviesoleaut32: Fixes for the PICTYPE_UNINITIALIZED case.
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.
next