gdiplus: Implement GdipIsVisibleRegionRect.
[wine] / dlls / gdiplus / tests / image.c
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.