dlls: Remove explicit imports of kernel32 and ntdll.
[wine] / dlls / gdiplus / tests / graphicspath.c
2010-05-03  Gerald Pfeifergdiplus/tests: Remove variable path which is not really...
2009-12-09  Nikolay Sivovgdiplus/tests: Fix a matrix leak in test.
2009-12-07  Nikolay Sivovgdiplus/tests: Delete Pen object after use.
2009-02-16  Nikolay Sivovgdiplus: Implemented GdipIsVisiblePathPoint with tests.
2009-02-10  Nikolay Sivovgdiplus: Handle zero width/height in GdipAddPathPie.
2008-12-15  Nikolay Sivovgdiplus: Added GdipAddPathCurve3/GdipAddPathCurve3I...
2008-11-17  Vincent Povirkgdiplus: Fix GdipFlattenPath for already-flat paths...
2008-09-04  Nikolay Sivovgdiplus: Initial GdipFlattenPath implementation.
2008-08-29  Nikolay Sivovgdiplus: Stub for GdipFlattenPath with tests.
2008-08-25  Nikolay Sivovgdiplus: Free memory after some GraphicsPath tests.
2008-08-05  Nikolay Sivovgdiplus: Implemented GdipAddPathPie/GdipAddPathPieI...
2008-08-05  Nikolay Sivovgdiplus: Implemented GdipReversePath with tests.
2008-08-04  Nikolay Sivovgdiplus: Implemented GdipAddPathClosedCurve2 with tests.
2008-08-04  Nikolay Sivovgdiplus: Implemented GdipAddPathCurve2 with tests.
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...