gdiplus: Implemented GdipFillClosedCurve2[I].
[wine] / dlls / gdiplus /
2008-08-22  Nikolay Sivovgdiplus: Implemented GdipFillClosedCurve2[I].
2008-08-19  Nikolay Sivovgdiplus: Implemented GdipPathIterNextMarkerPath with...
2008-08-18  Nikolay Sivovgdiplus: Implemented GdipResetWorldTransform.
2008-08-18  Nikolay Sivovgdiplus: Implemented GdipPathIterNextSubpathPath with...
2008-08-18  Nikolay Sivovgdiplus: Implemented GdipPathIterIsValid with tests.
2008-08-05  Adam Petacciagdiplus: Skip the generic font tests if we don't have...
2008-08-05  Adam Petacciagdiplus: Add another test to getregiondata.
2008-08-05  Adam Petacciagdiplus: Implement GdipCombineRegionPath.
2008-08-05  Adam Petacciagdiplus: Implement GdipCombineRegionRegion.
2008-08-05  Adam Petacciagdiplus: Implement GdipCombineRegionRectI.
2008-08-05  Adam Petacciagdiplus: Implement GdipCombineRegionRect.
2008-08-05  Adam Petacciagdiplus: Implement GdipCloneRegion.
2008-08-05  Adam Petacciagdiplus: Implement GdipCreateRegionRectI.
2008-08-05  Adam Petacciagdiplus: Implement GdipCreateRegionRect.
2008-08-05  Adam Petacciagdiplus: Implement GdipCreateRegionPath.
2008-08-05  Adam Petacciagdiplus: Implement GdipGetRegionData.
2008-08-05  Nikolay Sivovgdiplus: Implemented GdipAddPathPie/GdipAddPathPieI...
2008-08-05  Nikolay Sivovgdiplus: Implemented GdipReversePath with tests.
2008-08-04  Nikolay Sivovgdiplus: Implemented GdipAddPathClosedCurve/GdipAddPath...
2008-08-04  Nikolay Sivovgdiplus: Implemented GdipAddPathClosedCurve2I using...
2008-08-04  Nikolay Sivovgdiplus: Implemented GdipAddPathClosedCurve2 with tests.
2008-08-04  Nikolay Sivovgdiplus: Implemented GdipAddPathCurve/GdipAddPathCurveI.
2008-08-04  Nikolay Sivovgdiplus: Implemented GdipAddPathCurve2I using GdipAddPa...
2008-08-04  Nikolay Sivovgdiplus: Implemented GdipAddPathCurve2 with tests.
2008-08-04  Nikolay Sivovgdiplus: Move some Beziers helpers to gdiplus.c to...
2008-08-04  Nikolay Sivovgdiplus: Implemented GdipFillPolygon2/GdipFillPolygon2I.
2008-08-01  Nikolay Sivovgdiplus: Implemented GdipGetPenCustom[Start/End]Cap.
2008-07-31  Nikolay Sivovgdiplus: Implemented Gdip[Get/Set]PenMode.
2008-07-30  Nikolay Sivovgdiplus: Implemented GdipStringFormatGetGenericDefault...
2008-07-30  Nikolay Sivovgdiplus: Use LANG_NEUTRAL instead of 0.
2008-07-30  Nikolay Sivovgdiplus: Implemented Gdip[Get/Set]StringFormatTabStops...
2008-07-30  Nikolay Sivovgdiplus: GdipGetStringFormatTabStopCount implementation...
2008-07-29  Nikolay Sivovgdiplus: GdipStringFormatGetGenericTypographic implemented.
2008-07-29  Nikolay Sivovgdiplus: GdipSetStringFormatDigitSubstitution implemented.
2008-07-29  Nikolay Sivovgdiplus: GdipGetStringFormatDigitSubstitution implemented.
2008-07-29  Nikolay Sivovgdiplus: Add a test that shows GdipCreateFontFromLogfon...
2008-07-28  Francois GougetAdd some API documentation stubs to make winapi_check...
2008-07-28  Francois Gougetgdiplus: Add a trailing '\n' to a Wine trace.
2008-07-28  Nikolay Sivovgdiplus: Implemented GdipGetCustomLineCapWidthScale...
2008-07-28  Nikolay Sivovgdiplus: Implemented GdipGetCustomLineCapBaseInset...
2008-07-28  Nikolay Sivovgdiplus: Implemented GdipSetCustomLineCapStrokeJoin...
2008-07-28  Nikolay Sivovgdiplus: Implemented GdipGetCustomLineCapStrokeJoin...
2008-07-28  Nikolay Sivovgdiplus: Added testfile for customlinecap + constr...
2008-07-25  Adam Petacciagdiplus: Stub GdipIsStyleAvailable.
2008-07-25  Adam Petacciagdiplus: Implement GdipGetRegionDataSize.
2008-07-25  Adam Petacciagdiplus: Implement GdipSetInfinite.
2008-07-25  Adam Petacciagdiplus: Implement GdipSetEmpty.
2008-07-25  Adam Petacciagdiplus: Implement GdipDeleteRegion.
2008-07-25  Adam Petacciagdiplus: Implement GdipCreateRegion and mark the tests...
2008-07-24  Nikolay Sivovgdiplus: Fix swapped got-expected in brush test.
2008-07-23  Adam Petacciagdiplus: Stub GdipGetFontCollectionFamilyList.
2008-07-23  Adam Petacciagdiplus: Stub GdipGetFontCollectionFamilyCount.
2008-07-23  Adam Petacciagdiplus: Stub GdipPrivateAddFontFile.
2008-07-23  Adam Petacciagdiplus: Stub GdipDeletePrivateFontCollection.
2008-07-23  Adam Petacciagdiplus: Stub GdipNewPrivateFontCollection.
2008-07-23  Nikolay Sivovgdiplus: Implemented GdipGetPathGradientRect with test.
2008-07-22  Nikolay Sivovgdiplus: Implement GdipGetPathGradientBlend with basic...
2008-07-22  Nikolay Sivovgdiplus: implemeted GdipGetPathGradientBlendCount with...
2008-07-21  Lei Zhanggdiplus: Add tests for passing negative strides to...
2008-07-21  Huw Daviesgdiplus: Remove incorrect test.
2008-07-18  Huw Daviesgdiplus: Skip some tests if certain fonts are not insta...
2008-07-17  Nikolay Sivovgdiplus: Make GdipInvertMatrix test pass on native...
2008-07-17  Nikolay Sivovgdiplus: Fix for GdipPathIterNextMarker to handle path...
2008-07-17  Nikolay Sivovgdiplus: Fix GdipCreatePathIter to handle NULL as path...
2008-07-17  Nikolay Sivovgdiplus: Implemented GdipCreateBitmapFromResource.
2008-07-11  Andrew Talbotgdiplus: Remove unneeded address-of operator from array...
2008-07-11  Nikolay Sivovgdiplus: Implemented GdipGetPenDashCount.
2008-07-11  Nikolay Sivovgdiplus: Implemented GdipSetPenDashCap197819.
2008-07-11  Nikolay Sivovgdiplus: GdipFillRegion actually belongs to Graphics.
2008-07-10  Alexandre Julliardgdiplus/tests: Don't test returned value if the call...
2008-07-10  Huw Daviesgdiplus: Partial implementation of GdipCreateBitmapFrom...
2008-07-10  Huw Daviesgdiplus: Stubs for GdipIsVisiblePathPoint[I].
2008-07-10  Huw Daviesgdiplus: Implement GdipCreateMetafileFromWmfFile.
2008-07-10  Huw Daviesgdiplus: Add stubs for GdipTransformPoints[I].
2008-07-10  Francois Gougetgdiplus: Add/fix the trailing '\n' to Wine traces.
2008-07-10  Francois GougetAssorted spelling fixes.
2008-07-10  Adam Petacciagdiplus: Add another helper macro to deal with magic...
2008-07-10  Adam Petacciagdiplus: Add a test for a floating-point triangle.
2008-07-10  Adam Petacciagdiplus: Add more tests for regions and paths.
2008-07-10  Adam Petacciagdiplus: Test for CharacterRange.
2008-07-10  Adam Petacciagdiplus: Stub GdipFillRegion.
2008-07-10  Adam Petacciagdiplus: Stub GdipMeasureCharacterRanges.
2008-07-10  Adam Petacciagdiplus: Stub GdipSetStringFormatMeasurableCharacterRanges.
2008-07-10  Adam Petacciagdiplus: Stub GdipGetStringFormatMeasurableCharacterRan...
2008-07-10  Adam Petacciagdiplus: GdipMeasureString: .spec file fix.
2008-07-10  Adam Petacciagdiplus: Implement GdipGetStringFormatFlags.
2008-07-10  Adam Petacciagdiplus: Stub GdipStringFormatGetGenericDefault.
2008-07-10  Francois Gougetgdiplus/tests: Spelling fix.
2008-07-10  Huw Daviesgdiplus: Add some defines for the magic values.
2008-07-10  Huw Daviesgdiplus: Add some tests for regions with paths and...
2008-07-09  Nikolay Sivovgdiplus: Implemented GdipDrawClosedCurve and GdipDrawCl...
2008-07-09  Nikolay Sivovgdiplus: Implemeted GdipDrawClosedCurve2 and GdipDrawCl...
2008-07-09  Nikolay Sivovgdiplus: Semi-stub for GdipCreateLineBrushFromRectWithA...
2008-07-08  Nikolay Sivovgdiplus: Implemented GdipShearMatrix with tests.
2008-07-08  Huw Daviesgdiplus: Add a test to show that bitmap fonts aren...
2008-07-08  Nikolay Sivovgdiplus: GdipInvertMatrix implementation with tests.
2008-07-08  Nikolay Sivovgdiplus: GdipIsMatrixInvertible implementation with...
2008-07-08  Nikolay Sivovgdiplus: GdipGetLineWrapMode implementation.
2008-07-07  Alexandre Julliardgdiplus: Store the family name directly in the GpFontFa...
2008-07-07  Adam Petacciagdiplus: Implement GdipGetEmHeight.
next