gdiplus: Added GdipDrawLine.
[wine] / dlls / gdiplus / gdiplus_private.h
2007-08-01  Evan Stadegdiplus: Track width and height of GpBitmaps.
2007-08-01  Evan Stadegdiplus: Added GdipCreateBitmapFromScan0.
2007-07-31  Evan Stadegdiplus: Implemented GdipGetImageBounds for metafiles.
2007-07-31  Evan Stadegdiplus: Added a minimal implementation of GdipCreateIm...
2007-07-31  Evan Stadegdiplus: Partial implementation of GdipCreateMetafileFr...
2007-07-30  Evan Stadegdiplus: Draw custom dashes.
2007-07-26  Evan Stadegdiplus: Added GdipSetPenDashArray/GdipGetPenDashArray.
2007-07-25  Evan Stadegdiplus: Create gdi pen every time gdi+ pen is used.
2007-07-25  Evan Stadegdiplus: Added GdipSetWorldTransform/GdipGetWorldTransform.
2007-07-25  Evan Stadegdiplus: Added GdipSetPageScale/GdipGetPageScale.
2007-07-24  Evan Stadegdiplus: Added GdipSetPageUnit.
2007-07-24  Evan Stadegdiplus: Implemented GdipSetPenColor.
2007-07-24  Evan Stadegdiplus: Implemented GdipSetSolidFillColor/GdipGetSolid...
2007-07-23  Evan Stadegdiplus: Change atan2 to gdiplus_arctan2.
2007-07-20  Evan Stadegdiplus: Associate a brush with a pen.
2007-07-20  Evan Stadegdiplus: Added custom line cap setters.
2007-07-20  Evan Stadegdiplus: Initial custom line caps implementation.
2007-07-17  Evan Stadegdiplus: Added GdipSetPenDashStyle.
2007-07-17  Evan Stadegdiplus: Initial path iterator implementation.
2007-07-17  Evan Stadegdiplus: Added GdipSetPenLineCap197819.
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-13  Evan Stadegdiplus: Added GdipSetPenLineJoin.
2007-07-12  Evan Stadegdiplus: Added basic matrix implementation.
2007-07-12  Evan Stadegdiplus: Added GdipAddPathArc.
2007-07-12  Evan Stadegdiplus: Moved two inline helpers to the header.
2007-07-10  Evan Stadegdiplus: Updated GdipDrawRectangleI.
2007-07-09  Evan Stadegdiplus: Added GdipAddPathLine2.
2007-07-06  Evan Stadegdiplus: Added SetPenEndCap.
2007-06-22  Evan Stadegdiplus: Implemented GdipCreatePath and GdipDeletePath.
2007-06-15  Evan Stadegdiplus: Brush implementation.
2007-06-12  Evan Stadegdiplus: Added first GDI+ graphics implementation.
2007-06-12  Evan Stadegdiplus: First pen implementation.