gdiplus: Added GdipDrawPath.
[wine] / dlls / gdiplus / graphicspath.c
2007-07-12  Evan Stadegdiplus: Added GdipStartPathFigure.
2007-07-12  Evan Stadegdiplus: Added GdipAddPathArc.
2007-07-11  Paul Vriensgdiplus: Don't use struct member before NULL check...
2007-07-10  Evan Stadegdiplus: Fixed bug in GdipGetPathPoints().
2007-07-10  Evan Stadegdiplus: Make LineCapArrowAnchor look more like it...
2007-07-09  Evan Stadegdiplus: Added GdipGetPathTypes.
2007-07-09  Evan Stadegdiplus: Added GdipGetPathPoints.
2007-07-09  Evan Stadegdiplus: Added GdipGetPointCount.
2007-07-09  Evan Stadegdiplus: Added GdipClosePathFigures.
2007-07-09  Evan Stadegdiplus: Added GdipClosePathFigure.
2007-07-09  Evan Stadegdiplus: Added GdipAddPathLine2.
2007-06-25  Evan Stadegdiplus: Fix broken graphics path constructor.
2007-06-22  Evan Stadegdiplus: Implemented GdipCreatePath and GdipDeletePath.