mpr: Tweak a label so it matches the one in wininet.
[wine] / dlls / gdi32 / region.c
2012-06-11  Alexandre Julliardgdi32: Fix rounding error for odd ellipse sizes in...
2012-02-24  Alexandre Julliardgdi32: Use 64-bit values when computing ellipses to...
2012-01-06  Alexandre Julliardgdi32: Use a better algorithm for CreateRoundRectRgn.
2012-01-03  Marcus Meissnergdi32: Check return value of REGION_UnionRectWithRegion...
2011-12-28  Alexandre Julliardgdi32: Add a helper function to add a rectangle to...
2011-08-02  Frédéric Delanoydlls: Assorted spelling fixes.
2011-04-15  Huw Daviesgdi32: Add clipping for horizontal and vertical solid...
2010-09-27  Alexandre Julliardgdi32: Implement MirrorRgn.
2010-07-29  Alexandre Julliardgdi32: Mirror the clip region when the DC is mirrored...
2010-03-29  Mikhail Maroukhinegdi32: Fix compiler warnings with flag -Wcast-qual.
2009-11-30  Dan Kegelgdi32: Fix minor read buffer overrun in CombineRgn.
2009-06-08  Rein Klazesgdi32: Fix RectInRegion() if right < left or bottom...
2009-01-29  Alexandre Julliardgdi32: Check for memory allocation failure in region...
2009-01-29  Alexandre Julliardgdi32: Replace the MEMCHECK macro in the region code...
2009-01-29  Alexandre Julliardgdi32: Don't hold the GDI lock while creating regions.
2009-01-29  Alexandre Julliardgdi32: Store the region data directly in the GDI object.
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 Delete...
2009-01-26  Michael Stefaniucgdi32: Remove superfluous pointer casts.
2008-10-31  Michael Stefaniucgdi32: Don't cast NULL.
2008-10-24  Michael Stefaniucgdi32: Don't cast the void pointer returned by GDI_GetO...
2008-05-22  Alexandre Julliardgdi32: Perform coordinate transformations using doubles...
2008-04-21  Dmitry Timoshkovgdi32: Add a test for ExtCreateRegion, make it pass...
2008-03-25  Austin Englishgdi32: Spelling fixes.
2008-02-18  Alexandre Julliardgdi32: Get rid of the 16-bit GetObject functions.
2007-12-19  Michael Stefaniucgdi32: There is no need to cast NULL to a function...
2007-10-23  Francois GougetAssorted spelling fixes.
2007-09-27  Alexandre Julliardgdi32: Don't pass an object pointer to the SelectObject...
2007-05-30  Dmitry Timoshkovgdi32: Fix compilation warnings in 64-bit mode.
2007-03-21  Andrew Talbotgdi32: Replace inline static with static inline.
2006-11-17  Alexandre Julliardgdi32: Get rid of the gdi.h include.
2006-10-20  Alexandre Julliardgdi32: Renamed the gdi directory to gdi32.