gdi32: Add a test for undocumented EnumFontFamiliesEx(NULL), make it pass under Wine.
[wine] / dlls / gdi32 / tests / font.c
2008-01-15  Dmitry Timoshkovgdi32: Add a test for undocumented EnumFontFamiliesEx...
2008-01-14  Dmitry Timoshkovgdi32: Use public FS_xxxxxx defines.
2008-01-08  Dmitry Timoshkovgdi32: Add support for scaling font metrics.
2008-01-08  Dmitry Timoshkovgdi32: Add more tests for bitmap font metrics scaling.
2007-12-27  Aric Stewartfonts: Correct External leading for japanese small...
2007-12-10  Hans Leidekkergdi32: GetCharABCWidthsI does not require a scalable...
2007-12-10  Aric Stewartgdi32: Font tests with Japanese font data. Thanks...
2007-10-24  Dan Kegelgdi32/tests: Fix false pass in warn+heap case.
2007-10-23  Hans Leidekkergdi32: Remove a test that expects the break character...
2007-07-31  Francois GougetAssorted spelling fixes.
2007-07-25  Alexandre Julliardgdi32/tests: Don't test default char, it doesn't have...
2007-07-05  Huw Daviesgdi32: Using a bitmap font as the fallback sans serif...
2007-06-21  Francois Gougetgdi32/tests: Run the GetTextMetricsA() tests on Windows...
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-02  Felix Nawothniggdi32: Properly handle negative font widths.
2007-03-15  Dmitry Timoshkovgdi32: Add a GetTextMetrics test, make it pass under...
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-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-01-08  Francois Gougetgdi32/tests: Replace an '#if 0' with an 'if (0)'.
2006-10-20  Alexandre Julliardgdi32: Renamed the gdi directory to gdi32.