richedit: Add an assert to point out what we're expecting.
[wine] / dlls / gdiplus /
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.
2008-07-07  Adam Petacciagdiplus: Implement GdipGetCellDescent.
2008-07-07  Adam Petacciagdiplus: Implement GdipGetCellAscent.
2008-07-07  Adam Petacciagdiplus: Tests for FontFamily properties.
2008-07-07  Adam Petacciagdiplus: Use a better framework for filling out FontFam...
2008-07-07  Adam Petacciagdiplus: Stub GdipGetFontHeightGivenDPI.
2008-07-07  Adam Petacciagdiplus: Stub GdipGetCellDescent.
2008-07-07  Adam Petacciagdiplus: Stub GdipGetCellAscent.
2008-07-07  Adam Petacciagdiplus: Stub GdipGetEmHeight.
2008-07-07  Adam Petacciagdiplus: Stub GdipGetLineSpacing.
2008-07-07  Adam Petacciagdiplus: Implement GdipCloneFontFamily.
2008-07-07  Adam Petacciagdiplus: Stub GdipCloneFontFamily.
2008-07-07  Adam Petacciagdiplus: test_getgenerics: Don't use a pointer-to-point...
2008-07-07  Adam Petacciagdiplus: test_fontfamily: Don't use a pointer-to-pointe...
2008-07-07  Adam Petacciagdiplus: Valgrind: fix warnings about using uninitializ...
2008-07-07  Jeff Smithgdiplus: Fix spec definition of GdipCreateBitmapFromHBI...
2008-07-07  Nikolay Sivovgdiplus: Check arguments in GdipPathIterNextSubpath.
2008-07-07  Nikolay Sivovgdiplus: Implementation of GdipPathIterGetSubpathCount...
2008-07-07  Nikolay Sivovgdiplus: GdipPathIterNextMarker implementation with...
2008-07-04  Nikolay Sivovgdiplus: Remove unnecessary cast from GdipAddPathRectangle.
2008-07-04  Nikolay Sivovgdiplus: Implemented GdipPathIterHasCurve with tests.
2008-07-03  Nikolay Sivovgdiplus: Construction/desctruction tests for PathIterator.
2008-07-03  Nikolay Sivovgdiplus: Added file for PathIterator testing.
2008-07-03  Nikolay Sivovgdiplus: Implementation of GdipPathIterEnumerate.
2008-07-03  Nikolay Sivovgdiplus: Implemented GdipDrawBeziers.
2008-07-03  Nikolay Sivovgdiplus: Implemented GdipCreateTextureIAI using float...
2008-07-03  Michael Stefaniucgdiplus: Remove redundant NULL check before GdipFree...
2008-07-03  Huw Daviesgdiplus: Add some more region stubs.
2008-07-02  Adam Petacciagdiplus: Test GdipCloneImage.
2008-07-02  Adam Petacciagdiplus: Stub GdipCloneImage.
2008-07-02  Adam Petacciagdiplus: Correct spec entry for GdipFlush.
2008-07-01  Nikolay Sivovgdiplus: GdipGetPathGradientWrapMode implementation.
2008-07-01  Nikolay Sivovgdiplus: GdipGetPathLastPoint implementation.
2008-07-01  Huw Daviesgdiplus: Add some region tests.
2008-07-01  Huw Daviesgdiplus: Add stubs for a few region functions.
2008-06-30  Adam Petacciagdiplus: Improve accuracy in calculating point sizes.
2008-06-30  Nikolay Sivovgdiplus: Fix uninitialized value jump and a leak in...
2008-06-30  Huw Daviesgdiplus: Fix a typo in the parameter validation check.
2008-06-27  Przemysław Białekgdiplus: Implementation of function GdipDrawEllipse.
2008-06-27  Nikolay Sivovgdiplus: Implemented GdipGetPenDashCap197819.
2008-06-27  Nikolay Sivovgdiplus: Implemented GdipGetPenWidth.
2008-06-27  Nikolay Sivovgdiplus: Implemetned GdipGetPenUnit.
2008-06-27  Nikolay Sivovgdiplus: Added GdipGetPenStartCap.
2008-06-27  Nikolay Sivovgdiplus: Implemented GdipGetPenLineJoin, GdipGetPenMite...
2008-06-27  Nikolay Sivovgdiplus: Implemented GdipGetPenEndCap.
2008-06-27  Nikolay Sivovgdiplus: Implemented GdipCloneImageAttributes.
2008-06-27  Joris Huizergdiplus: Change tmw field of GpFontFamily into an embed...
2008-06-27  Joris Huizergdiplus: font: Ensure to release resources.
2008-06-26  Nikolay Sivovgdiplus: Implementation of GdipAddPathPolygon with...
2008-06-26  Nikolay Sivovgdiplus: GdipClearPathMarkers implementation.
2008-06-26  Nikolay Sivovgdiplus: GdipSetPathMarker implementation.
2008-06-26  Nikolay Sivovgdiplus: GdipPathIterGetCount implementation.
2008-06-26  Nikolay Sivovgdiplus: Fix GdipGetPathData implementation and test.
2008-06-25  Adam Petacciagdiplus: Tests for new font functions.
2008-06-25  Adam Petacciagdiplus: Implement GdipGetFontSize.
2008-06-25  Adam Petacciagdiplus: Implement GdipGetFontUnit.
2008-06-25  Adam Petacciagdiplus: Implement GdipCreateFont.
2008-06-25  Adam Petacciagdiplus: Tests for GetGeneric*.
2008-06-25  Adam Petacciagdiplus: Tests for FontFamily.
2008-06-25  Adam Petacciagdiplus: Implement GdipGetGeneric*.
2008-06-25  Adam Petacciagdiplus: Implement GdipGetFamilyName.
2008-06-25  Adam Petacciagdiplus: Implement GdipDeleteFontFamily.
2008-06-25  Adam Petacciagdiplus: Implement GdipCreateFontFamilyFromName.
2008-06-21  Petr Dlouhýgdiplus: Stub implementation of GdipImageGetFrameDimens...
2008-06-20  Nikolay Sivovgdiplus: Implemented GdipGetPathData with test.
next