gdiplus: Transform bitmaps to non-rectangular parallelograms in software.
[wine] / dlls / gdiplus / graphicspath.c
2010-01-04  Vincent Povirkgdiplus: Add trace to unimplemented function in graphic...
2009-08-03  Nikolay Sivovgdiplus: Correctly forward to GdipAddPathPie.
2009-06-01  Andrew Eikumgdiplus: Stubs for GdipAddPathString and GdipAddPathStr...
2009-05-14  Vincent Povirkgdiplus: Stub GdipWarpPath.
2009-05-14  Vincent Povirkgdiplus: Stub GdipWidenPath.
2009-02-16  Nikolay Sivovgdiplus: Implemented GdipIsVisiblePathPoint with tests.
2009-02-10  Nikolay Sivovgdiplus: Handle zero width/height in GdipAddPathPie.
2008-12-15  Nikolay Sivovgdiplus: Added GdipAddPathCurve3/GdipAddPathCurve3I...
2008-11-18  Vincent Povirkgdiplus: Restore a line I removed by mistake.
2008-11-17  Vincent Povirkgdiplus: Fix GdipFlattenPath for already-flat paths...
2008-09-04  Nikolay Sivovgdiplus: Initial GdipFlattenPath implementation.
2008-08-29  Nikolay Sivovgdiplus: Stub for GdipFlattenPath with tests.
2008-08-29  Nikolay Sivovgdiplus: Add TRACE(..) to graphicspath.c.
2008-08-18  Nikolay Sivovgdiplus: Implemented GdipPathIterNextSubpathPath with...
2008-08-05  Nikolay Sivovgdiplus: Implemented GdipAddPathPie/GdipAddPathPieI...
2008-08-05  Nikolay Sivovgdiplus: Implemented GdipReversePath with tests.
2008-08-04  Nikolay Sivovgdiplus: Implemented GdipAddPathClosedCurve/GdipAddPath...
2008-08-04  Nikolay Sivovgdiplus: Implemented GdipAddPathClosedCurve2I using...
2008-08-04  Nikolay Sivovgdiplus: Implemented GdipAddPathClosedCurve2 with tests.
2008-08-04  Nikolay Sivovgdiplus: Implemented GdipAddPathCurve/GdipAddPathCurveI.
2008-08-04  Nikolay Sivovgdiplus: Implemented GdipAddPathCurve2I using GdipAddPa...
2008-08-04  Nikolay Sivovgdiplus: Implemented GdipAddPathCurve2 with tests.
2008-07-10  Huw Daviesgdiplus: Stubs for GdipIsVisiblePathPoint[I].
2008-07-04  Nikolay Sivovgdiplus: Remove unnecessary cast from GdipAddPathRectangle.
2008-07-01  Nikolay Sivovgdiplus: GdipGetPathLastPoint implementation.
2008-06-26  Nikolay Sivovgdiplus: Implementation of GdipAddPathPolygon with...
2008-06-26  Nikolay Sivovgdiplus: GdipClearPathMarkers implementation.
2008-06-26  Nikolay Sivovgdiplus: GdipSetPathMarker implementation.
2008-06-26  Nikolay Sivovgdiplus: Fix GdipGetPathData implementation and test.
2008-06-20  Nikolay Sivovgdiplus: Implemented GdipGetPathData with test.
2008-06-20  Nikolay Sivovgdiplus: Implemented GdipAddPathRectangles with tests.
2008-05-13  Nikolay Sivovgdiplus: Added GdipAddPathRectangle with tests.
2008-04-30  Nikolay Sivovgdiplus: Implemented GdipGetPathWorldBoundsI.
2008-04-30  Nikolay Sivovgdiplus: Implemented GdipGetPathPointsI.
2008-04-28  Nikolay Sivovgdiplus: Implemented GdipAddPathEllipseI.
2008-04-28  Nikolay Sivovgdiplus: Implemented GdipAddPathBeziersI.
2008-04-25  Nikolay Sivovgdiplus: Implemented GdipAddPathBezier.
2008-04-21  Nikolay Sivovgdiplus: Implemented GdipAddPathLine.
2008-04-17  Nikolay Sivovgdiplus: Implement GdipCreatePath2I.
2008-04-17  Nikolay Sivovgdiplus: Implement GdipAddPathArcI.
2008-04-17  Nikolay Sivovgdiplus: Implement GdipAddPathLine2I.
2008-04-04  Austin EnglishSpelling fixes.
2008-03-01  Andrew Talbotgdiplus: Assign to structs instead of using memcpy.
2008-01-08  Andrew Talbotgdiplus: Remove unneeded casts.
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.