gdi32: Add null driver entry points for the pixel format functions.
[wine] / dlls / gdi32 / tests /
2011-03-10  Alexandre Julliardgdi32: Fix handling of the DC brush/pen in metafiles.
2011-03-10  Alexandre Julliardgdi32: Add null driver entry points for the mapping...
2011-03-08  Dmitry Timoshkovgdi32: Add some additional tests for negative axes...
2011-03-07  Francois Gougetgdi32/tests: Add a '\n' to an ok() call.
2011-03-02  John Edmondsgdi32: Fixes GetDIBits for top-down destination bitmaps.
2011-03-02  John Edmondsgdi32/tests: Updated tests for top-down destination...
2011-02-28  Austin Englishgdi32/tests: Remove win9x hacks.
2011-02-24  Austin Englishgdi32/tests: Remove win9x hacks.
2011-02-24  Dmitry Timoshkovgdi32: Add a EnumFontFamilies test to see how it handle...
2011-02-23  John Edmondsgdi32: Fixed GetDIBits for top-down bitmaps.
2011-02-23  John Edmondsgdi32/tests: Added tests for copying a single pixel...
2011-02-22  Alexander Kochetkovgdi32: Fix scaling factors for EMR_EXTTEXTOUTW.
2011-02-10  Austin Englishgdi32/tests: Make sure to use return values (LLVM/Clang).
2011-02-09  Peter Urbanecgdi32/tests: Use virtual screen size instead of primary...
2011-02-09  Austin Englishgdi32/tests: Make sure to use return value (LLVM/Clang).
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-02-01  Dmitry Timoshkovgdi32: Add ExtSelectClipRgn() tests for memory and...
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-12-31  Greg Geldorpgdi32/tests: Skip test that crashes on 64-bit.
2010-12-02  Wolfram Sangwinex11.drv: In GetDIBits() with DIB sections, always...
2010-11-29  André Hentschelgdi32/tests: Fix test on WinME.
2010-11-26  Hans Leidekkergdi32/tests: Fix a test failure on systems configured...
2010-11-15  Austin Lundgdi32/tests: Skip GetGlyphIndices tests for non-ANSI...
2010-11-10  Dmitry Timoshkovgdi32: Remove broken check for WinXP.
2010-11-01  Paul Vriensgdi32/tests: Fix crash and failures on Win95.
2010-10-26  Hans Leidekkergdi32: Fix invalid parameter handling in EnumICMProfile...
2010-10-15  Alexandre Julliardgdi32/tests: Make the test clipping window topmost...
2010-10-01  Alexandre Julliardtests: Make some variables static.
2010-09-19  Alexandre Julliardmakefiles: Add a standard header for all makefiles...
2010-09-08  Gerald Pfeifergdi32/tests: Fix another test description in test_logpen.
2010-09-08  Alexandre Julliardgdi32: Mirror the returned rectangle in GetClipBox...
2010-09-06  Gerald Pfeifergdi32/tests: Fix a test description in test_logpen.
2010-08-23  Alexandre Julliardgdi32/tests: Fix the GetObject last error check for...
2010-08-20  Jerome Leclanchegdi32: Properly set ERROR_NOACCESS when GetObject recei...
2010-08-03  Andrew Nguyengdi32: Improve AddFontMemResourceEx parameter validation.
2010-08-02  Dmitry Timoshkovgdi32: Do not crash on an invalid pointer passed to...
2010-07-30  Alexandre Julliardgdi32: Replicate a Windows bug in StretchDIBits for...
2010-07-29  Alexandre Julliardgdi32: Mirror the clip region when the DC is mirrored...
2010-07-28  Alexandre Julliardgdi32/tests: Add some tests for the DC origin in RTL...
2010-07-28  Alexandre Julliardgdi32/tests: Make function pointers global in the mappi...
2010-07-23  Alexandre Julliardgdi32: Update the DC mappings when the layout is changed.
2010-07-22  Alexandre Julliardgdi32/tests: Fix a typo in a macro name.
2010-07-21  Alexandre Julliarddlls: Remove explicit imports of kernel32 and ntdll.
2010-07-20  Alexandre Julliardgdi32: Reject invalid DIB depths in CreateDIBSection.
2010-07-19  Alexandre Julliardgdi32/tests: Fixed coordinates matching to use a relati...
2010-06-15  Andrew Nguyenwinex11.drv: Report a non-zero COLORRES capability...
2010-06-14  Nikolay Sivovgdi32: Add CreateFontIndirectEx implementation.
2010-06-01  Andrew Nguyengdi32: Fix parameter handling of GetBoundsRect.
2010-06-01  Andrew Nguyengdi32/tests: Uncomment and enhance a Win9x-specific...
2010-05-27  Alexandre Julliardgdi32: Only 16 and 32 bpp DIB sections can have bitfields.
2010-05-27  Alexandre Julliardgdi32: Return the actual DIB section bitfields instead...
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-10  Gerald Pfeifergdi32/tests: Remove two variables which are not really...
2010-05-10  Gerald Pfeifergdi32/tests: Remove variable oldPen which is not really...
2010-05-03  Gerald Pfeifergdi32: Remove variable x which is not really used from...
2010-04-26  Gerald Pfeifergdi32: Remove variable retb which is not really used...
2010-04-13  Roderick Colenbranderwinex11: Add support for 32-bit DDBs.
2010-04-09  Alexandre Julliardgdi32: Avoid some rounding errors in AngleArc.
2010-04-07  Alexandre Julliardwinapi: Generate the 64-bit variant of structure size...
2010-04-07  Dmitry Timoshkovgdi32: Fix some DC leaks in gdi32 bitmap tests.
2010-03-16  Alexandre Julliardmakefiles: Remove the no longer needed explicit separat...
2010-03-05  Paul Vriensgdi32/tests: Fix a test failure on Win9x/WinMe.
2010-03-01  Henri Verbeetgdi32: GetObject() should return the DIB's absolute...
2010-03-01  Henri Verbeetgdi32/tests: Fix a few format strings.
2010-02-25  Dmitry Timoshkovgdi32: Fix the DeleteDC test failures under Win9x.
2010-02-24  Dmitry Timoshkovuser32: DeleteDC() should allow to delete a DC returned...
2010-02-22  Alexandre Julliardmakefiles: Use the standard C_SRCS variable as the...
2010-02-16  Andrew Nguyengdi32: Check the region handle in GetClipRgn later.
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-23  Charles Davisgdi32/tests: Test BitBlt() to an enhanced metafile.
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-11-13  Huw Daviesgdi32/tests: Test the return value of GetClipBox before...
2009-10-07  Dmitry Timoshkovgdi32: Rework the test for too large width/height font...
2009-10-02  Joel Holdsworthgdi32: Added tests for StretchDIBits.
2009-10-02  Joel Holdsworthgdi32: Added tests for StretchBlt.
2009-09-18  Markus Stockhausengdi32: Check for NULL pointer in GdiAlphaBlend.
2009-09-08  Ilya Shpigorgdi32/tests: Add test for SelectClipRgn in metafile.
2009-08-03  Dmitry Timoshkovgdi32: Some fonts have a broken last segment of cmap4...
next