gdiplus: Print the GdipCreateHalftonePalette FIXME only once.
[wine] / dlls / gdiplus / brush.c
2010-03-29  Justin Chevriergdiplus: Add GdipGetPathGradientSurroundColorCount...
2010-03-29  Justin Chevrierinclude: Fix GdipSetPathGradientSurroundColorsWithCount...
2010-03-15  Vincent Povirkgdiplus: Don't crash when creating a texture with NULL...
2010-02-16  Marcus Meissnergdiplus: Dereference texture after checking it for...
2010-02-15  Vincent Povirkgdiplus: Implement GdipGetTextureImage.
2010-02-15  Vincent Povirkgdiplus: Store an image in texture brushes, and use...
2010-02-15  Vincent Povirkgdiplus: Use GdipCloneBitmapArea to get bitmap areas...
2010-02-15  Vincent Povirkgdiplus: Copy hatch brushes using the create function.
2010-02-08  Vincent Povirkgdiplus: Use linear gradient brush angles.
2009-12-28  Vincent Povirkgdiplus: Add traces to unimplemented functions in brush.c.
2009-12-28  Vincent Povirkgdiplus: Add some traces for the values of point arguments.
2009-12-21  Vincent Povirkgdiplus: Add traces for values of newly-created brushes.
2009-10-09  Vincent Povirkgdiplus: Add some hatch brushes not present in gdi.
2009-10-09  Vincent Povirkgdiplus: Use gdi texture brushes to draw hatch brushes.
2009-09-15  Vincent Povirkgdiplus: Store preset blends in linear gradient brushes.
2009-09-15  Vincent Povirkgdiplus: Stub GdipGetLinePresetBlend[Count].
2009-09-08  Vincent Povirkgdiplus: Stub GdipScaleLineTransform.
2009-09-08  Vincent Povirkgdiplus: Stub GdipResetLineTransform.
2009-09-08  Vincent Povirkgdiplus: Fix a copy outside allocated memory in GdipCre...
2009-08-29  Vincent Povirkgdiplus: Don't use IPicture to manage the HDC associate...
2009-08-29  Vincent Povirkgdiplus: Add and use an HBITMAP field in GpBitmap objects.
2009-08-04  Vincent Povirkgdiplus: Fix rectangles of horizontal and vertical...
2009-07-13  Vincent Povirkgdiplus: Implement GdipSetLineLinearBlend.
2009-06-10  Vincent Povirkgdiplus: Stub GdipSetPathGradientPresetBlend.
2009-05-21  Vincent Povirkgdiplus: Implement partially transparent solid fill...
2009-05-08  Vincent Povirkgdiplus: Use the mode passed to GdipCreateLineBrushFrom...
2009-05-08  Vincent Povirkgdiplus: Store the rect passed to GdipCreateLineBrushFr...
2009-05-08  Vincent Povirkgdiplus: Store the rectangle in line gradient brushes.
2009-05-05  Vincent Povirkgdiplus: Implement GdipSetLineSigmaBlend.
2009-04-29  Vincent Povirkgdiplus: Implement GdipGetLineBlend.
2009-04-29  Vincent Povirkgdiplus: Implement GdipGetLineBlendCount.
2009-04-29  Vincent Povirkgdiplus: Implement GdipSetLineBlend.
2009-04-29  Vincent Povirkgdiplus: Add blend information to linear gradient brushes.
2009-04-29  Vincent Povirkgdiplus: Stub GdipGetLineBlend.
2009-04-29  Vincent Povirkgdiplus: Stub GdipGetLineBlendCount.
2009-01-16  Alexandre Julliardgdiplus: Fix a typo that breaks the Mingw build.
2009-01-12  Chris Wulffgdiplus: Implement hatch brush accessor functions.
2009-01-12  Chris Wulffgdiplus: Partial implementation of GdipCreateHatchBrush.
2008-12-27  Nikolay Sivovgdiplus: Stub for GdipRotateLineTransform.
2008-12-05  Nikolay Sivovgdiplus: Added GdipScaleTextureTransform.
2008-12-05  Michael Stefaniucgdiplus: Reduce the number of casts by using the proper...
2008-12-03  Nikolay Sivovgdiplus: Added GdipMultiplyTextureTransform.
2008-12-03  Nikolay Sivovgdiplus: Added GdipRotateTextureTransform.
2008-12-03  Nikolay Sivovgdiplus: Added GdipTranslateTextureTransform.
2008-10-22  Nikolay Sivovgdiplus: Added Gdip[Get/Set]TextureWrapMode.
2008-09-30  Lei Zhanggdiplus: Free memory on a failure.
2008-09-30  Lei Zhanggdiplus: Allocate enough space for BITMAPINFO in GdipCr...
2008-09-25  Nikolay Sivovgdiplus: Implemented GdipResetTextureTransform.
2008-09-25  Nikolay Sivovgdiplus: Implemented GdipSetTextureTransform with tests.
2008-09-25  Nikolay Sivovgdiplus: Implement GdipGetTextureTransform with test.
2008-09-25  Nikolay Sivovgdiplus: Stub for GdipSetPathGradientBlend.
2008-09-15  Francois Gougetgdiplus: Add some documentation stubs to make winapiche...
2008-09-05  Francois Gougetgdiplus: Add/fix the trailing '\n' in Wine traces.
2008-09-03  Nikolay Sivovgdiplus: GdipGetLineGammaCorrection should check result...
2008-09-03  Nikolay Sivovgdiplus: Add TRACE(..) for brush calls.
2008-09-02  Adam Petacciagdiplus: Implement GdipCreateTexture2I.
2008-09-02  Adam Petacciagdiplus: Implement GdipCreateTexture2.
2008-09-02  Adam Petacciagdiplus: Implement GdipCreateTexture.
2008-09-02  Adam Petacciagdiplus: Stub GdipCreateTexture2I.
2008-09-02  Adam Petacciagdiplus: Stub GdipCreateTexture2.
2008-09-02  Adam Petacciagdiplus: Stub GdipCreateTexture.
2008-09-02  Adam Petacciagdiplus: Stub GdipTranslateLineTransform.
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-09  Nikolay Sivovgdiplus: Semi-stub for GdipCreateLineBrushFromRectWithA...
2008-07-08  Nikolay Sivovgdiplus: GdipGetLineWrapMode implementation.
2008-07-03  Nikolay Sivovgdiplus: Implemented GdipCreateTextureIAI using float...
2008-07-01  Nikolay Sivovgdiplus: GdipGetPathGradientWrapMode implementation.
2008-06-20  Nikolay Sivovgdiplus: Check pointer in GdipGetLineRectI.
2008-04-30  Nikolay Sivovgdiplus: Implemented GdipSetPathGradientCenterPointI.
2008-04-29  Nikolay Sivovgdiplus: Implemented GdipGetPathGradientCenterPointI.
2008-04-28  Nikolay Sivovgdiplus: Implemented GdipCreateLineBrushFromRect.
2008-04-28  Nikolay Sivovgdiplus: Implemented GdipCreatePathGradientI.
2008-04-24  Nikolay Sivovgdiplus: Implemented GdipSetLineColors.
2008-04-24  Nikolay Sivovgdiplus: Implemented GdipGetLineColors.
2008-04-24  Nikolay Sivovgdiplus: Implemented GdipGetLineRect/GdipGetLineRectI.
2008-04-21  Nikolay Sivovgdiplus: GdipCreateLineBrushI implemented using float...
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.
2007-08-15  Evan Stadegdiplus: Added GdipSetLineBlend stub.
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-08  Evan Stadegdiplus: Added GdipCreateLineBrushFromRectI.
2007-08-08  Evan Stadegdiplus: Updated brush cloner/deleter.
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-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.
next