include: Fix GdipSetPathGradientSurroundColorsWithCount definition.
[wine] / dlls / gdiplus / graphics.c
2007-07-24  Evan Stadegdiplus: Implemented GdipSetPenColor.
2007-07-23  Evan Stadegdiplus: Change atan2 to gdiplus_arctan2.
2007-07-23  Evan Stadegdiplus: Added startcap rendering.
2007-07-23  Evan Stadegdiplus: Use base inset for custom line caps.
2007-07-23  Evan Stadegdiplus: Added rendering of fill-path type custom line...
2007-07-20  Evan Stadegdiplus: Added rendering of custom line caps.
2007-07-20  Evan Stadegdiplus: Use atan2 instead of atan.
2007-07-16  Evan Stadegdiplus: Added GdipFillPath.
2007-07-16  Evan Stadegdiplus: Simplified GdipDrawPath by moving more of...
2007-07-16  Evan Stadegdiplus: GdipSaveGraphics/GdipRestoreGraphics stubs.
2007-07-16  Evan Stadegdiplus: Added pixel offset mode.
2007-07-16  Evan Stadegdiplus: Added interpolation mode.
2007-07-16  Evan Stadegdiplus: Added compositing quality.
2007-07-16  Evan Stadegdiplus: Added smoothing modes.
2007-07-12  Evan Stadegdiplus: Changed the way the direction of the endcap...
2007-07-12  Evan Stadegdiplus: Added draw_polyline error checking.
2007-07-12  Evan Stadegdiplus: Added draw_polybezier error checking.
2007-07-12  Evan Stadegdiplus: Added GdipDrawPath.
2007-07-12  Evan Stadegdiplus: Updated GdipDrawLines to use SaveDC()/RestoreD...
2007-07-12  Evan Stadegdiplus: Updated GdipDrawArc to use SaveDC()/RestoreDC...
2007-07-12  Evan Stadegdiplus: Moved two inline helpers to the header.
2007-07-11  Evan Stadegdiplus: Changed calls to floor to floorf.
2007-07-10  Evan Stadegdiplus: Fixed a bug in helper function draw_polybezier.
2007-07-10  Evan Stadegdiplus: GdipDrawCurve2 now uses SaveDC()/RestoreDC...
2007-07-10  Evan Stadegdiplus: Updated GdipDrawRectangleI.
2007-07-10  Evan Stadegdiplus: Updated draw_pie to use SaveDC/RestoreDC.
2007-07-09  Evan Stadegdiplus: Added linecap rendering for GdipDrawBezier.
2007-07-09  Evan Stadegdiplus: Rendering of linecaps.
2007-07-04  Evan Stadegdiplus: Call EndPath() in GdipDrawLineI in case there...
2007-07-03  Evan Stadegdiplus: Use SaveDC, RestoreDC in GdipDrawLineI.
2007-06-25  Evan Stadegdiplus: Tidy up graphics constructor.
2007-06-22  Evan Stadegdiplus: Implemented GdipDrawLines.
2007-06-20  Evan Stadegdiplus: Implemented GdipDrawCurve2.
2007-06-20  Evan Stadegdiplus: Implemented GdipDrawArc.
2007-06-19  Evan Stadegdiplus: Implemented GdipDrawPie/GdipFillPie.
2007-06-18  Evan Stadegdiplus: Implemented GdipDrawBezier.
2007-06-13  Evan Stadegdiplus: Implemented GdipDrawRectangleI.
2007-06-13  Evan Stadegdiplus: Implemented GdipDrawLineI.
2007-06-12  Evan Stadegdiplus: Added first GDI+ graphics implementation.