gdi32/tests: Make the comparison of the enumerated and returned logfont structures...
[wine] / dlls / gdi32 / tests / font.c
2008-10-13  Jeremy Whitegdi32/tests: Make the comparison of the enumerated...
2008-10-13  Jeremy Whitegdi32: Expand maximum font count to 4096, warn when...
2008-10-06  Dmitry Timoshkovgdi32: Allow a rounding error in the text justification...
2008-10-06  Dmitry Timoshkovgdi32: Add a test for a font being selected into 2...
2008-10-06  Dmitry Timoshkovgdi32: Make test_font_metrics require the font being...
2008-09-19  Alexandre Julliardgdi32/tests: Skip test that depends on Tahoma if it...
2008-08-21  Dmitry Timoshkovgdi32: Replace DC transform by font scaling for bitmap...
2008-08-01  Paul Vriensgdi32/tests: Don't test unimplemented functions.
2008-07-31  Alexandre Julliardgdi32/tests: Allow some more rounding errors in glyph...
2008-07-23  Lei Zhanggdi32: Glyph advances should be measured for unrotated...
2008-07-23  Lei Zhanggdi32: Add a test for font orientation.
2008-07-21  Dmitry Timoshkovgdi32: Relax the gm.gmCellIncX comparison.
2008-07-08  Michael KarcherAdd support for compatibility mode in WineEngCreateFont...
2008-07-02  James Hawkinsgdi32: Fix two tests that fail for all platforms.
2008-07-01  Alistair Leslie... gdi32: Stop crash in font tests.
2008-06-25  Dan Hipschmangdi32: Return the correct value from GetTextFace.
2008-06-24  Dmitry Timoshkovgdi32: Add a test for outline text metrics.
2008-06-24  Dmitry Timoshkovgdi32: Initialize otmMacAscent, otmMacDescent, otmMacLi...
2008-06-23  Dmitry Timoshkovgdi32: Extend the font substitution test, make it pass...
2008-06-21  Dan Hipschmangdi32: Add tests for GetTextFace.
2008-06-04  Alexandre Julliardgdi32/tests: Reduce the size of the test output a little.
2008-05-19  James Hawkinsgdi32: Fix two tests that fail in win2k3.
2008-05-13  Dmitry Timoshkovgdi32: Add more font substitution tests, make them...
2008-04-23  Paul Vriensgdi32/tests: Run tests on win9x again.
2008-04-14  Dmitry Timoshkovgdi32: Clarify which font doesn't contain 'x'.
2008-04-07  Dmitry Timoshkovgdi32: Move negative lfWidth test into a separate body...
2008-04-04  Dmitry Timoshkovgdi32: Add a font scaling test when lfHeight == 0 and...
2008-04-02  Mikołaj Zalewskigdi32: Fix GetGlyphIndices to select properly the inval...
2008-03-03  Francois Gougetgdi32/tests: Add the trailing '\n' to a couple of ok...
2008-02-28  Huw Daviesgdi32: Add a partial implementation of GdiRealizationInfo.
2008-01-25  Reece H. Dunngdi32: Vista returns UNICODE_NOCHAR if a character...
2008-01-21  Dmitry Timoshkovgdi32: Actually perform the fractional scaling test...
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.