gdiplus: Round the layout rectangle down instead of up in gdip_format_string().
[wine] / dlls / gdiplus / tests / pathiterator.c
2011-02-07  EG Galanogdiplus/tests: Make sure return value is used (LLVM...
2009-12-07  Nikolay Sivovgdiplus/tests: Free created iterator in tests.
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.