po: Update French translation.
[wine] / dlls / gdiplus / brush.c
2012-04-26  Vincent Povirkgdiplus: Return OutOfMemory when creating a path gradie...
2012-04-26  Vincent Povirkgdiplus: Return OutOfMemory when creating a path gradie...
2012-04-25  Vincent Povirkgdiplus: Store only one surround color if all colors...
2012-04-25  Vincent Povirkgdiplus: Implement GdipSetPathGradientSigmaBlend.
2012-04-25  Vincent Povirkgdiplus: Implement GdipSetPathGradientLinearBlend.
2012-04-25  Vincent Povirkgdiplus: Implement GdipSetPathGradientBlend, with tests.
2012-04-25  Vincent Povirkgdiplus: Remove FIXME on implemented function.
2012-04-04  Vincent Povirkgdiplus: Implement path gradient transform setters.
2012-04-04  Vincent Povirkgdiplus: Set the wrap mode in the path gradient constru...
2012-04-04  Vincent Povirkgdiplus: Default path gradient center color depends...
2012-04-02  Vincent Povirkgdiplus: Forbid creating path gradients with fewer...
2012-04-02  Vincent Povirkgdiplus: Implement GdipGetPathGradientTransform.
2012-04-02  Vincent Povirkgdiplus: Implement path gradient preset blend accessors.
2012-04-02  Vincent Povirkgdiplus: Implement GdipGetPathGradientCenterColor.
2012-03-15  Vincent Povirkgdiplus: Implement path gradient surround color accessors.
2012-03-13  Vincent Povirkgdiplus: Set path gradient center points based on the...
2012-03-13  Vincent Povirkgdiplus: Add stub GdipGetPathGradientPath with tests.
2012-03-13  Vincent Povirkgdiplus: Store a real path in path gradient brushes.
2012-03-12  Dmitry Timoshkovgdiplus: Create GDI bitmap only when needed.
2012-03-09  Dmitry Timoshkovgdiplus: Create GDI brush only when needed.
2012-02-16  Dan Kegelgdiplus: Make GdipTranslateLineTransform stub lie and...
2011-04-13  AndrĂ© Hentschelgdiplus: Add a FIXME.
2011-03-28  Vincent Povirkgdiplus: Initialize the ImageAttributes in GdipCreateTe...
2011-03-11  Vincent Povirkgdiplus: Implement software rendering of texture brushes.
2011-02-15  Vincent Povirkgdiplus: Store an ImageAttributes in texture brushes.
2011-01-24  Vincent Povirkgdiplus: Add a software implementation of hatch brushes.
2010-11-01  Vincent Povirkgdiplus: Fix point conversion in GdipCreateLineBrushI.
2010-10-28  Vincent Povirkgdiplus: Reject linear gradients where the start and...
2010-08-23  Vincent Povirkgdiplus: Stub GdipGetPathGradientPresetBlend.
2010-08-23  Vincent Povirkgdiplus: Stub GdipTranslatePathGradientTransform.
2010-08-17  Vincent Povirkgdiplus: Stub GdipGetPathGradientTransform.
2010-08-17  Vincent Povirkgdiplus: Stub GdipSetPathGradientLinearBlend.
2010-08-17  Vincent Povirkgdiplus: Stub GdipScalePathGradientTransform.
2010-08-17  Vincent Povirkgdiplus: Stub GdipRotatePathGradientTransform.
2010-08-17  Vincent Povirkgdiplus: Stub GdipSetPathGradientTransform.
2010-08-03  Vincent Povirkgdiplus: Stub GdipMultiplyPathGradientTransform.
2010-08-03  Vincent Povirkgdiplus: Stub GdipGetPathGradientPresetBlendCount.
2010-07-05  Vincent Povirkgdiplus: Set result to NULL when CreatePathGradient...
2010-06-25  Vincent Povirkgdiplus: Always create path gradient brushes with blend...
2010-06-25  Vincent Povirkgdiplus: Stub GdipGetPathGradientCenterColor.
2010-06-25  Vincent Povirkgdiplus: Stub GdipMultiplyLineTransform.
2010-06-25  Vincent Povirkgdiplus: Stub GdipGetLineTransform.
2010-04-19  Vincent Povirkgdiplus: Use ddb's instead of dib's to create texture...
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.
next