urlmon: Don't free structures that are used by asynchronous HttpSendRequest until...
[wine] / dlls / gdiplus /
2007-07-25  Evan Stadegdiplus: Added GdipLoadImageFromStreamICM stub.
2007-07-25  Evan Stadegdiplus: Added GdipDisposeImage stub.
2007-07-25  Evan Stadegdiplus: Added GdipCreateMetafileFromWmf stub.
2007-07-25  Evan Stadegdiplus: Added GdipGetImageType stub.
2007-07-25  Evan Stadegdiplus: Limit fixme output.
2007-07-25  Evan Stadegdiplus: Image getter stubs.
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 GdipCloneMatrix.
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-24  Evan Stadegdiplus: Implemented GdipSetSolidFillColor/GdipGetSolid...
2007-07-24  Evan Stadegdiplus/tests: Added pen brush fill test.
2007-07-24  Evan Stadegdiplus: Added GdipSetSolidFillColor and GdipGetSolidFi...
2007-07-24  Evan Stadegdiplus: Added GdipGetPenBrushFill.
2007-07-24  Evan Stadegdiplus: Added GdipGetPenColor stub.
2007-07-24  Evan Stadegdiplus: Added GdipSetPenBrushFill.
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 GdipSetPenStartCap.
2007-07-20  Evan Stadegdiplus: Updated GdipClonePen to clone pen's members...
2007-07-20  Evan Stadegdiplus: Added GdipCloneBrush.
2007-07-20  Evan Stadegdiplus: Associate a brush with a pen.
2007-07-20  Evan Stadegdiplus: Added rendering of custom line caps.
2007-07-20  Evan Stadegdiplus: Use atan2 instead of atan.
2007-07-20  Evan Stadegdiplus: Added custom line cap setters.
2007-07-20  Evan Stadegdiplus: Added GdipCloneCustomLineCap.
2007-07-20  Evan Stadegdiplus: Initial custom line caps implementation.
2007-07-20  Evan Stadegdiplus: Added GdipCreateMatrix.
2007-07-20  Evan Stadegdiplus: Added GdipRotateMatrix.
2007-07-20  Evan Stadegdiplus: Added GdipTranslateMatrix.
2007-07-20  Evan Stadegdiplus: Added GdipScaleMatrix.
2007-07-18  Evan Stadegdiplus: Added GdipMultiplyMatrix.
2007-07-18  Evan Stadegdiplus: Added GdipGetPenDashStyle.
2007-07-18  Evan Stadegdiplus: Added GdipClonePen.
2007-07-17  Evan Stadegdiplus: Added GdipAddPathBeziers.
2007-07-17  Evan Stadegdiplus: Added GdipSetPenDashStyle.
2007-07-17  Evan Stadegdiplus: Added GdipPathIterRewind.
2007-07-17  Evan Stadegdiplus: Added GdipPathIterNextSubpath.
2007-07-17  Evan Stadegdiplus: Added GdipPathIterCopyData.
2007-07-17  Evan Stadegdiplus: Initial path iterator implementation.
2007-07-17  Evan Stadegdiplus: Added GdipSetPenMiterLimit.
2007-07-17  Evan Stadegdiplus: Export GdipSetPenLineJoin.
2007-07-17  Evan Stadegdiplus: Added GdipSetPenLineCap197819.
2007-07-16  Evan Stadegdiplus: Added GdipFillPath.
2007-07-16  Evan Stadegdiplus: Simplified GdipDrawPath by moving more of...
2007-07-16  Evan Stadegdiplus: Added GpGraphics save/restore tests.
2007-07-16  Evan Stadegdiplus: Constructor tests for GpGraphics.
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-16  Evan Stadegdiplus: Added GdipSetPathFillMode.
2007-07-13  Evan Stadegdiplus: Added GdipAddPathPath test.
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: Added more GdipGetPathWorldBounds tests.
2007-07-13  Evan Stadegdiplus: Use passed pen in GdipAddPathWorldBound.
2007-07-13  Evan Stadegdiplus: Added GdipSetPenLineJoin.
2007-07-12  Evan Stadegdiplus: Changed the way the direction of the endcap...
2007-07-12  Evan Stadegdiplus: Added GdipGetPathWorldBounds test.
2007-07-12  Evan Stadegdiplus: Added GdipTransformMatrixPoints test.
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 GdipCreateMatrix2 test.
2007-07-12  Evan Stadegdiplus: Added GdipTransformMatrixPoints.
2007-07-12  Evan Stadegdiplus: Added basic matrix implementation.
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: Added GdipStartPathFigure.
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: Added GdipAddPathArc test.
2007-07-12  Evan Stadegdiplus: Added GdipAddPathArc.
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-11  Paul Vriensgdiplus: Don't use struct member before NULL check...
2007-07-10  Bernd Buschinskigdiplus: Fix test typo/compile error.
2007-07-10  Evan Stadegdiplus: Added a test for GdipAddPathLine2.
2007-07-10  Evan Stadegdiplus: Fixed bug in GdipGetPathPoints().
2007-07-10  Evan Stadegdiplus: Added constructor and destructor test for...
2007-07-10  Evan Stadegdiplus: Make LineCapArrowAnchor look more like it...
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.
next