po: Update French translation.
[wine] / dlls / gdiplus / pathiterator.c
2008-08-28  Nikolay Sivovgdiplus: Added TRACE/FIXME to all PathIterator calls.
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: Check arguments in GdipPathIterNextSubpath.
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: Implementation of GdipPathIterEnumerate.
2008-06-26  Nikolay Sivovgdiplus: GdipPathIterGetCount implementation.
2007-08-01  Evan Stadegdiplus: Implemented GdipLoadImageFromStreamICM.
2007-08-01  Evan Stadegdiplus: Added GdipGetMetafileHeaderFromMetafile stub.
2007-07-17  Evan Stadegdiplus: Added GdipPathIterRewind.
2007-07-17  Evan Stadegdiplus: Added GdipPathIterNextSubpath.
2007-07-17  Evan Stadegdiplus: Added GdipPathIterCopyData.
2007-07-17  Evan Stadegdiplus: Initial path iterator implementation.