gdiplus: Add some defines for the magic values.
[wine] / dlls / gdiplus / tests / graphicspath.c
2008-07-01  Nikolay Sivovgdiplus: GdipGetPathLastPoint implementation.
2008-06-30  Nikolay Sivovgdiplus: Fix uninitialized value jump and a leak in...
2008-06-26  Nikolay Sivovgdiplus: Implementation of GdipAddPathPolygon with...
2008-06-26  Nikolay Sivovgdiplus: Fix GdipGetPathData implementation and test.
2008-06-20  Nikolay Sivovgdiplus: Implemented GdipGetPathData with test.
2008-06-20  Nikolay Sivovgdiplus: Implemented GdipAddPathRectangles with tests.
2008-05-13  Nikolay Sivovgdiplus: Added GdipAddPathRectangle with tests.
2008-02-05  Reece H. Dunngdiplus: Fix the bezier arc path test on all Windows...
2007-08-16  Evan Stadegdiplus/tests: Added GdipAddPathLineI test.
2007-07-26  Evan Stadegdiplus: Fix arc2polybezier.
2007-07-26  Evan Stadegdiplus/tests: Added GdipAddPathEllipse test.
2007-07-13  Evan Stadegdiplus: Added GdipAddPathPath test.
2007-07-13  Evan Stadegdiplus: Improved GdipGetPathWorldBounds handling of...
2007-07-13  Evan Stadegdiplus: Added more GdipGetPathWorldBounds tests.
2007-07-13  Evan Stadegdiplus: Use passed pen in GdipAddPathWorldBound.
2007-07-12  Evan Stadegdiplus: Added GdipGetPathWorldBounds test.
2007-07-12  Evan Stadegdiplus: Added GdipAddPathArc test.
2007-07-10  Bernd Buschinskigdiplus: Fix test typo/compile error.
2007-07-10  Evan Stadegdiplus: Added a test for GdipAddPathLine2.
2007-07-10  Evan Stadegdiplus: Added constructor and destructor test for...