gdiplus: Add tests for GdipDrawString.
[wine] / dlls / gdiplus / tests / graphics.c
2010-03-31  Vincent Povirkgdiplus: Add tests for GdipDrawString.
2010-03-19  Alexandre Julliardgdiplus/tests: Create a window for graphics tests inste...
2010-03-16  Paul Vriensgdiplus/tests: Fix a test failure on Win98/WinMe.
2010-02-26  Justin Chevriergdiplus: Basic implementation of GdipGetNearestColor...
2010-02-26  Justin Chevriergdiplus/test: Add GdipGetNearestColor test.
2009-12-15  Huw Daviesgdiplus: Fix a memory leak in the tests.
2009-08-27  Andrew Eikumgdiplus: Implement GdipIsVisibleRect.
2009-08-27  Andrew Eikumgdiplus: Implement GdipIsVisiblePoint.
2009-08-19  Vincent Povirkgdiplus: Add a test for drawing to application-provided...
2009-08-19  Francois Gougetgdiplus/tests: Add a trailing '\n' to an ok() call.
2009-08-13  Andrew Eikumgdiplus/tests: Add tests for GdipGetVisibleClipBounds.
2009-08-04  Vincent Povirkgdiplus: Ignore the graphics transforms in GdipGetRegio...
2009-07-08  Andrew Eikumgdiplus: Implement GdipSaveGraphics and GdipRestoreGrap...
2009-07-07  Andrew Eikumgdiplus/tests: Test cases for GdipBeginContainer2.
2009-06-30  Andrew Eikumgdiplus: Implement GdipDrawCurve3 and GdipDrawCurve3I.
2009-06-29  Andrew Eikumgdiplus/tests: Add tests for GdipDrawCurve2I.
2009-06-29  Andrew Eikumgdiplus/tests: Add tests for GdipDrawCurveI.
2009-06-29  Andrew Eikumgdiplus/tests: Add tests for GdipDrawCurve2.
2009-06-26  Andrew Eikumgdiplus/tests: Fix resource leaks in several tests.
2009-06-08  Andrew Eikumgdiplus: Test cases and parameter checks for GdipDrawCurve.
2009-05-20  Vincent Povirkgdiplus: Implement GdipTransformPointsI.
2009-05-20  Vincent Povirkgdiplus: Implement GdipTransformPoints.
2009-04-02  Vincent Povirkgdiplus: GdipDrawString: Handle either a width or heigh...
2009-02-03  Nikolay Sivovgdiplus: Add testing for ObjectBusy in some Graphics...
2008-12-11  Nikolay Sivovgdiplus: Stub for GdipGetNearestColor.
2008-12-09  Vincent Povirkgdiplus/tests: Fix a double-free in the graphics test.
2008-11-24  Hans Leidekkergdiplus: Return success from the GdipSaveGraphics and...
2008-11-10  Nikolay Sivovgdiplus: Added GdipGetTextContrast.
2008-09-30  Nikolay Sivovgdiplus: Stubs for GdipIsVisiblePoint/GdipIsVisiblePointI.
2008-09-30  Nikolay Sivovgdiplus: Implemented GdipSetClipPath.
2008-09-25  Nikolay Sivovgdiplus: Implemented GdipSetClipRect/GdipSetClipRectI.
2008-09-05  Nikolay Sivovgdiplus: Implemented GdipGraphicsClear.
2008-09-02  Francois Gougetgdiplus/tests: Remove unneeded casts.
2008-08-29  Nikolay Sivovgdiplus: Implemented GdipIsEmptyClip with tests.
2008-08-29  Nikolay Sivovgdiplus: Implemented GdipResetClip with tests.
2008-08-28  Nikolay Sivovgdiplus: Implemented GdipSetClipRegion with basic tests.
2008-08-27  Nikolay Sivovgdiplus: Implemented GdipGetClip.
2008-08-26  Nikolay Sivovgdiplus: Implemented GdipIsInfiniteRegion with tests.
2008-08-26  Nikolay Sivovgdiplus: Test for default Graphics clipping region.
2008-08-26  Nikolay Sivovgdiplus: Basic parameter check in GdipTransformPoints...
2008-08-26  Nikolay Sivovgdiplus: GdipDeleteGraphics affected by busy state...
2008-08-25  Nikolay Sivovgdiplus: Made Graphics calls check for busy state.
2008-08-25  Nikolay Sivovgdiplus: Basic GdipGetDC/GdipReleaseDC implementation.
2008-08-25  Nikolay Sivovgdiplus: Added a test for GdipGetDC/GdipReleaseDC behav...
2008-08-25  Nikolay Sivovgdiplus: Free memory after some Graphics tests.
2008-05-12  Nikolay Sivovgdiplus: Added GdipCreateFromHWNDICM (no icm yet) with...
2008-04-22  Lei Zhanggdiplus: Do not access freed memory in a test.
2008-04-22  Lei Zhanggdiplus: Initialize variables in the graphics test.
2008-02-29  Royal Changdiplus: Implement GdipDrawLinesI based on GdipDrawLines.
2008-02-26  Royal Changdiplus: Added conformance tests for GdipDrawLineI.
2008-02-26  Royal Changdiplus: GdipDrawArc should return InvalidParameter...
2008-02-26  Royal Chandiplus: Implemented GdipDrawArcI based on GdipDrawArc.
2008-02-26  Royal Chandiplus: Implement GdipDrawBezierI based on GdipDrawBezier.
2007-08-30  Francois GougetAssorted non-ANSI function declaration fixes (missing...
2007-07-16  Evan Stadegdiplus: Added GpGraphics save/restore tests.
2007-07-16  Evan Stadegdiplus: Constructor tests for GpGraphics.