gdiplus: Use the given HPALETTE in GdipCreateBitmapFromHBITMAP.
[wine] / dlls / gdiplus / image.c
2011-03-29  Vincent Povirkgdiplus: Use the given HPALETTE in GdipCreateBitmapFrom...
2011-03-10  Alexandre Julliardgdiplus: Use signed types in convert_pixels to avoid...
2011-02-25  Vincent Povirkgdiplus: Implement ImageLockModeUserInputBuf.
2011-02-25  Vincent Povirkgdiplus: Copy only the area requested when (un)locking...
2011-02-25  Vincent Povirkgdiplus: Don't copy bits into the buffer when a bitmap...
2011-02-25  Vincent Povirkgdiplus: Copy the bits on bitmap unlock if the write...
2011-01-12  Martin Petricekgdiplus: Support for indexed formats in GdipBitmapSetPixel.
2010-11-12  Vincent Povirkgdiplus: Correctly store the given stride in created...
2010-10-01  Vincent Povirkgdiplus: Don't create a DIB section for non-alpha or...
2010-10-01  Vincent Povirkgdiplus: Don't try to free invalid or already-freed...
2010-09-02  Vincent Povirkgdiplus: Set flags and dpi when images are loaded.
2010-08-24  Austin Englishgdiplus: Add a stub for GdipConvertToEmfPlusToFile.
2010-08-23  Vincent Povirkgdiplus: Set bitmap has alpha flag based on format.
2010-08-17  Vincent Povirkgdiplus: Create HBITMAP-less bitmap objects for exotic...
2010-08-17  Vincent Povirkgdiplus: Don't require an HDC for the convert_unit...
2010-07-19  Vincent Povirkgdiplus: Stub GdipGetMetafileHeaderFromStream.
2010-07-19  Vincent Povirkgdiplus: Stub GdipGetMetafileHeaderFromFile.
2010-07-05  Vincent Povirkgdiplus: Stub GdipGetMetafileHeaderFromEmf.
2010-06-25  Andrew Nguyengdiplus: Add a few additional traces to gdiplus image...
2010-06-25  Vincent Povirkgdiplus: Stub GdipGetEncoderParameterListSize.
2010-05-10  Vincent Povirkgdiplus: Implement GdipGetImageThumbnail.
2010-05-08  Vincent Povirkgdiplus: Quiet the GdipImageForceValidation fixme.
2010-05-08  Vincent Povirkgdiplus: Implement GdipCreateHICONFromBitmap.
2010-04-26  Vincent Povirkgdiplus: Handle more cases in GdipCreateBitmapFromGdiDib.
2010-04-26  Vincent Povirkgdiplus: Add test for GdipCreateBitmapFromGdiDib.
2010-03-31  Vincent Povirkgdiplus: Implement GdipImageRotateFlip.
2010-03-29  Vincent Povirkgdiplus: Store a reference to the image in image graphi...
2010-03-29  Mikhail Maroukhinegdiplus: Fix compiler warnings with flag -Wcast-qual.
2010-03-22  Vincent Povirkgdiplus: Add support for decoding TIFF images.
2010-03-22  Vincent Povirkgdiplus: Support decoders with multiple signatures.
2010-03-16  Justin Chevriergdiplus: Basic implementation of GdipImageGetFrameCount...
2010-03-15  Vincent Povirkgdiplus: Zero the MetafileHeader structure in GetMetafi...
2010-03-05  Alasdair Sinclairgdiplus: Create a full BITMAPINFO to prevent clobbering...
2010-02-25  Vincent Povirkgdiplus: Stub GdipGetImageItemData.
2010-02-25  Vincent Povirkgdiplus: Free the attached HBITMAP when destroying...
2010-02-08  Vincent Povirkgdiplus: Don't use gdi32 to do pixel format conversion.
2010-02-01  Vincent Povirkgdiplus: Implement GetPixel for indexed color bitmaps.
2010-01-25  Vincent Povirkgdiplus: Always trace pixel formats in hex.
2010-01-04  Vincent Povirkgdiplus: Reset the lock count when unlocking a bitmap...
2010-01-04  Vincent Povirkgdiplus: Add traces to unimplemented functions in image.c.
2010-01-04  Vincent Povirkgdiplus: Add trace to GdipBitmapUnlockBits.
2009-12-28  Vincent Povirkgdiplus: Implement GdipBitmapSetResolution.
2009-12-28  Vincent Povirkgdiplus: Implement GdipGetImage*Resolution.
2009-12-28  Vincent Povirkgdiplus: Implement GdipImageGetFrameDimensionsList.
2009-12-28  Vincent Povirkgdiplus: Remove fixme from GdipImageGetFrameDimensionsC...
2009-12-21  Vincent Povirkgdiplus: Add trace for values of new graphics and image...
2009-12-14  Vincent Povirkgdiplus: Support reading image data from device-depende...
2009-12-14  Vincent Povirkgdiplus: Explicitly copy the bits from dib sections...
2009-12-14  Vincent Povirkgdiplus: Initialize the palettes of new indexed bitmaps.
2009-12-14  Vincent Povirkgdiplus: Implement GdipGetImagePalette.
2009-12-14  Vincent Povirkgdiplus: Implement GdipGetImagePaletteSize.
2009-12-14  Vincent Povirkgdiplus: Implement GdipSetImagePalette.
2009-12-07  Vincent Povirkgdiplus: Fix cleanup after errors in GdipCloneImage.
2009-12-07  Vincent Povirkgdiplus: Implement GdipCloneBitmapArea.
2009-10-26  Kirill K. Smirnovgdiplus: Avoid deleting non-existent object.
2009-10-09  Vincent Povirkgdiplus: Enable encoding of PNG images.
2009-09-24  Vincent Povirkgdiplus: Implement GdipBitmapSetPixel.
2009-09-24  Vincent Povirkgdiplus: Implement GdipBitmapGetPixel.
2009-09-22  Marcus Meissnergdiplus: do not memcpy over NULL ptrs (Coverity).
2009-09-15  Vincent Povirkgdiplus: Implement GdipGetImageRawFormat.
2009-09-08  Vincent Povirkgdiplus: Disable alpha channel support for BMP images.
2009-09-08  Vincent Povirkgdiplus: Use WIC to decode PNG files.
2009-09-08  Vincent Povirkgdiplus: Use WIC to decode BMP files.
2009-09-02  Vincent Povirkgdiplus: Use WIC to decode GIF files.
2009-09-02  Vincent Povirkgdiplus: Use WIC to decode JPEG files.
2009-09-02  Vincent Povirkgdiplus: Use WIC to encode images.
2009-09-01  Vincent Povirkgdiplus: Use WIC to decode ICO files.
2009-08-29  Vincent Povirkgdiplus: Reimplement GdipCreateBitmapFromHICON based...
2009-08-29  Vincent Povirkgdiplus: Return the real image bits from LockBits when...
2009-08-29  Vincent Povirkgdiplus: Create DIBs instead of IPictures in CreateBitm...
2009-08-29  Vincent Povirkgdiplus: Don't use IPicture to manage the HDC associate...
2009-08-29  Vincent Povirkgdiplus: Add and use an HBITMAP field in GpBitmap objects.
2009-08-29  Vincent Povirkgdiplus: Use the decoder list to decide how to load...
2009-08-29  Vincent Povirkgdiplus: Add PNG to the decoders list.
2009-08-28  Vincent Povirkgdiplus: Implement GdipCreateHBITMAPFromBitmap.
2009-08-21  Vincent Povirkgdiplus: Remove an ipicture reference in GdipCreateBitm...
2009-08-21  Vincent Povirkgdiplus: Add codecs for the image formats we can curren...
2009-08-21  Vincent Povirkgdiplus: Only attempt to encode if the Encoder flag...
2009-08-21  Vincent Povirkgdiplus: Implement GdipGetImageDecoders[Size].
2009-08-21  Vincent Povirkgdiplus: Store the codec information and functions...
2009-08-11  Vincent Povirkgdiplus: Remove an unnecessary picture reference in...
2009-08-03  Luke Bensteadgdiplus: Implement stub for GdipGetImagePalette.
2009-07-01  Alexandre Julliardgdiplus: Don't return garbage from the GdipCreateHBITMA...
2009-06-05  Andrew Eikumgdiplus: Stub for GdipBitmapCreateApplyEffect.
2009-06-05  Andrew Eikumgdiplus: Stub for GdipBitmapApplyEffect.
2009-06-04  Andrew Eikumgdiplus: Stub for GdipEmfToWmfBits.
2009-06-03  Andrew Eikumgdiplus: Stub for GdipDeleteEffect.
2009-06-02  Andrew Eikumgdiplus: Stub for GdipCloneBitmapArea.
2009-05-28  Vincent Povirkgdiplus: Stub GdipCreateHICONFromBitmap.
2009-05-08  Stefan Leichtergdiplus: Add stub for GdipImageRotateFlip.
2009-05-06  Stefan Leichtergdiplus: Add stub for GdipGetImageThumbnail.
2009-04-28  Massimo Del Fedelegdiplus: Add stub for GdipBitmapSetPixel.
2009-04-20  Andrew Nguyengdiplus: Stub GdipBitmapSetResolution.
2009-03-09  Vincent Povirkgdiplus: Stub GdipCloneBitmapAreaI.
2009-03-05  Vincent Povirkgdiplus: Return a NULL bitmap when GdipCreateBitmapFrom...
2009-02-18  Vincent Povirkgdiplus: Fix GdipCreateBitmapFromHBITMAP flipping image...
2009-02-18  Vincent Povirkgdiplus: Handle negative stride in GdipCreateBitmapFrom...
2009-02-03  Nikolay Sivovgdiplus: Implemented GdipCreateBitmapFromHICON (with...
2009-01-15  Andrey Turkingdiplus: GdipLoadImageFromStream should use well-known...
2009-01-14  Michael Stefaniucgdiplus: Remove superfluous pointer casts.
next