gdi32: Add helpers to clear and free dib_info structures.
[wine] / dlls / gdi32 / tests / font.c
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.
2009-11-17  André Hentschelgdi32: Don't strip font suffix.
2009-11-16  André Hentschelgdi32/tests: Test CreateFontIndirect for suffix stripping.
2009-10-07  Dmitry Timoshkovgdi32: Rework the test for too large width/height font...
2009-08-03  Dmitry Timoshkovgdi32: Some fonts have a broken last segment of cmap4...
2009-06-29  Francois Gougetgdi32/tests: Make test_GetTextMetrics2() static.
2009-06-26  Francois Gougetgdi32/tests: Fix the trailing '\n' of a few ok() calls.
2009-06-25  Rein Klazesgdi32/tests: Show that there is an upper limit to the...
2009-04-28  Paul Vriensgdi32/tests: Fix a test failure on NT4.
2009-03-31  Massimo Del Fedelegdi32/tests: Add test for GetGlyphOutlineW() requesting...
2009-02-24  Francois Gougetgdi32/tests: Use win_skip() to skip over unimplemented...
2009-02-23  Huw Daviesgdi32/tests: Don't test the height that is 1.75 times...
2009-02-20  Huw Daviesgdi32: Fix fractional scaling threshold.
2009-02-20  Paul Vriensgdi32/tests: Report a missing function only once.
2009-02-19  Huw Daviesgdi32/tests: Add tests for the 120 dpi bitmap fonts.
2009-02-19  Huw Daviesgdi32: Set the font family as FF_MODERN if the panose...
2009-02-19  Huw Daviesgdi32/tests: Output the requested font name on failure.
2009-02-19  Huw Daviesgdi32/tests: Output the required font height if the...
2009-02-18  Huw Daviesgdi32/tests: From Vista onwards TabbedTextOut ignores...
2009-02-18  Huw Daviesgdi32: The special handling of the character codes...
2009-02-18  Huw Daviesgdi32/tests: Win9x truncates the LONG elements of LOGFO...
2009-02-17  Huw Daviesgdi32/tests: Allow the first char code to point to...
2009-02-17  Huw Daviesgdi32: In a Baltic locale the last char of a symbol...
2009-02-17  Huw Daviesgdi32/tests: Win9x doesn't ensure the facename is nul...
2009-02-17  Huw Daviesgdi32/tests: Win98 and WinMe actually do set error...
2009-02-17  Huw Daviesgdi32/tests: GetTextFaceA called with a NULL buffer...
2009-02-16  Huw Daviesgdi32/tests: Only test the lowest byte of GdiRealizatio...
2009-02-16  Huw Daviesgdi32: Improve calculation of the character code text...
2009-02-12  Huw Daviesgdi32/tests: Use the ANSI text metrics so the tests...
2009-02-11  Huw Daviesgdi32: Correct the font family values returned in the...
2009-02-03  Dmitry Timoshkovgdi32: Add a test for the MAT2 parameter of GetGlyphOut...
2009-01-09  Alexandre Julliardgdi32/tests: Fix an uninitialized pointer check for...
2009-01-03  Alexandre Julliardgdi32/tests: Fix a pointer casting warning on 64-bit.
2008-11-06  Dmitry Timoshkovgdi32: Fix a broken test.
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.
next