po: Update French translation.
[wine] / dlls / gdi32 / gdi_private.h
2012-05-24  Alexandre Julliardgdi32: Always store a copy of the bitmap bits for patte...
2012-05-08  Alexandre Julliardgdi32: Add a priority mechanism for pushing drivers...
2012-04-30  Alexandre Julliardgdi32: Add support for clipping source coordinates...
2012-04-16  Alexandre Julliardgdi32: Add helper functions for manipulating bounds...
2012-04-10  Alexandre Julliardgdi32: Add explicit fields for the DC flags.
2012-03-29  Huw Daviesgdi32: Implement CreateScalableFontResource.
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-29  Alexandre Julliardgdi32: Add a structure to store all the extra informati...
2011-12-28  Alexandre Julliardgdi32: Add a helper function to add a rectangle to...
2011-12-27  Alexandre Julliardgdi32: Add a helper function to compute the list of...
2011-12-13  Alexandre Julliardgdi32: Implement GetPixel in the null driver using...
2011-12-12  Alexandre Julliardgdi32: Store the default color tables as static data.
2011-12-10  Alexandre Julliardgdi32: Simplify computation of the DIB header size...
2011-12-10  Alexandre Julliardgdi32: Always use biClrUsed for the number of colors...
2011-12-09  Alexandre Julliardgdi32: Remove the nb_colors fields in the bitmap object...
2011-12-09  Alexandre Julliardgdi32: Fix handling of DIB_PAL_COLORS in the various...
2011-12-08  Alexandre Julliardgdi32: Add a helper to build a color table from the...
2011-12-07  Alexandre Julliardgdi32: Rename the CLIPPING_UpdateGCRegion function.
2011-12-07  Alexandre Julliardgdi32: Don't store the metaclip region, recompute it...
2011-12-07  Alexandre Julliardgdi32: Only store a total visible region when it's...
2011-12-06  Alexandre Julliardgdi32: Maintain a region inside gdi32 to keep track...
2011-12-06  Alexandre Julliardgdi32: Add a helper function to clip a rectangle to...
2011-12-05  Alexandre Julliardgdi32: Use the DIB engine and PutImage for the null...
2011-11-30  Alexandre Julliardgdi32: Use the DIB engine and PutImage for the null...
2011-11-23  Alexandre Julliardgdi32: Only store the path in the DC when it's closed.
2011-11-22  Alexandre Julliardgdi32: Store a pointer to the path in the DC and make...
2011-11-22  Alexandre Julliardgdi32: Add helper functions for allocating and freeing...
2011-11-21  Alexandre Julliardgdi32: Add support for anti-aliasing in the null driver...
2011-11-21  Alexandre Julliardgdi32: Add a helper function to determine anti-aliasing...
2011-11-21  Alexandre Julliardgdi32: Add a null driver fallback implementation for...
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: Implement the CopyBitmap entry point in the...
2011-11-08  Alexandre Julliardgdi32: Get rid of the get_bitmap_image helper.
2011-11-07  Akihiro Sagawagdi32: Use the translated string as a charset name.
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: Sanitize the DIB information for DIB pattern...
2011-10-31  Alexandre Julliardgdi32: Add a DC driver entry point for GdiGradientFill.
2011-10-27  Alexandre Julliardgdi32: Add a helper function to copy BITMAPINFO structu...
2011-10-26  Alexandre Julliardgdi32: Implement the ExtTextOut entry point in the...
2011-10-26  Alexandre Julliardgdi32: Implement the polyline entry points in the path...
2011-10-26  Alexandre Julliardgdi32: Implement the polygon entry points in the path...
2011-10-26  Alexandre Julliardgdi32: Implement the Bezier entry points in the path...
2011-10-26  Alexandre Julliardgdi32: Implement the arc entry points in the path driver.
2011-10-26  Alexandre Julliardgdi32: Implement the Rectangle and RoundRect entry...
2011-10-26  Alexandre Julliardgdi32: Implement the LineTo entry point in the path...
2011-10-26  Alexandre Julliardgdi32: Implement the MoveTo entry point in the path...
2011-10-26  Alexandre Julliardgdi32: Push a path driver on the DC stack when a path...
2011-10-26  Alexandre Julliardgdi32: Implement GdiRealizationInfo as a standard drive...
2011-10-26  Alexandre Julliardgdi32: Implement FontIsLinked as a standard driver...
2011-10-26  Alexandre Julliardgdi32: Implement GetFontData as a standard driver entry...
2011-10-26  Alexandre Julliardgdi32: Implement GetTextFace as a standard driver entry...
2011-10-26  Alexandre Julliardgdi32: Implement GetTextExtentExPointI as a standard...
2011-10-26  Alexandre Julliardgdi32: Implement GetTextCharsetInfo as a standard drive...
2011-10-26  Alexandre Julliardgdi32: Implement GetOutlineTextMetrics as a standard...
2011-10-26  Alexandre Julliardgdi32: Implement GetKerningPairs as a standard driver...
2011-10-25  Alexandre Julliardgdi32: Implement GetGlyphOutline as a standard driver...
2011-10-25  Alexandre Julliardgdi32: Implement GetGlyphIndices as a standard driver...
2011-10-25  Alexandre Julliardgdi32: Implement GetFontUnicodeRanges as a standard...
2011-10-25  Alexandre Julliardgdi32: Reimplement GetCharABCWidthsFloat using the...
2011-10-25  Alexandre Julliardgdi32: Implement GetCharABCWidthsI as a standard driver...
2011-10-25  Alexandre Julliardgdi32: Implement GetCharABCWidths as a standard driver...
2011-10-24  Alexandre Julliardgdi32: Implement EnumDeviceFonts as a standard driver...
2011-10-24  Alexandre Julliardgdi32: Implement GetTextMetrics as a standard driver...
2011-10-20  Alexandre Julliardgdi32: Implement GetCharWidthW as a standard driver...
2011-10-20  Alexandre Julliardgdi32: Implement GetTextExtentExPointW as a standard...
2011-10-19  Alexandre Julliardgdi32: Implement SelectFont as a standard driver entry...
2011-10-19  Alexandre Julliardgdi32: Add support for pushing a font driver on the...
2011-10-19  Huw Daviesgdi32: Implement SetPixel.
2011-10-17  Alexandre Julliardgdi32: Get rid of the DC_FUNCTIONS typedef.
2011-10-17  Huw Daviesgdi32: Make the convert_bits and stretch_bits helpers...
2011-10-17  Huw Daviesgdi32: Move the intersection of vis rects into a separa...
2011-10-17  Alexandre Julliardgdi32: Add a fall back implementation of BlendImage...
2011-10-12  Alexandre Julliardgdi32: Add an all-one alpha channel when converting...
2011-10-11  Huw Daviesgdi32: Add a helper to retrieve the bounding rectangle.
2011-09-27  Huw Daviesgdi32: stretch_bitmapinfo may need to adjust the dst...
2011-09-14  Alexandre Julliardgdi32: Add a null driver fallback for AlphaBlend, using...
2011-09-14  Alexandre Julliardgdi32: Add a placeholder function for DIB stretching.
2011-09-08  Alexandre Julliardgdi32: Move DIB driver definitions to dibdrv.h.
2011-09-08  Alexandre Julliardgdi32: Allocate the DIB driver on first use, and free...
2011-09-07  Alexandre Julliardgdi32: Add a driver entry point for CreateCompatibleDC.
2011-09-07  Alexandre Julliardgdi32: Make the push/pop_dc_driver functions available...
2011-09-06  Alexandre Julliardgdi32: Add a SetDIBitsToDevice implementation in the...
2011-09-04  Alexandre Julliardgdi32: Fix coordinate mapping in Get/SetBoundsRect...
2011-09-02  Alexandre Julliardgdi32: Make the BITMAPINFO parameters non-const in...
2011-08-30  Alexandre Julliardgdi32: Forward the null driver GetImage to the DIB...
2011-08-22  Huw Daviesgdi32: Change the object-level brush function to accept...
2011-08-22  Huw Daviesgdi32: Move to using a multi-line pen object-level...
2011-08-22  Huw Daviesgdi32: Use the gdi_image_bits structure to maintain...
2011-08-22  Huw Daviesgdi32: Add a helper to retrieve the bitmap functions.
2011-08-04  Alexandre Julliardgdi32: Get rid of the DIB_GetBitmapInfo function.
2011-08-03  Alexandre Julliardgdi32: Update the coordinates in convert_bitmapinfo...
2011-08-03  Alexandre Julliardgdi32: Use GetImage to retrieve the brush bits in metaf...
2011-08-03  Alexandre Julliardgdi32: Get rid of the SetBitmapBits driver entry point.
2011-08-03  Alexandre Julliardgdi32: Partial implementation of PutImage in the null...
next