gdiplus: Don't use gdi32 to do pixel format conversion.
[wine] / dlls / gdiplus / image.c
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.
2008-12-05  Michael Stefaniucgdiplus: Remove some superfluous casts.
2008-12-05  Michael Stefaniucgdiplus: Reduce the number of casts by using the proper...
2008-12-02  Nikolay Sivovgdiplus: Stub for GdipGetImagePaletteSize.
2008-11-24  Vincent Povirkgdiplus: Implement CachedBitmap based on Image.
2008-11-24  Hans Leidekkergdiplus: Improve GdipGetImageRawFormat stub.
2008-11-24  Hans Leidekkergdiplus: Add stub implementations of GdipCreateHalftone...
2008-11-04  Nikolay Sivovgdiplus: Added CachedBitmap calls.
2008-10-21  Kirill K. Smirnovgdiplus: Whole picture object should be cloned in GdipC...
2008-10-17  Kirill K. Smirnovgdiplus: IPicture_SaveAsFile updates seek pointer,...
2008-10-17  Aric Stewartgdiplus: Avoid dereferencing a potential NULL (Coverity...
2008-10-06  Alistair Leslie... gdiplus: Stub GdipRecordMetafileFileName and GdipRecord...
2008-10-06  Marcus Meissnergdiplus: Also handle 32bpp bitmaps.
2008-09-30  Lei Zhanggdiplus: Allocate enough space for BITMAPINFO in GdipLo...
2008-09-30  Lei Zhanggdiplus: Allocate enough space for BITMAPINFO in GdipBi...
2008-09-30  Lei Zhanggdiplus: Allocate enough space for BITMAPINFO in GdipBi...
2008-09-15  John Klehmgdiplus: Stub implementation of GdipGetImageDecoders...
2008-09-11  Nikolay Sivovgdiplus: Some TRACE(..) for Image calls.
2008-09-08  Nikolay Sivovgdiplus: Added missed stubs for Image metadata access.
2008-09-08  Nikolay Sivovgdiplus: Partially implemented GdipTestControl.
2008-09-05  Nikolay Sivovgdiplus: Implemented GdipCloneImage.
2008-07-28  Francois GougetAdd some API documentation stubs to make winapi_check...
2008-07-17  Nikolay Sivovgdiplus: Implemented GdipCreateBitmapFromResource.
2008-07-10  Huw Daviesgdiplus: Partial implementation of GdipCreateBitmapFrom...
2008-07-10  Francois Gougetgdiplus: Add/fix the trailing '\n' to Wine traces.
2008-07-02  Adam Petacciagdiplus: Stub GdipCloneImage.
2008-06-21  Petr DlouhĂ˝gdiplus: Stub implementation of GdipImageGetFrameDimens...
2008-05-21  Nikolay Sivovgdiplus: GdipBitmapLockBits should allow a NULL rect...
2008-05-12  Nikolay Sivovgdiplus: Added GdipLoadImageFromFileICM (no icm yet).
2008-05-12  Nikolay Sivovgdiplus: GdipGetImageFlags simple stub with test.
2008-04-23  Dan Kegelgdiplus: GdipLoadImageFromStream: initialize variable.
2008-04-10  Lei Zhanggdiplus: Add a stub for GdipSetEffectParameters.
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.
next