ntdll: Add parsing of the processor architecture in manifests.
[wine] / dlls / gdiplus /
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.
2007-07-09  Evan Stadegdiplus: Added GdipGetPathTypes.
2007-07-09  Evan Stadegdiplus: Added GdipGetPathPoints.
2007-07-09  Evan Stadegdiplus: Added GdipGetPointCount.
2007-07-09  Evan Stadegdiplus: Added GdipClosePathFigures.
2007-07-09  Evan Stadegdiplus: Added GdipClosePathFigure.
2007-07-09  Evan Stadegdiplus: Added GdipAddPathLine2.
2007-07-09  Evan Stadegdiplus: Added linecap rendering for GdipDrawBezier.
2007-07-09  Evan Stadegdiplus: Rendering of linecaps.
2007-07-06  Evan Stadegdiplus: Added SetPenEndCap.
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-25  Evan Stadegdiplus: Fix erroneous pen error checking.
2007-06-25  Evan Stadegdiplus: Fix broken graphics path constructor.
2007-06-22  Evan Stadegdiplus: Implemented GdipCreatePath and GdipDeletePath.
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-15  Evan Stadegdiplus: Brush tests.
2007-06-15  Evan Stadegdiplus: Brush implementation.
2007-06-14  Francois Gougetgdiplus: Add missing '\n' to ok() calls, Wine traces.
2007-06-13  Francois GougetAdd API documentation stubs to make winapi_check happy.
2007-06-13  Evan Stadegdiplus: Implemented GdipDrawRectangleI.
2007-06-13  Evan Stadegdiplus: Implemented GdipDrawLineI.
2007-06-13  Francois Gougetgdiplus: Add missing '\n' in Wine trace.
2007-06-12  Evan Stadegdiplus: Added first GDI+ graphics implementation.
2007-06-12  Evan Stadegdiplus: First pen test.
2007-06-12  Evan Stadegdiplus: First pen implementation.
2007-06-11  Evan Stadegdiplus: Added beginnings of memory and startup functions.
2007-05-29  Evan Stadegdiplus: Added stub implementation of gdiplus.dll.