gdi32: Support for hidden flag of CreateScalableFontResource.
[wine] / dlls / gdi32 / tests / font.c
2013-01-15  Alexandre Julliardgdi32: Support for hidden flag of CreateScalableFontRes...
2013-01-15  Alexandre Julliardgdi32: Add support for .fot files in RemoveFontResource.
2013-01-15  Alexandre Julliardgdi32: Implement RemoveFontResource.
2012-12-18  Alexandre Julliardgdi32: Add helper functions for GetTextExtentExPoint...
2012-12-11  Alexandre Julliardgdi32: Fix text justification to properly handle logica...
2012-11-13  Piotr Cabangdi32: Added GetGlyphOutlineW tests on glyph that conta...
2012-10-19  Qian Honggdi32/tests: Fixed typo in localized name tests.
2012-10-19  Qian Honggdi32/tests: Declared system_lang_id as a global variable.
2012-10-19  Qian Honggdi32/tests: Marked EnumFontFamiliesEx_default_charset...
2012-10-19  Qian Honggdi32/tests: Skip some broken bitmap font metrics tests...
2012-10-19  Qian Honggdi32/tests: Fixed broken value in bitmap font metrics...
2012-10-19  Qian Honggdi32/tests: Fixed broken bitmap font metrics test...
2012-10-19  Qian Honggdi32/tests: Fixed broken value in bitmap font metrics...
2012-09-12  Qian Honggdi32: Prepend at in get_outline_text_metrics for verti...
2012-09-12  Qian Honggdi32/tests: Added more tests for vertical fonts.
2012-09-12  Qian Honggdi32: Prepend at when create vertical font face.
2012-09-12  Qian Honggdi32/tests: Added tests for vertical fonts.
2012-09-12  Qian Honggdi32: Fixed localized font full name (UNIQUE ID).
2012-09-11  Qian Honggdi32: Fixed get_name_table_entry for symbol fonts.
2012-09-11  Qian Honggdi32/tests: Added tests for symbol fonts.
2012-09-11  Qian Honggdi32: Fixed localized font style name.
2012-09-11  Qian Honggdi32/tests: Better trace in test_fullname2_helper.
2012-09-11  Qian Honggdi32/tests: Fixed a typo in style name test.
2012-09-10  Marcus Meissnergdi32: Fixed passed buffer size.
2012-09-07  Qian Honggdi32: Fixed family and face name on non English locale.
2012-09-07  Qian Honggdi32: Read otmpFullName from TT_NAME_ID_UNIQUE_ID.
2012-09-07  Qian Honggdi32: Read otmpFaceName from TT_NAME_ID_FULL_NAME.
2012-09-07  Qian Honggdi32/tests: Added font name tests on English locale.
2012-06-18  Akihiro Sagawagdi32: Fix East-Asian font parameters.
2012-06-18  Akihiro Sagawagdi32/tests: Make GetStockObject tests pass on East...
2012-06-12  Dmitry Timoshkovgdi32: Do not normalize height of the default GUI font.
2012-06-04  Dmitry Timoshkovgdi32: Fix parameters of some GDI stock fonts.
2012-06-01  Dmitry Timoshkovgdi32/tests: GetGlyphOutline should fail for a bitmap...
2012-05-08  Dmitry Timoshkovgdi32: Add a test for ntmCellHeight calculation.
2012-04-24  Dmitry Timoshkovgdi32: ntmCellHeight and ntmAvgWidth should be in font...
2012-04-24  Dmitry Timoshkovgdi32: Enumerated font size should not be too large.
2012-04-10  Dmitry Timoshkovgdi32: Add a test for bitmap fonts selected for not...
2012-04-02  Dmitry Timoshkovgdi32: Remove a no longer needed shortcut in CreateScal...
2012-03-29  Huw Daviesgdi32: Implement CreateScalableFontResource.
2012-03-14  Huw Daviesgdi32: Correctly propagate the enumproc's return value.
2012-02-09  Akihiro Sagawagdi32/tests: Reorder tests to avoid side-effects.
2012-02-08  Akihiro Sagawagdi32: Consider whether the logical font face is vertic...
2012-02-08  Akihiro Sagawagdi32/tests: Add tests for East Asian font selection.
2012-01-10  Kusanagi Kouichigdi32: GetGlyphIndices doesn't substitute glyph.
2011-12-27  Akihiro Sagawagdi32: Avoid making a DBCS character in range.
2011-12-20  Kusanagi Kouichigdi32: Substitute glyph for vertical font only.
2011-12-20  Kusanagi Kouichigdi32: Add vertical fonts to font list.
2011-12-13  Kusanagi Kouichigdi32: Don't remove leading '@' from face name.
2011-12-13  Kusanagi Kouichigdi32: Don't use preferred family name.
2011-12-13  Kusanagi Kouichigdi32/tests: Add tests for vertical font.
2011-12-12  Alexandre Julliardgdi32: GetCharABCWidthsFloatW must succeed with non...
2011-10-24  Thomas Fabergdi32/tests: Test GetTextExtentExPoint behavior with...
2011-10-19  Huw Daviesgdi32: Fix character code metrics for bitmap fonts.
2011-10-18  Marcus Meissnergdi32: Remove a incorrect sizeof from pointer arithmeti...
2011-10-11  Huw Daviesgdi32: The text extents functions fail if passed a...
2011-09-27  Francois Gougetgdi32: The GetKerningPairsA() test should pass on all...
2011-09-27  Francois Gougetgdi32/tests: Use if(0) instead of #if 0 to make sure...
2011-09-01  Dmitry Timoshkovgdi32: Add a buch of CreateScalableFontResource() tests.
2011-08-24  Grazvydas Ignotasgdi32/tests: Add additional font to fullnames test.
2011-08-24  Grazvydas Ignotasgdi32/tests: Check for exact fonts before doing fullnam...
2011-08-04  Frédéric Delanoytests: Assorted spelling fixes.
2011-05-12  Grazvydas Ignotasgdi32: Implement font selection by its full name.
2011-05-12  Grazvydas Ignotasgdi32/tests: Test for font selection by full name.
2011-05-04  Akihiro Sagawagdi32: Pass a proper code point from GetGlyphOutlineA...
2011-05-04  Akihiro Sagawagdi32/tests: Add more tests for GetGlyphOutlineA.
2011-04-04  Akihiro Sagawagdi32: Create charset enumeration order list for EnumFo...
2011-04-04  Akihiro Sagawagdi32/tests: Add a test for a charset enumeration order.
2011-02-24  Dmitry Timoshkovgdi32: Add a EnumFontFamilies test to see how it handle...
2011-02-07  Austin Englishgdi32/tests: Make sure to use return value (LLVM/Clang).
2011-02-03  Kusanagi Kouichigdi32: Check if a character is double byte or single...
2011-02-03  Kusanagi Kouichigdi32/tests: Add tests for GetGlyphOutlineA.
2011-02-03  Kusanagi Kouichigdi32/tests: Consolidate identity matrices.
2011-02-01  Kusanagi Kouichigdi32: Upper 24 bits of a character range must be same.
2011-01-28  Kusanagi Kouichigdi32: Reject invalid character range in GetCharABCWidthsA.
2011-01-28  Kusanagi Kouichigdi32/tests: Add some more tests for GetCharABCWidthsA.
2011-01-24  Greg Geldorpgdi32/tests: Fix font tests on Arabic machines.
2011-01-17  Akihiro Sagawagdi32: Pass the byte count to FONT_mbtowc in GetCharABC...
2011-01-17  Akihiro Sagawagdi32/tests: Add more tests for GetCharABCWidthsA.
2011-01-14  Greg Geldorpgdi32/tests: Fix tmLastChar test.
2011-01-13  Kusanagi Kouichigdi32: GetCharABCWidthsA should work for DBCS.
2011-01-13  Kusanagi Kouichigdi32/tests: Add a test for GetCharABCWidthsA with...
2011-01-12  Greg Geldorpgdi32/tests: Allow ANSI_CHARSET for some tests.
2011-01-11  Greg Geldorpgdi32/tests: Skip tests on unexpected font code page.
2011-01-10  Greg Geldorpgdi32/tests: Fix some font test failures on non-English...
2011-01-07  Greg Geldorpgdi32/tests: Fix System font test for Japanese.
2011-01-03  André Hentschelgdi32/tests: Don't test function directly when reportin...
2010-11-15  Austin Lundgdi32/tests: Skip GetGlyphIndices tests for non-ANSI...
2010-11-10  Dmitry Timoshkovgdi32: Remove broken check for WinXP.
2010-10-01  Alexandre Julliardtests: Make some variables static.
2010-08-03  Andrew Nguyengdi32: Improve AddFontMemResourceEx parameter validation.
2010-08-02  Dmitry Timoshkovgdi32: Do not crash on an invalid pointer passed to...
2010-06-14  Nikolay Sivovgdi32: Add CreateFontIndirectEx implementation.
2010-05-24  Austin Englishgdi32/tests: Use ret in test_CreateFontIndirect().
2010-05-18  Dmitry Timoshkovgdi32: Do not use VDMX for mapping of negative font...
2010-05-03  Gerald Pfeifergdi32: Remove variable x which is not really used from...
2010-01-19  Ilya Shpigorgdi32: Additional checking in the test for font creatio...
2009-12-31  Ilya Shpigorgdi32: Test for font creation with the OEM charset.
2009-12-14  André Hentschelgdi32/tests: Also test non-style suffix.
2009-11-24  Francois Gougetgdi32/tests: Make test_CreateFontIndirect() static.
2009-11-18  André Hentschelgdi32/tests: Simplify testcase.
next