gdi32/tests: Add tests for 32 bpp DIB pattern brush fills.
[wine] / dlls / gdi32 / tests / path.c
2011-03-07  Francois Gougetgdi32/tests: Add a '\n' to an ok() call.
2011-02-09  Austin Englishgdi32/tests: Make sure to use return value (LLVM/Clang).
2010-05-10  Gerald Pfeifergdi32/tests: Remove variable oldPen which is not really...
2010-04-26  Gerald Pfeifergdi32: Remove variable retb which is not really used...
2010-04-09  Alexandre Julliardgdi32: Avoid some rounding errors in AngleArc.
2009-02-24  Francois Gougetgdi32/tests: Use win_skip() to skip over unimplemented...
2008-04-16  Huw Daviesgdi32: LineDDA shouldn't include the end point. Add...
2007-11-07  Laurent Vrommangdi32: Correct a test where the tested function was...
2007-11-06  Laurent Vrommangdi32: Add a test for CloseFigure.
2007-08-09  Francois GougetAssorted spelling fixes.
2007-07-17  Evan Stadegdi32: Added PATH_PolyDraw.
2007-07-17  Evan Stadegdi32: Added PolyDraw tests.
2007-06-22  Misha Koshelevgdi32/tests: Fix test_widenpath to succeed on Win98.
2007-06-22  Misha Koshelevgdi32: Emulate AngleArc using ArcTo.
2007-06-22  Misha Koshelevgdi32/tests: Expand framework for tests of drawing...
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-06-19  Misha Koshelevgdi32/tests: Add framework for tests of drawing functio...
2007-04-03  Laurent Vrommangdi32: Correct WidenPath behaviour when working on...
2007-04-03  Laurent Vrommangdi32: Correction of WidenPath behaviour when pen width...
2007-04-02  Laurent Vrommangdi32: Add two basic tests to check what WidenPath...