gdi32: Emulate AngleArc using ArcTo.
[wine] / dlls / gdi32 / tests /
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-21  Francois Gougetgdi32/tests: Run the GetTextMetricsA() tests on Windows...
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-06-14  Hans Leidekkergdi32: Add some tests for BITMAPINFOHEADER biSize checks.
2007-05-29  Francois Gougetgdi32/tests: Fix a signed/unsigned int mismatch.
2007-05-29  Dmitry Timoshkovgdi32: Perform consistency checks when loading an EMF...
2007-04-25  Michael Stefaniucjanitorial: Pass HEAP_ZERO_MEMORY as flag to HeapAlloc...
2007-04-12  Dmitry Timoshkovgdi32: Fix a couple of problems with negative lfWidth...
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...
2007-04-02  Felix Nawothniggdi32: Properly handle negative font widths.
2007-03-15  Dmitry Timoshkovgdi32: Add a GetTextMetrics test, make it pass under...
2007-03-13  Felix Nawothniggdi32: Add PS_ALTERNATE tests.
2007-03-12  Stefan HuehnerChange some functions arguments from () -> (void).
2007-03-06  Dmitry Timoshkovgdi32: Add an extensive EnumFontFamilies test, fix...
2007-03-05  Paul Vriensgdi32/tests: Use skip where appropriate.
2007-03-05  Paul Vriensgdi32/tests: Make sure we can run on win9x and NT again.
2007-03-02  Hans Leidekkergdi32: Implement GetFontUnicodeRanges.
2007-02-20  Dmitry Timoshkovgdi32: Move get_glyph_indices near its caller test_font...
2007-02-16  Dmitry Timoshkovgdi32: CreateBitmapIndirect should ignore the provided...
2007-02-15  Alexandre Julliardgdi32/tests: Create a window for justification tests...
2007-02-15  Dmitry Timoshkovgdi32: Skip the SYMBOL_CHARSET test if Symbol or Wingdi...
2007-02-15  Dmitry Timoshkovgdi32: Fix a typo in the memcmp call.
2007-02-15  Pedro Araujo Chaves Jrgdi32: Fix for GetTextExtentExPointW() and ExtTextOutW().
2007-02-15  Dmitry Timoshkovgdi32: Revert 1440eb5a35dc95dea1836d9035b51e2b15d83703...
2007-02-05  Dmitry Timoshkovgdi32: Make sure that we don't read/write beyond the...
2007-02-05  Dmitry Timoshkovgdi32: CreateBitmap and friends should return stock...
2007-01-22  Dmitry Timoshkovgdi32: Add a simple SelectObject test for bitmaps.
2007-01-22  Dmitry Timoshkovgdi32: Add a GetDIBits test.
2007-01-08  Francois Gougetgdi32/tests: Replace an '#if 0' with an 'if (0)'.
2007-01-08  Francois Gougetgdi32/tests: Tweak a test to avoid an '#if 0'.
2007-01-06  Francois Gougetgdi32/tests: Print GetLastError() in decimal with ...
2006-12-11  Andrew Talbotgdi32/tests: Cast-qual warning fix.
2006-12-11  Marcus Meissnermade functions and variables static in some testcases.
2006-11-27  Alexandre Julliardwinex11.drv: Don't use the specified DC when mapping...
2006-11-08  Alexandre Julliardgdi32: Remove call to CreateCompatibleDC() from GetDIBi...
2006-10-20  Alexandre Julliardgdi32: Renamed the gdi directory to gdi32.