gdiplus: Implement color transforms.
[wine] / dlls / gdiplus / tests / image.c
2011-03-28  Vincent Povirkgdiplus: Implement color transforms.
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: Copy the bits on bitmap unlock if the write...
2011-02-25  Vincent Povirkgdiplus: Test writes with conversion and without a...
2011-02-15  Vincent Povirkgdiplus: Add tests for locked image bit reading/writing.
2011-02-15  Vincent Povirkgdiplus: Add test for ImageLockModeUserInputBuf.
2011-02-10  Austin Englishgdiplus/tests: Make sure to use return values (LLVM...
2011-01-12  Martin Petricekgdiplus: Support for indexed formats in GdipBitmapSetPixel.
2010-10-01  Vincent Povirkgdiplus: Don't try to free invalid or already-freed...
2010-08-23  Vincent Povirkgdiplus: Set bitmap has alpha flag based on format.
2010-05-10  Vincent Povirkgdiplus: Implement GdipGetImageThumbnail.
2010-05-10  Vincent Povirkgdiplus: Add test for GdipGetImageThumbnail.
2010-05-10  Vincent Povirkgdiplus: Implement bitmap color keying.
2010-04-26  Vincent Povirkgdiplus: Handle more cases in GdipCreateBitmapFromGdiDib.
2010-04-26  Vincent Povirkgdiplus: Add test for GdipCreateBitmapFromGdiDib.
2010-04-16  Vincent Povirkgdiplus: Implement color remapping.
2010-04-16  Vincent Povirkgdiplus: Use UnitPixel for metafile bounds when creatin...
2010-03-31  Vincent Povirkgdiplus: Implement GdipImageRotateFlip.
2010-03-29  Francois Gougetgdiplus/tests: Fix compilation on systems that don...
2010-03-22  Vincent Povirkgdiplus: Add a test for TIFF image loading.
2010-03-16  Justin Chevriergdiplus: Basic implementation of GdipImageGetFrameCount...
2010-03-16  Justin Chevriergdiplus/tests: Expand GdipImageGetFrameCount test coverage.
2010-03-15  Vincent Povirkgdiplus: Add a test for GdipGetMetafileHeaderFromMetafile.
2010-03-04  Justin Chevriergdiplus: Implement GdipSetImageAttributesRemapTable...
2010-03-04  Justin Chevriergdiplus/test: Add GdipSetImageAttributesRemapTable...
2010-02-22  Vincent Povirkgdiplus: Add a test for GdipImageRotateFlip.
2010-02-08  Dan Kegelgdiplus/tests: Initialize buffer in test_GdipCreateBitm...
2010-02-03  Paul Vriensgdiplus/tests: Fix a test failure.
2010-02-01  Vincent Povirkgdiplus: Implement GetPixel for indexed color bitmaps.
2010-02-01  Vincent Povirkgdiplus: Test getting/setting pixels of indexed color...
2010-02-01  Vincent Povirkgdiplus: Implement GdipSetImageAttributesGamma.
2009-12-28  Vincent Povirkgdiplus: Implement GdipBitmapSetResolution.
2009-12-28  Vincent Povirkgdiplus: Implement GdipGetImage*Resolution.
2009-12-28  Vincent Povirkgdiplus: Add test for image resolution functions.
2009-12-28  Vincent Povirkgdiplus: Fix typo in GdipCreateMetafileFromWmf.
2009-12-28  Vincent Povirkgdiplus: Add test for GdipCreateMetafileFromWmf.
2009-12-28  Vincent Povirkgdiplus: Add test for size of metafiles loaded from...
2009-12-28  Vincent Povirkgdiplus: Test the ability to load WMF images.
2009-12-28  Vincent Povirkgdiplus: Implement GdipImageGetFrameDimensionsList.
2009-12-28  Vincent Povirkgdiplus: Add tests for multi-frame GIF images.
2009-12-21  Vincent Povirkgdiplus: Implement GdipSetImageAttributesColorMatrix.
2009-12-21  Vincent Povirkgdiplus: Add a test for GdipSetImageAttributesColorMatrix.
2009-12-18  Vincent Povirkgdiplus: Add tests for the other frame functions, for...
2009-12-17  Paul Vriensgdiplus/tests: Fix a test failure on XP/W2K3.
2009-12-16  Paul Vriensgdiplus/tests: Fix some test failures on older gdiplus.
2009-12-14  Alexandre Julliardgdiplus/tests: Fix parentheses in the expect() macro.
2009-12-14  Vincent Povirkgdiplus: Explicitly copy the bits from dib sections...
2009-12-14  Vincent Povirkgdiplus: Add test for image palette functions.
2009-09-28  Paul Vriensgdiplus/tests: Fix some test failures on older gdiplus...
2009-09-24  Vincent Povirkgdiplus: Implement GdipBitmapSetPixel.
2009-09-24  Vincent Povirkgdiplus: Implement GdipBitmapGetPixel.
2009-09-24  Vincent Povirkgdiplus: Add tests for GdipBitmap(Get|Set)Pixel.
2009-09-15  Vincent Povirkgdiplus: Implement GdipGetImageRawFormat.
2009-08-28  Vincent Povirkgdiplus: Implement GdipCreateHBITMAPFromBitmap.
2009-08-28  Vincent Povirkgdiplus: Add test for GdipCreateHBITMAPFromBitmap.
2009-05-06  Alexandre Julliardgdiplus/tests: Don't free GDI objects with GlobalFree.
2009-04-24  Paul Vriensgdiplus/tests: Fix a test failure on Win98.
2009-03-06  Paul Vriensgdiplus/tests: Fix two test failures on Win98.
2009-02-18  Vincent Povirkgdiplus: Handle negative stride in GdipCreateBitmapFrom...
2009-02-16  Nikolay Sivovgdiplus/tests: Use expectf macro for floating point...
2009-02-16  Nikolay Sivovgdiplus/tests: Some tests for Image raw format value.
2009-02-03  Nikolay Sivovgdiplus: Implemented GdipCreateBitmapFromHICON (with...
2009-01-14  Michael Stefaniucgdiplus: Remove superfluous pointer casts.
2008-12-04  Alexandre Julliardgdiplus/tests: Don't cast pointers to integers.
2008-10-21  Kirill K. Smirnovgdiplus: Whole picture object should be cloned in GdipC...
2008-09-08  Nikolay Sivovgdiplus: Partially implemented GdipTestControl.
2008-09-05  Nikolay Sivovgdiplus: Implemented GdipCloneImage.
2008-07-21  Lei Zhanggdiplus: Add tests for passing negative strides to...
2008-07-02  Adam Petacciagdiplus: Test 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-03-24  Sean Huckinsgdiplus: Implementation of GdipCreateBitmapFromHBITMAP.
2008-03-12  Michael Stefaniucgdiplus/tests: Remove redundant NULL check before GdipF...
2008-03-10  Nathan Beckmanngdiplus: Add more sophisticated tests for GdipSaveImage...
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: Return an error for consecutive GdipLockBitmap...
2008-03-10  Nathan Beckmanngdiplus: Update bitmap state in GdipUnlockBitmapBits.
2008-03-10  Nathan Beckmanngdiplus: Tests for GdipLockBitmapBits/GdipUnlockBitmapBits.
2008-03-07  Nathan Beckmanngdiplus: Implement GdipGetImageEncoders.
2008-03-03  Nathan Beckmanngdiplus: Implement GdipLoadImageFromFile.
2008-03-03  Nathan Beckmanngdiplus: Add tests for GdipCreateBitmapFromFile.
2008-03-03  Francois Gougetgdiplus/tests: Add the trailing '\n' to a couple of...
2008-02-29  Jon Yanggdiplus: Implemented and tested GdipGetImageDimension().
2008-01-14  Dan Kegelgdiplus/tests: Don't free if alloc failed.
2007-08-30  Francois GougetAssorted non-ANSI function declaration fixes (missing...
2007-08-13  Evan Stadegdiplus: Fix test to pass in Windows.
2007-08-09  Evan Stadegdiplus: Fixed conformance of GdipCreateBitmapFromScan0.
2007-08-09  Evan Stadegdiplus/tests: Added GdipCreateBitmapFromScan0 test.