gdiplus: Zero the MetafileHeader structure in GetMetafileHeader.
[wine] / dlls / gdiplus / image.c
2008-03-25  Michael Stefaniucgdiplus: Remove break after return (Smatch).
2008-03-24  Sean Huckinsgdiplus: Implementation of GdipCreateBitmapFromHBITMAP.
2008-03-17  Nathan Beckmanngdiplus: Fix test crash in GdipSaveImageToStream.
2008-03-10  Nathan Beckmanngdiplus: Implement BMP encoding.
2008-03-10  Nathan Beckmanngdiplus: Implement GdipSaveImageToStream using encoders.
2008-03-10  Nathan Beckmanngdiplus: Implement GdipSaveImageToFile via GdipSaveImag...
2008-03-10  Nathan Beckmanngdiplus: Remove unnecessary IStream_AddRef from GdipLoa...
2008-03-10  Nathan Beckmanngdiplus: Return an error for consecutive GdipLockBitmap...
2008-03-10  Nathan Beckmanngdiplus: Update bitmap state in GdipUnlockBitmapBits.
2008-03-10  Nathan Beckmanngdiplus: Fix memory leak in GdipLockBitmapBits.
2008-03-07  Nathan Beckmanngdiplus: Implement GdipGetImageEncoders.
2008-03-06  Ethan Chengdiplus: Implemented GdipCreateBitmapFromFileICM.
2008-03-06  Nathan Beckmanngdiplus: Fix errors in image dimensions.
2008-03-03  Nathan Beckmanngdiplus: Implement GdipLoadImageFromFile.
2008-03-03  Nathan Beckmanngdiplus: Fix IStream_Release in GdipCreateBitmapFromFile.
2008-03-01  Andrew Talbotgdiplus: Assign to structs instead of using memcpy.
2008-02-29  Jon Yanggdiplus: Implemented and tested GdipGetImageDimension().
2007-12-20  Andrew Riedigdiplus: Add GdipCreateHBITMAPFromBitmap() stub.
2007-08-30  Francois Gougetgdiplus: Add some missing or related prototypes and...
2007-08-10  Evan Stadegdiplus: Added GdipConvertToEmfPlus stub.
2007-08-10  Evan Stadegdiplus: Better error checking in GdipBitmapLockBits.
2007-08-10  Evan Stadegdiplus: Replace GetDC(0) with CreateCompatibleDC(0).
2007-08-10  Evan Stadegdiplus: Added GdipGetImageGraphicsContext.
2007-08-09  Evan Stadegdiplus: Added GdipCreateBitmapFromGraphics stub.
2007-08-09  Evan Stadegdiplus: Fixed conformance of GdipCreateBitmapFromScan0.
2007-08-09  Evan Stadegdiplus: Added GdipSetImagePalette stub.
2007-08-08  Evan Stadegdiplus: Make GdipGetMetafileHeaderFromMetafile return Ok.
2007-08-08  Evan Stadegdiplus: GdipLoadImageFromStream makes initializations.
2007-08-08  Evan Stadegdiplus: Return width and height of metafiles.
2007-08-08  Evan Stadegdiplus: Added GdipCreateBitmapFromFile.
2007-08-08  Evan Stadegdiplus: Added GdipBitmapLockBits.
2007-08-06  Evan Stadegdiplus: Added GdipImageSelectActiveFrame stub.
2007-08-06  Evan Stadegdiplus: Added GdipGetImagePixelFormat.
2007-08-06  Evan Stadegdiplus: Added GdipImageGetFrameDimensionsList stub.
2007-08-06  Evan Stadegdiplus: Added GdipCreateBitmapFromStream.
2007-08-01  Evan Stadegdiplus: Track width and height of GpBitmaps.
2007-08-01  Evan Stadegdiplus: Added GdipBitmapGetPixel stub.
2007-08-01  Evan Stadegdiplus: Added GdipRemovePropertyItem stub.
2007-08-01  Evan Stadegdiplus: Added GdipCreateBitmapFromStreamICM.
2007-08-01  Evan Stadegdiplus: Added partial implementation of GdipSaveImageT...
2007-08-01  Evan Stadegdiplus: Added GdipGetPropertyItemSize stub.
2007-08-01  Evan Stadegdiplus: Added GdipCreateBitmapFromScan0.
2007-08-01  Evan Stadegdiplus: Implemented GdipLoadImageFromStreamICM.
2007-08-01  Evan Stadegdiplus: Added GdipFindFirstImageItem stub.
2007-08-01  Evan Stadegdiplus: Added GdipGetMetafileHeaderFromMetafile stub.
2007-08-01  Evan Stadegdiplus: Changed GdipGetImageType.
2007-08-01  Evan Stadegdiplus: Implemented GdipDisposeImage.
2007-07-31  Evan Stadegdiplus: Implemented GdipGetImageBounds for metafiles.
2007-07-31  Evan Stadegdiplus: Implemented GdipGetImageType.
2007-07-31  Evan Stadegdiplus: Added GdipGetImageBounds stub.
2007-07-25  Evan Stadegdiplus: Added GdipLoadImageFromStreamICM stub.
2007-07-25  Evan Stadegdiplus: Added GdipDisposeImage stub.
2007-07-25  Evan Stadegdiplus: Added GdipGetImageType stub.
2007-07-25  Evan Stadegdiplus: Image getter stubs.