rpcrt4: Add a stub for I_RpcGetCurrentCallHandle.
[wine] / dlls / gdiplus / graphicspath.c
2007-08-15  Evan Stadegdiplus: Added GdipAddPathLineI.
2007-08-15  Evan Stadegdiplus: Added GdipAddPathBezierI.
2007-08-09  Evan Stadegdiplus: Added GdipCreatePath2.
2007-08-02  Evan Stadegdiplus: Added GdipClonePath.
2007-08-02  Evan Stadegdiplus: Added GdipIsOutlineVisiblePathPointI stub.
2007-08-01  Evan Stadegdiplus: Implemented GdipLoadImageFromStreamICM.
2007-07-26  Evan Stadegdiplus: Added GdipAddPathEllipse.
2007-07-17  Evan Stadegdiplus: Added GdipAddPathBeziers.
2007-07-16  Evan Stadegdiplus: Added GdipSetPathFillMode.
2007-07-13  Evan Stadegdiplus: Added GdipAddPathPath.
2007-07-13  Evan Stadegdiplus: Added GdipResetPath.
2007-07-13  Evan Stadegdiplus: Added GdipGetPathFillMode.
2007-07-13  Evan Stadegdiplus: Improved GdipGetPathWorldBounds handling of...
2007-07-13  Evan Stadegdiplus: Use passed pen in GdipAddPathWorldBound.
2007-07-12  Evan Stadegdiplus: Fixed memory leak in GdipDeletePath.
2007-07-12  Evan Stadegdiplus: Added GdipGetPathWorldBounds.
2007-07-12  Evan Stadegdiplus: Added GdipTransformPath.
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.