mpr: Tweak a label so it matches the one in wininet.
[wine] / dlls / gdi32 / painting.c
2011-12-13  Alexandre Julliardgdi32: Implement GetPixel in the null driver using...
2011-12-05  Alexandre Julliardgdi32: Add more parameter checks in GdiGradientFill.
2011-12-02  Alexandre Julliardgdi32: Add some parameter checks in GdiGradientFill.
2011-11-30  Alexandre Julliardgdi32: Use the DIB engine and PutImage for the null...
2011-10-31  Alexandre Julliardgdi32: Add a DC driver entry point for GdiGradientFill.
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-07-13  Alexandre Julliardgdi32: Graphics driver functions no longer need to...
2011-03-11  Alexandre Julliardgdi32: Add null driver entry points for the pixel forma...
2011-03-09  Alexandre Julliardgdi32: Add null driver entry points for painting functi...
2011-03-09  Alexandre Julliardgdi32: Add null driver entry points for a number of...
2011-02-14  Austin Englishgdi32: Add a stub for GdiDrawStream.
2010-04-09  Alexandre Julliardgdi32: Avoid some rounding errors in AngleArc.
2009-03-25  Michael Stefaniucgdi32: Use "%p" to TRACE() pointers.
2008-05-12  Alexandre Julliardgdi32: Make sure the DC is up-to-date before accessing...
2008-04-16  Huw Daviesgdi32: LineDDA shouldn't include the end point. Add...
2008-01-16  Francois Gougetgdi32: Small wording tweaks in comments.
2008-01-03  Austin EnglishSpelling fixes.
2007-09-25  Andrew Talbotgdi32: Fix a memory leak.
2007-09-24  Alexandre Julliardgdi32: Don't hold the GDI lock while calling the driver...
2007-09-18  Alexandre Julliardgdi32: Update the DC in most OpenGL functions.
2007-09-18  Alexandre Julliardgdi32: Replace DC_GetDCUpdate by get_dc_ptr+update_dc...
2007-09-17  Chris Robinsongdi32: Don't hold the GDI lock when setting the pixel...
2007-08-21  Alexandre Julliardgdi32: Add separate functions for releasing/freeing...
2007-07-19  Evan Stadegdi32: Improved PolyDraw in path closed case.
2007-07-17  Evan Stadegdi32: Added PATH_PolyDraw.
2007-07-05  Misha Koshelevgdi32: Slightly simplify result handling in PolyDraw.
2007-07-04  Evan Stadegdi32: Don't access DC in PolyDraw after releasing...
2007-06-27  Evan Stadegdi32: Added missing call to GDI_ReleaseObj.
2007-06-22  Misha Koshelevgdi32: Emulate AngleArc using ArcTo.
2007-06-21  Misha Koshelevgdi32: Handle ArcTo in paths as native.
2007-06-21  Misha Koshelevgdi32: Set current position properly after ArcTo.
2007-06-19  Misha Koshelevgdi32: Fix ArcTo to use proper starting and ending...
2007-02-14  Alexandre Julliardgdi32: Fixed typo in AngleArc.
2006-11-17  Alexandre Julliardgdi32: Get rid of the gdi.h include.
2006-10-20  Alexandre Julliardgdi32: Renamed the gdi directory to gdi32.