include: Fix GdipSetPathGradientSurroundColorsWithCount definition.
[wine] / dlls / gdiplus / graphics.c
2008-08-25  Nikolay Sivovgdiplus: Basic GdipGetDC/GdipReleaseDC implementation.
2008-08-25  Nikolay Sivovgdiplus: Added a test for GdipGetDC/GdipReleaseDC behav...
2008-08-25  Nikolay Sivovgdiplus: Use GdipFree instead of HeapFree in GdipDelete...
2008-08-22  Nikolay Sivovgdiplus: Implemented GdipFillClosedCurve2[I].
2008-08-18  Nikolay Sivovgdiplus: Implemented GdipResetWorldTransform.
2008-08-04  Nikolay Sivovgdiplus: Move some Beziers helpers to gdiplus.c to...
2008-08-04  Nikolay Sivovgdiplus: Implemented GdipFillPolygon2/GdipFillPolygon2I.
2008-07-11  Nikolay Sivovgdiplus: GdipFillRegion actually belongs to Graphics.
2008-07-10  Huw Daviesgdiplus: Implement GdipCreateMetafileFromWmfFile.
2008-07-10  Huw Daviesgdiplus: Add stubs for GdipTransformPoints[I].
2008-07-10  Adam Petacciagdiplus: Stub GdipMeasureCharacterRanges.
2008-07-09  Nikolay Sivovgdiplus: Implemented GdipDrawClosedCurve and GdipDrawCl...
2008-07-09  Nikolay Sivovgdiplus: Implemeted GdipDrawClosedCurve2 and GdipDrawCl...
2008-07-03  Nikolay Sivovgdiplus: Implemented GdipDrawBeziers.
2008-06-27  Przemysław Białekgdiplus: Implementation of function GdipDrawEllipse.
2008-06-20  Nikolay Sivovgdiplus: Stub for GdipFlush.
2008-05-12  Huw Daviesgdiplus: Stub for GdipGetClip.
2008-05-12  Huw Daviesgdiplus: Stubs for GdipGetDC and GdipReleaseDC.
2008-05-12  Nikolay Sivovgdiplus: Added GdipCreateFromHWNDICM (no icm yet) with...
2008-05-08  Nikolay Sivovgdiplus: Let GdipDrawArcI use float args version.
2008-04-30  Nikolay Sivovgdiplus: Implemented GdipMultiplyWorldTransform.
2008-04-29  Nikolay Sivovgdiplus: Implemented GdipGetDpiX/GdipGetDpiY.
2008-04-29  Nikolay Sivovgdiplus: Implemented GdipFillRectangles/GdipFillRectang...
2008-04-29  Nikolay Sivovgdiplus: Implemented GdipFillEllipse/GdipFillEllipseI.
2008-04-29  Nikolay Sivovgdiplus: Implemented GdipDrawImagePointsRectI.
2008-04-29  Nikolay Sivovgdiplus: Implemented GdipDrawImage.
2008-04-29  Nikolay Sivovgdiplus: Implemented GdipDrawCurve/GdipDrawCurveI.
2008-04-29  Nikolay Sivovgdiplus: Implemented GdipDrawCurve2I.
2008-04-25  Nikolay Sivovgdiplus: Implemented GdipDrawImageRect/GdipDrawImageRectI.
2008-04-24  Nikolay Sivovgdiplus: Implemented GdipFillPieI.
2008-04-24  Nikolay Sivovgdiplus: Implemented GdipDrawPolygon/GdipDrawPolygonI.
2008-04-24  Nikolay Sivovgdiplus: Implemented GdipDrawRectanglesI.
2008-04-24  Nikolay Sivovgdiplus: Implemented GdipDrawPieI.
2008-04-21  Nikolay Sivovgdiplus: Implemented GdipDrawRectangle.
2008-04-11  Lei Zhanggdiplus: Add a stub for GdipSetMetafileDownLevelRasteri...
2008-04-10  Lei Zhanggdiplus: Add a stub for GdipSetClipRegion.
2008-04-09  Lei Zhanggdiplus: Add a stub for GdipSetClipRectI.
2008-03-01  Jon Yanggdiplus: Implemented GdipDrawImageRectRectI.
2008-03-01  Andrew Talbotgdiplus: Assign to structs instead of using memcpy.
2008-02-29  Royal Changdiplus: Implement GdipDrawLinesI based on GdipDrawLines.
2008-02-26  Royal Changdiplus: GdipDrawArc should return InvalidParameter...
2008-02-26  Royal Chandiplus: Implemented GdipDrawArcI based on GdipDrawArc.
2008-02-26  Royal Chandiplus: Implement GdipDrawBezierI based on GdipDrawBezier.
2008-02-15  Royal Changdiplus: draw_polyline never sets status from GenericEr...
2007-12-31  Michael Stefaniucjanitorial: Remove superfluous backslashes at end of...
2007-12-23  Stefan Leichtergdiplus: Partly implement GdipCreateFromHDC2
2007-09-27  Andrew Talbotgdiplus: Fix some memory leaks.
2007-08-30  Francois Gougetgdiplus: Add some missing or related prototypes and...
2007-08-16  Evan Stadegdiplus: Use DrawText instead of TabbedTextOut.
2007-08-16  Evan Stadegdiplus: Handle empty layout rectangle in GdipDrawString.
2007-08-16  Evan Stadegdiplus: Handle empty layout rectangle in GdipMeasureSt...
2007-08-16  Evan Stadegdiplus: Handle StringFormatFlagsNoWrap in GdipMeasureS...
2007-08-16  Evan Stadegdiplus: Handle StringFormatFlagsNoWrap in GdipDrawString.
2007-08-16  Evan Stadegdiplus: Fixed 2 GdipDrawString bugs.
2007-08-16  Evan Stadegdiplus: Added GdipMeasureString.
2007-08-15  Evan Stadegdiplus: Allow null-terminated strings in GdipDrawString.
2007-08-15  Evan Stadegdiplus: Added GdipSetTextRenderingHint/GdipGetTextRend...
2007-08-15  Evan Stadegdiplus: Added GdipAddPathBezierI.
2007-08-15  Evan Stadegdiplus: Added GdipDrawString.
2007-08-14  Evan Stadegdiplus: Added GdipDrawRectangles.
2007-08-14  Evan Stadegdiplus: Added GdipScaleWorldTransform.
2007-08-14  Evan Stadegdiplus: Added GdipRotateWorldTransform.
2007-08-14  Evan Stadegdiplus: Better handle UnitPixel pen width.
2007-08-14  Evan Stadegdiplus: Added GdipSetCompositingMode/GdipGetCompositin...
2007-08-10  Evan Stadegdiplus: Added GdipTranslateWorldTransform.
2007-08-10  Evan Stadegdiplus: Added GdipDrawImageRectRect.
2007-08-09  Evan Stadegdiplus: Added GdipFillRectangle.
2007-08-08  Evan Stadegdiplus: Updated GdipDrawRectangleI.
2007-08-08  Evan Stadegdiplus: Added GdipFillRectangleI.
2007-08-08  Evan Stadegdiplus: Fixed bug drawing custom caps.
2007-08-08  Evan Stadegdiplus: Don't prematurely release stream.
2007-08-08  Evan Stadegdiplus: Added GdipDrawImageI.
2007-08-08  Evan Stadegdiplus: Return width and height of metafiles.
2007-08-08  Evan Stadegdiplus: Added GdipCreateStreamOnFile.
2007-08-03  Evan Stadegdiplus: Removed old fixmes.
2007-08-03  Evan Stadegdiplus: Use custom cap base inset differently.
2007-08-02  Evan Stadegdiplus: Added GdipDrawLine.
2007-08-02  Evan Stadegdiplus: Added GdipFillPolygon.
2007-08-02  Evan Stadegdiplus: Don't suggest image size when converting WMF...
2007-08-01  Evan Stadegdiplus: Extend GdipDrawImagePointsRect.
2007-08-01  Evan Stadegdiplus: Fix memory leak in GdipCreateMetafileFromWMF.
2007-07-31  Evan Stadegdiplus: Partial implementation of GdipDrawImagePointsRect.
2007-07-31  Evan Stadegdiplus: Implemented GdipGetImageBounds for metafiles.
2007-07-31  Evan Stadegdiplus: Added GdipDrawImagePointsRect stub.
2007-07-31  Evan Stadegdiplus: Partial implementation of GdipCreateMetafileFr...
2007-07-30  Evan Stadegdiplus: Fixed a typo.
2007-07-30  Evan Stadegdiplus: Draw custom dashes.
2007-07-26  Evan Stadegdiplus: Fix memory leak.
2007-07-25  Evan Stadegdiplus: Added GdipCreateMetafileFromWmf stub.
2007-07-25  Evan Stadegdiplus: Limit fixme output.
2007-07-25  Evan Stadegdiplus: Added GdipCreateMetafileFromEmf stub.
2007-07-25  Evan Stadegdiplus: Make pen width depend on world transform.
2007-07-25  Evan Stadegdiplus: Create gdi pen every time gdi+ pen is used.
2007-07-25  Evan Stadegdiplus: Use world transform when drawing points.
2007-07-25  Evan Stadegdiplus: Added GdipSetWorldTransform/GdipGetWorldTransform.
2007-07-25  Evan Stadegdiplus: Added GdipSetPageScale/GdipGetPageScale.
2007-07-25  Evan Stadegdiplus: Added support for more page units.
2007-07-24  Evan Stadegdiplus: Use page unit when drawing.
2007-07-24  Evan Stadegdiplus: Added GdipSetPageUnit.
2007-07-24  Evan Stadegdiplus: Added GdipFillPolygonI.
next