Spelling fixes.
[wine] / dlls / gdiplus /
2008-04-11  Lei Zhanggdiplus: Add a stub for GdipSetMetafileDownLevelRasteri...
2008-04-11  Lei Zhanggdiplus: Add a stub for GdipSetLineTransform.
2008-04-11  Lei Zhanggdiplus: Add a stub for GdipSetLinePresetBlend.
2008-04-11  Lei Zhanggdiplus: Add a stub for GdipSetLineLinearBlend.
2008-04-11  Lei Zhanggdiplus: Add a stub for GdipSetLineColors.
2008-04-11  Lei Zhanggdiplus: Add a stub for GdipSetInfinite.
2008-04-11  Lei Zhanggdiplus: Add a stub for GdipSetImageAttributesToIdentity.
2008-04-11  Lei Zhanggdiplus: Add a stub for GdipSetImageAttributesThreshold.
2008-04-11  Lei Zhanggdiplus: Add a stub for GdipSetImageAttributesRemapTable.
2008-04-10  Lei Zhanggdiplus: Add a stub for GdipSetImageAttributesOutputCha...
2008-04-10  Lei Zhanggdiplus: Add a stub for GdipSetImageAttributesOutputCha...
2008-04-10  Lei Zhanggdiplus: Add a stub for GdipSetImageAttributesNoOp.
2008-04-10  Lei Zhanggdiplus: Add a stub for GdipSetImageAttributesGamma.
2008-04-10  Lei Zhanggdiplus: Add a stub for GdipSetImageAttributesCachedBac...
2008-04-10  Lei Zhanggdiplus: Add a stub for GdipSetEmpty.
2008-04-10  Lei Zhanggdiplus: Add a stub for GdipSetEffectParameters.
2008-04-10  Lei Zhanggdiplus: Add a stub for GdipSetCustomLineCapWidthScale.
2008-04-10  Lei Zhanggdiplus: Add a stub for GdipSetCustomLineCapStrokeJoin.
2008-04-10  Lei Zhanggdiplus: Add a stub for GdipSetCustomLineCapBaseInset.
2008-04-10  Lei Zhanggdiplus: Add a stub for GdipGetCustomLineCapBaseInset.
2008-04-10  Lei Zhanggdiplus: Add a stub for GdipSetCustomLineCapBaseCap.
2008-04-10  Lei Zhanggdiplus: Add a stub for GdipSetClipRegion.
2008-04-09  Lei Zhanggdiplus: Add a stub for GdipSetClipRectI.
2008-04-04  Austin EnglishSpelling fixes.
2008-03-25  Michael Stefaniucgdiplus: Remove break after return (Smatch).
2008-03-24  Sean Huckinsgdiplus: Implementation of GdipCreateBitmapFromHBITMAP.
2008-03-17  Nathan Beckmanngdiplus: Fix test crash in GdipSaveImageToStream.
2008-03-12  Michael Stefaniucgdiplus/tests: Remove redundant NULL check before GdipF...
2008-03-10  Nathan Beckmanngdiplus: Add more sophisticated tests for GdipSaveImage...
2008-03-10  Nathan Beckmanngdiplus: Implement BMP encoding.
2008-03-10  Nathan Beckmanngdiplus: Implement GdipSaveImageToStream using encoders.
2008-03-10  Nathan Beckmanngdiplus: Implement GdipSaveImageToFile via GdipSaveImag...
2008-03-10  Nathan Beckmanngdiplus: Remove unnecessary IStream_AddRef from GdipLoa...
2008-03-10  Nathan Beckmanngdiplus: Return an error for consecutive GdipLockBitmap...
2008-03-10  Nathan Beckmanngdiplus: Update bitmap state in GdipUnlockBitmapBits.
2008-03-10  Nathan Beckmanngdiplus: Fix memory leak in GdipLockBitmapBits.
2008-03-10  Nathan Beckmanngdiplus: Tests for GdipLockBitmapBits/GdipUnlockBitmapBits.
2008-03-07  Nathan Beckmanngdiplus: Implement GdipGetImageEncoders.
2008-03-06  Ethan Chengdiplus: Implemented GdipCreateBitmapFromFileICM.
2008-03-06  Nathan Beckmanngdiplus: Fix errors in image dimensions.
2008-03-04  Rob Shearmanmakefiles: Simplify the use of the IMPORTLIB variable...
2008-03-03  Nathan Beckmanngdiplus: Implement GdipLoadImageFromFile.
2008-03-03  Nathan Beckmanngdiplus: Add tests for GdipCreateBitmapFromFile.
2008-03-03  Nathan Beckmanngdiplus: Fix IStream_Release in GdipCreateBitmapFromFile.
2008-03-03  Francois Gougetgdiplus/tests: Add the trailing '\n' to a couple of...
2008-03-01  Jon Yanggdiplus: Implemented GdipDrawImageRectRectI.
2008-03-01  Andrew Talbotgdiplus: Assign to structs instead of using memcpy.
2008-02-29  Royal Changdiplus: Implement GdipDrawLinesI based on GdipDrawLines.
2008-02-29  Jon Yanggdiplus: Implemented and tested GdipGetImageDimension().
2008-02-26  Royal Changdiplus: Added conformance tests for GdipDrawLineI.
2008-02-26  Royal Changdiplus: GdipDrawArc should return InvalidParameter...
2008-02-26  Royal Chandiplus: Implemented GdipDrawArcI based on GdipDrawArc.
2008-02-26  Royal Chandiplus: Implement GdipDrawBezierI based on GdipDrawBezier.
2008-02-15  Royal Changdiplus: draw_polyline never sets status from GenericEr...
2008-02-05  Reece H. Dunngdiplus: Fix the bezier arc path test on all Windows...
2008-02-05  Alistair Leslie... gdiplus: Add GdipSetStringFormatFlags stub.
2008-02-05  Alistair Leslie... gdiplus: Add GdipSetPenMode stub.
2008-01-14  Dan Kegelgdiplus/tests: Don't free if alloc failed.
2008-01-08  Andrew Talbotgdiplus: Remove unneeded casts.
2007-12-31  Michael Stefaniucjanitorial: Remove superfluous backslashes at end of...
2007-12-31  Lei Zhanggdiplus: Add GdipCreatePen2 and test cases.
2007-12-31  Lei Zhanggdiplus: Initialize a variable in a test.
2007-12-23  Stefan Leichtergdiplus: Partly implement GdipCreateFromHDC2
2007-12-20  Andrew Riedigdiplus: Add GdipCreateHBITMAPFromBitmap() stub.
2007-12-06  Alexandre JulliardRemoved some unneeded imports.
2007-09-27  Andrew Talbotgdiplus: Fix some memory leaks.
2007-08-30  Francois GougetAssorted non-ANSI function declaration fixes (missing...
2007-08-30  Francois Gougetgdiplus: Add some missing or related prototypes and...
2007-08-16  Evan Stadegdiplus: Fix default value of StringTrimmingCharacter.
2007-08-16  Evan Stadegdiplus/tests: Added GpStringFormat tests.
2007-08-16  Evan Stadegdiplus/tests: Added GdipAddPathLineI test.
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: Added GdipDeleteStringFormat.
2007-08-15  Evan Stadegdiplus: Added GdipSetStringFormatLineAlign/GdipGetStri...
2007-08-15  Evan Stadegdiplus: Allow null-terminated strings in GdipDrawString.
2007-08-15  Evan Stadegdiplus: Added GdipSetLineBlend stub.
2007-08-15  Evan Stadegdiplus: Added GdipSetStringFormatHotkeyPrefix/GdipGetS...
2007-08-15  Evan Stadegdiplus: Added GdipGetStringFormatTrimming/GdipSetStrin...
2007-08-15  Evan Stadegdiplus: Added GdipGetStringFormatAlign/GdipSetStringFo...
2007-08-15  Evan Stadegdiplus: Added GdipAddPathLineI.
2007-08-15  Evan Stadegdiplus: Added GdipSetTextRenderingHint/GdipGetTextRend...
2007-08-15  Evan Stadegdiplus: Added GdipAddPathBezierI.
2007-08-15  Evan Stadegdiplus: Added string format constructor.
2007-08-15  Evan Stadegdiplus: Save elements of font's style.
2007-08-15  Evan Stadegdiplus: Added more font tests.
2007-08-15  Evan Stadegdiplus: Added GdipDeleteFont.
2007-08-15  Evan Stadegdiplus: Fixed conformance of font constructor.
2007-08-15  Evan Stadegdiplus: Added font tests.
2007-08-15  Evan Stadegdiplus: Added GdipGetLogFontW.
2007-08-15  Evan Stadegdiplus: Added GdipDrawString.
2007-08-14  Evan Stadegdiplus: Added GdipCreateFontFromLogfontA.
2007-08-14  Evan Stadegdiplus: Added font constructor.
2007-08-14  Evan Stadegdiplus: Added GdipDrawRectangles.
2007-08-14  Evan Stadegdiplus: Added GdipScaleWorldTransform.
next