comctl32/tests: We can now store binary files in the repository.
[wine] / dlls / gdiplus /
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.
2007-08-14  Evan Stadegdiplus: Added GdipRotateWorldTransform.
2007-08-14  Evan Stadegdiplus: Better handle UnitPixel pen width.
2007-08-14  Evan Stadegdiplus: Added GdipSetCompositingMode/GdipGetCompositin...
2007-08-13  Evan Stadegdiplus: Fix test to pass in Windows.
2007-08-10  Evan Stadegdiplus: Added GdipConvertToEmfPlus stub.
2007-08-10  Evan Stadegdiplus: Added GdipTranslateWorldTransform.
2007-08-10  Evan Stadegdiplus: Better error checking in GdipBitmapLockBits.
2007-08-10  Evan Stadegdiplus: Added GdipSetTextureTransform stub.
2007-08-10  Evan Stadegdiplus: Updated GdipCloneBrush, GdipDeleteBrush.
2007-08-10  Evan Stadegdiplus: Added GdipCreateTextureIA.
2007-08-10  Evan Stadegdiplus: Added GdipDrawImageRectRect.
2007-08-10  Evan Stadegdiplus: Replace GetDC(0) with CreateCompatibleDC(0).
2007-08-10  Evan Stadegdiplus: Added GdipGetImageGraphicsContext.
2007-08-09  Evan Stadegdiplus: Added GdipCreateBitmapFromGraphics stub.
2007-08-09  Evan Stadegdiplus: Fixed conformance of GdipCreateBitmapFromScan0.
2007-08-09  Evan Stadegdiplus/tests: Added GdipCreateBitmapFromScan0 test.
2007-08-09  Evan Stadegdiplus: Added GdipSetImagePalette stub.
2007-08-09  Evan Stadegdiplus: Added GdipFillRectangle.
2007-08-09  Evan Stadegdiplus: Added GdipGetPenDashOffset/GdipSetPenDashOffset.
2007-08-09  Evan Stadegdiplus: Added GdipCreatePath2.
2007-08-08  Evan Stadegdiplus: Updated GdipDrawRectangleI.
2007-08-08  Evan Stadegdiplus: Added GdipFillRectangleI.
2007-08-08  Evan Stadegdiplus: Added GdipCreateLineBrushFromRectI.
2007-08-08  Evan Stadegdiplus: Updated brush cloner/deleter.
2007-08-08  Evan Stadegdiplus: Added GdipSetCustomLineCapStrokeCaps stub.
2007-08-08  Evan Stadegdiplus: Added GdipSetImageAttributesColorMatrix stub.
2007-08-08  Evan Stadegdiplus: Fixed bug drawing custom caps.
2007-08-08  Evan Stadegdiplus: Added GdipGetLineGammaCorrection/GdipSetLineGa...
2007-08-08  Evan Stadegdiplus: Added GdipSetLineSigmaBlend stub.
2007-08-08  Evan Stadegdiplus: Added GdipSetLineWrapMode.
2007-08-08  Evan Stadegdiplus: Added GdipCreateLineBrush.
2007-08-08  Evan Stadegdiplus: Make GdipGetMetafileHeaderFromMetafile return Ok.
2007-08-08  Evan Stadegdiplus: GdipLoadImageFromStream makes initializations.
2007-08-08  Evan Stadegdiplus: Don't prematurely release stream.
2007-08-08  Evan Stadegdiplus: Added GdipDrawImageI.
2007-08-08  Evan Stadegdiplus: Return width and height of metafiles.
2007-08-08  Evan Stadegdiplus: Added GdipCreateBitmapFromFile.
2007-08-08  Evan Stadegdiplus: Added GdipCreateStreamOnFile.
2007-08-08  Evan Stadegdiplus: Added GdipBitmapLockBits.
2007-08-06  Evan Stadegdiplus: Added GdipImageSelectActiveFrame stub.
2007-08-06  Evan Stadegdiplus: Added GdipGetImagePixelFormat.
2007-08-06  Evan Stadegdiplus: Added GdipImageGetFrameDimensionsList stub.
2007-08-06  Evan Stadegdiplus: Added GdipCreateBitmapFromStream.
2007-08-06  Evan Stadegdiplus: Allow non-default GdiplusStartupInput.
2007-08-03  Evan Stadegdiplus: Removed old fixmes.
2007-08-03  Evan Stadegdiplus: Use custom cap base inset differently.
2007-08-03  Evan Stadegdiplus: Added GdipG/SetPathGradientFocusScales.
2007-08-03  Evan Stadegdiplus: Added GdipG/SetPathGradientCenterPoint.
2007-08-03  Evan Stadegdiplus: Updated GpBrush functions.
2007-08-03  Evan Stadegdiplus: Added GdipS/GetPathGradientGammaCorrection.
2007-08-03  Evan Stadegdiplus: Added GdipSetPathGradientSigmaBlend stub.
2007-08-03  Evan Stadegdiplus: Added GdipS/GetPathGradientSurroundColorsWithC...
2007-08-03  Evan Stadegdiplus: Added GdipCreatePathGradient.
2007-08-03  Evan Stadegdiplus: Added GdipGetPathGradientPointCount.
2007-08-03  Francois Gougetgdiplus: Fix a couple of prototypes in the spec file.
2007-08-03  Francois Gougetgdiplus: Use the gdiplus type, REAL, rather than FLOAT.
2007-08-02  Evan Stadegdiplus: Added GdipSetPathGradientWrapMode.
2007-08-02  Evan Stadegdiplus: Added GdipSetPathGradientCenterColor.
2007-08-02  Evan Stadegdiplus: Added solid-color path gradient brush implemen...
2007-08-02  Evan Stadegdiplus: Added GdipDrawLine.
2007-08-02  Evan Stadegdiplus: Added GdipSetPenWidth.
2007-08-02  Evan Stadegdiplus: Added GdipFillPolygon.
2007-08-02  Evan Stadegdiplus: Added GdipClonePath.
2007-08-02  Evan Stadegdiplus: Added GdipIsOutlineVisiblePathPointI stub.
2007-08-02  Evan Stadegdiplus: Don't suggest image size when converting WMF...
2007-08-01  Evan Stadegdiplus: Extend GdipDrawImagePointsRect.
next