wininet: Store request object instead of handle in error dialog.
[wine] / dlls / oleaut32 / olepicture.c
2012-06-01  Dmitry Timoshkovoleaut32: Always write header to stream when saving...
2012-06-01  Dmitry Timoshkovoleaut32: Simplify bitmap saving code.
2012-06-01  Dmitry Timoshkovoleaut32: Explicitly initialize idReserved field in...
2012-06-01  Dmitry Timoshkovoleaut32: Recognize icon and cursor in the being loaded...
2012-05-17  Dmitry Timoshkovoleaut32: OLEPictureImpl_Save should load bitmap data...
2012-05-17  Dmitry Timoshkovoleaut32: OleCreatePictureIndirect should set loadtime_...
2012-05-17  Dmitry Timoshkovoleaut32: Move OLEPicture implementation into its own...
2012-05-07  Daniel Jelinskioleaut32: Added support for loading cursors in OLEPicture.
2011-12-16  Alexandre Julliardoleaut32: Fix IPicture::SelectPicture to not try to...
2011-02-25  Austin Englisholeaut32/tests: Fix a couple of todo_wine's.
2010-12-10  Michael Stefaniucoleaut32: Use ifaces instead of vtbl pointers in OLEPic...
2010-12-05  Michael Stefaniucoleaut32: Use an iface instead of a vtbl pointer in...
2010-11-24  Alexandre Julliardoleaut32: Convert dll registration to the new IRegistra...
2010-08-25  Nikolay Sivovoleaut32/olepicture: Remove out pointer check in OleCre...
2010-08-25  Nikolay Sivovoleaut32/olepicture: Fix a typo in height conversion.
2010-08-23  Nikolay Sivovoleaut32/olepicture: No need to check interface pointer...
2010-08-23  Nikolay Sivovoleaut32/olepicture: Fix assumptions about S_OK value.
2010-08-23  Nikolay Sivovoleaut32/olepicture: Properly round while performing...
2010-05-20  Andrew Nguyenoleaut32: Implicitly initialize COM in OleLoadPicturePath.
2010-05-20  Andrew Nguyenoleaut32: Convert file URLs to DOS paths for special...
2010-05-20  Andrew Nguyenoleaut32: Improve parameter validation in OleLoadPictur...
2010-05-03  Gerald Pfeiferoleaut32: Remove variable iLengthScanLineColor which...
2010-03-29  Mikhail Maroukhineole: Fix compiler warnings with flag -Wcast-qual.
2009-10-15  Wilfried Pasquazzooleaut32: Respect size of icons when drawing with IPict...
2009-09-02  Vincent Povirkoleaut32: Use WIC to decode PNG images.
2009-09-01  Vincent Povirkoleaut32: Use WIC to decode JPEG images.
2009-08-24  Vincent Povirkoleaut32: Avoid copying the data when loading an image...
2009-08-19  Vincent Povirkoleaut32: Use WIC to decode gif files.
2009-07-01  Alexandre Julliardoleaut32: Properly release cache DCs instead of trying...
2009-06-16  Austin Englisholeaut32: Fix a compiler warning for libjpeg includes.
2009-04-01  Alexandre Julliardoleaut32: Don't use 16-bit headers.
2009-02-09  Michael Stefaniucoleaut32: Remove superfluous pointer casts.
2009-01-20  Erich Hooveroleaut32: Fix OLEPicture rendering vector metafiles...
2009-01-08  Alexandre Julliardoleaut32: Fix handle cast warnings on 64-bit.
2009-01-07  Nikolay Sivovoleaut32: Check pointer in IPicture::get_Type.
2009-01-07  Nikolay Sivovoleaut32: Check pointer in IPicture::get_Handle.
2009-01-06  Nikolay Sivovoleaut32: Check pointer in IPicture_get_Attributes.
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...
next