include: Assorted spelling fixes.
[wine] / dlls / gdi32 / tests /
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-29  AndrĂ© Hentschelgdi32: Avoid memory leaks (coverity).
2012-10-24  Alexandre Julliardgdi32: Add a DC hook flag to reset the DC state.
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-10-18  Alexandre Julliardgdi32/tests: Avoid deleting invalid objects.
2012-10-12  Daniel Lehmangdi32: Use HandleToULong inline function to convert...
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-22  Alexandre Julliardgdi32: Fix StretchDIBits return value when destination...
2012-06-20  Dan Kegelgdi32: Add test for SelectClipRgn in metafiles, make...
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-29  Alexandre Julliardgdi32: Always use the DIB engine for DDB rendering.
2012-05-29  Alexandre Julliardgdi32/tests: Add some more tests for monochrome bitmap...
2012-05-25  Alexandre Julliardgdi32/tests: Add tests for color mappings in monochrome...
2012-05-08  Dmitry Timoshkovgdi32: Add a test for ntmCellHeight calculation.
2012-04-27  Alexandre Julliardgdi32: Add a SetBoundsRect driver entry point.
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-20  Alexandre Julliardgdi32/tests: Take into account multi-monitor setups...
2012-04-18  Daniel Lehmangdi32: Don't add_join if points are coincident in wide_...
2012-04-18  Alexandre Julliardwinex11: Add bounds rectangle tracking to all graphics...
2012-04-17  Alexandre Julliardgdi32/tests: Fix a test that can fail on multi-monitor...
2012-04-16  Alexandre Julliardgdi32: Add bounds tracking to all the DIB engine entry...
2012-04-16  Alexandre Julliardgdi32: Add a GetBoundsRect driver entry point.
2012-04-16  Michael Stefaniucgdi32/tests: Fix typo (comparison with itself).
2012-04-13  Alexandre Julliardgdi32/tests: Add test cases for wide pen bounding recta...
2012-04-10  Dmitry Timoshkovgdi32: Add a test for bitmap fonts selected for not...
2012-04-10  Alexandre Julliardgdi32: Store the reference DC in the enhanced metafile...
2012-04-10  Alexandre Julliardgdi32: Clip the returned DC bounds to the device rectangle.
2012-04-10  Alexandre Julliardgdi32/tests: Add tests for DC bounds handling across...
2012-04-10  Alexandre Julliardgdi32/tests: Add tests for DC bounds on various device...
2012-04-09  Alexandre Julliardgdi32/tests: Add tests for DC bounds to the DIB graphic...
2012-04-09  Alexandre Julliardgdi32/tests: Automatically reset the bits after compari...
2012-04-09  Alexandre Julliardgdi32: Fix GetClipBox return value for non-memory DCs.
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-19  Alistair Leslie... gdi32: Add EnhMetafile PolyBezier, PolyBezierTo support.
2012-01-19  Huw Daviesgdi32: The clip region should stop the flooding.
2012-01-18  Huw Daviesgdi32/tests: Add tests for ExtFloodFill.
2012-01-18  Alexandre Julliardgdi32: Negative destination sizes are allowed after...
2012-01-12  Alexandre Julliardgdi32: Store foreground/background color even when...
2012-01-10  Kusanagi Kouichigdi32: GetGlyphIndices doesn't substitute glyph.
2012-01-09  Alexandre Julliardgdi32/tests: Remove device capabilities test that fails...
2012-01-06  Alexandre Julliardgdi32: Don't allow Get/SetDeviceGammaRamp on DIBs or...
2012-01-04  Alexandre Julliardgdi32/tests: Add some tests for brushed and dashed...
2011-12-30  Alexandre Julliardgdi32: Store the pattern brush information for geometri...
2011-12-30  Alexandre Julliardgdi32: Add sanity checks for brush hatch styles.
2011-12-29  Alexandre Julliardgdi32/tests: Get rid of Win9x compatibility in the...
2011-12-29  Alexandre Julliardgdi32: Add checks for invalid color usage values.
2011-12-28  Alexandre Julliardgdi32: Fix handling of invalid pen styles.
2011-12-27  Akihiro Sagawagdi32: Avoid making a DBCS character in range.
2011-12-23  Alexandre Julliardgdi32/tests: Add tests for PALETTEINDEX colors.
2011-12-22  Huw Daviesgdi32/tests: Add tests for geometric solid pens.
2011-12-22  Alexandre Julliardgdi32: Fix handling of COLORREFs with illegal values...
2011-12-20  Kusanagi Kouichigdi32: Substitute glyph for vertical font only.
2011-12-20  Kusanagi Kouichigdi32: Add vertical fonts to font list.
2011-12-16  Alexandre Julliardgdi32/tests: Add tests for device capabilities on memor...
2011-12-14  Alexandre Julliardgdi32/tests: Add some tests for behavior of 32-bit...
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-13  Alexandre Julliardgdi32/tests: Fix some test failures on old Windows...
2011-12-12  Alexandre Julliardgdi32: Implement GetNearestColor in the DIB driver.
2011-12-12  Alexandre Julliardgdi32/tests: Add tests for 1-bpp DDB pattern brushes.
2011-12-12  Alexandre Julliardgdi32: Use the default DIB color table to create system...
2011-12-12  Alexandre Julliardgdi32: GetCharABCWidthsFloatW must succeed with non...
2011-12-10  Alexandre Julliardgdi32/tests: Fix some test failures on Windows.
2011-12-09  Huw Daviesgdi32/tests: Add some tests for wide pens.
2011-12-09  Alexandre Julliardgdi32/tests: Add tests for DIB_PAL_COLORS and DIB palet...
2011-12-05  Alexandre Julliardgdi32: Add more parameter checks in GdiGradientFill.
2011-12-05  Alexandre Julliardgdi32/tests: Add more gradient tests.
2011-12-02  Alexandre Julliardgdi32: Add some parameter checks in GdiGradientFill.
next