po: Update French translation.
[wine] / dlls / gdi32 / brush.c
2012-05-24  Alexandre Julliardgdi32: Always store a copy of the bitmap bits for patte...
2012-01-10  Alexandre Julliardgdi32: Use the bitmap part of the DIBSECTION structure...
2012-01-10  Alexandre Julliardgdi32: Always store a DIBSECTION structure in the bitma...
2012-01-10  Alexandre Julliardgdi32: Get rid of the get_bitmap_funcs function.
2011-12-30  Alexandre Julliardgdi32: Pass a brush_pattern structure to the SelectPen...
2011-12-30  Alexandre Julliardgdi32: Pass a brush_pattern structure to the SelectBrus...
2011-12-30  Alexandre Julliardgdi32: Add sanity checks for brush hatch styles.
2011-12-29  Alexandre Julliardgdi32: Add a structure to store all the extra informati...
2011-12-12  Alexandre Julliardgdi32: Don't create a default color table for pattern...
2011-12-10  Alexandre Julliardgdi32: Simplify computation of the DIB header size...
2011-12-10  Alexandre Julliardgdi32: Make sure that biSizeImage always contains the...
2011-12-09  Alexandre Julliardgdi32: Remove the nb_colors fields in the bitmap object...
2011-11-08  Alexandre Julliardgdi32: Don't set the bitmap owner when selecting a...
2011-11-08  Alexandre Julliardgdi32: Use the CopyBitmap entry point to copy the bitma...
2011-11-08  Alexandre Julliardgdi32: Grab the bits directly for DIB pattern brushes...
2011-11-07  Alexandre Julliardgdi32: Return the original brush data in GetObject.
2011-11-07  Alexandre Julliardgdi32: Retrieve the brush pattern bits from the cache...
2011-11-03  Alexandre Julliardgdi32: Retrieve the bits of a pattern brush when it...
2011-11-02  Alexandre Julliardgdi32: Pass the full brush contents in the SelectBrush...
2011-11-02  Alexandre Julliardgdi32: Store internal brush data in separate fields...
2011-11-02  Alexandre Julliardgdi32: Sanitize the DIB information for DIB pattern...
2011-11-02  Alexandre Julliardgdi32: Store a pointer instead of a global handle for...
2011-11-01  Alexandre Julliardgdi32: Add some brush tests.
2011-09-08  Alexandre Julliardgdi32: Allocate the DIB driver on first use, and free...
2011-08-02  Frédéric Delanoydlls: Assorted spelling fixes.
2011-07-19  Alexandre Julliardgdi32: Add inline helpers to compute DIB stride and...
2011-04-18  Huw Daviesgdi32: Make sure that pattern brush bitmap's are create...
2011-03-16  Alexandre Julliardgdi32: Add null driver entry points for the bitmap...
2011-03-10  Alexandre Julliardgdi32: Add null driver entry points for the object...
2009-11-17  Alexandre Julliardgdi32: Disable SetSolidBrush16 since it requires access...
2009-09-26  Alexandre Julliardgdi32: BS_DIBPATTERN brushes use a 32-bit handle in...
2009-02-19  Rob Shearmangdi32: Move 16-bit functions not exported in gdi32...
2009-01-28  Alexandre Julliardgdi32: Release GDI handles before freeing the object.
2009-01-28  Alexandre Julliardgdi32: Allocate and initialize GDI objects before givin...
2009-01-28  Alexandre Julliardgdi32: Use the official constants instead of the old...
2009-01-27  Alexandre Julliardgdi32: Don't hold the GDI lock while calling the GetObj...
2009-01-27  Alexandre Julliardgdi32: Don't hold the GDI lock while calling the Delete...
2009-01-26  Michael Stefaniucgdi32: Remove superfluous pointer casts.
2008-11-25  Michael Stefaniucgdi32: Remove some superfluous casts.
2008-10-24  Michael Stefaniucgdi32: Don't cast the void pointer returned by GDI_GetO...
2008-08-18  Huw Daviesgdi32: Don't use biSizeImage for a BI_BITFIELDS dib.
2008-05-02  Huw Daviesgdi32: Rename DIB_BitmapInfoSize to bitmap_info_size...
2008-02-18  Alexandre Julliardgdi32: Get rid of the 16-bit GetObject functions.
2008-02-05  Alexandre Julliardgdi32: Get rid of DC_GetDCPtr in the GDI object functions.
2008-02-05  Alexandre Julliardgdi32: Get rid of a few more uses of DC_GetDCPtr.
2008-01-07  Andrew Talbotgdi32: Remove unneeded casts.
2007-09-27  Alexandre Julliardgdi32: Move the object refcount handling to the SelectO...
2007-09-27  Alexandre Julliardgdi32: Don't pass an object pointer to the SelectObject...
2007-08-21  Alexandre Julliardgdi32: Add separate functions for releasing/freeing...
2007-04-30  Andrew Talbotgdi32: Constify some variables.
2006-11-17  Alexandre Julliardgdi32: Get rid of the gdi.h include.
2006-10-20  Alexandre Julliardgdi32: Renamed the gdi directory to gdi32.