gdiplus: Fix rectangles of horizontal and vertical gradients.
[wine] / dlls / gdiplus / tests / pathiterator.c
2008-10-17  Nikolay Sivovgdiplus: Add some tests for pathiterator, fix leaks.
2008-08-27  Nikolay Sivovgdiplus: GdipPathIterNextPathType stub added with test.
2008-08-19  Nikolay Sivovgdiplus: Implemented GdipPathIterNextMarkerPath with...
2008-08-18  Nikolay Sivovgdiplus: Implemented GdipPathIterNextSubpathPath with...
2008-08-18  Nikolay Sivovgdiplus: Implemented GdipPathIterIsValid with tests.
2008-07-17  Nikolay Sivovgdiplus: Fix for GdipPathIterNextMarker to handle path...
2008-07-17  Nikolay Sivovgdiplus: Fix GdipCreatePathIter to handle NULL as path...
2008-07-07  Nikolay Sivovgdiplus: Implementation of GdipPathIterGetSubpathCount...
2008-07-07  Nikolay Sivovgdiplus: GdipPathIterNextMarker implementation with...
2008-07-04  Nikolay Sivovgdiplus: Implemented GdipPathIterHasCurve with tests.
2008-07-03  Nikolay Sivovgdiplus: Construction/desctruction tests for PathIterator.
2008-07-03  Nikolay Sivovgdiplus: Added file for PathIterator testing.