user32: Add a test for WM_DISPLAYCHANGE.
[wine] / dlls / gdiplus / graphics.c
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.
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.