gdi32/tests: Add tests for GetPixel.
[wine] / dlls / gdi32 / tests / dib.c
2011-10-19  Huw Daviesgdi32/tests: Add tests for GetPixel.
2011-10-19  Huw Daviesgdi32/tests: Add tests for SetPixel.
2011-10-19  Huw Daviesgdi32/tests: Add tests for non-rgb colorrefs.
2011-10-17  Huw Daviesgdi32/tests: Add some StretchDIBits tests.
2011-10-17  Alexandre Julliardgdi32/tests: Add test cases for DIB blending.
2011-10-14  Alexandre Julliardgdi32/tests: Add more tests for various palette formats...
2011-10-14  Alexandre Julliardgdi32/tests: Add more tests for arbitrary 32-bpp bitfie...
2011-10-14  Alexandre Julliardgdi32/tests: Add tests for DIB conversions from various...
2011-09-22  Alexandre Julliardgdi32/tests: Add some tests for overlapping blits.
2011-08-05  Alexandre Julliardgdi32: Always set compression to BI_BITFIELDS for 16...
2011-06-20  Huw Daviesgdi32/tests: Add some broken behaviours for winxp sp1...
2011-06-17  Huw Daviesgdi32/tests: Add tests for hatched brushes.
2011-06-15  Huw Daviesgdi32/tests: Add tests for 1bpp brushes.
2011-06-15  Huw Daviesgdi32/tests: Add tests for 1 bpp dibs.
2011-06-01  Huw Daviesgdi32: Fix an error in the blue channel of the 32 ...
2011-06-01  Huw Daviesgdi32/tests: Add tests for 24 bpp brushes.
2011-06-01  Huw Daviesgdi32/tests: Add tests for 24 bpp dibs.
2011-05-31  Huw Daviesgdi32/tests: Add tests for 4 bpp brushes.
2011-05-31  Huw Daviesgdi32/tests: Add tests for 4 bpp dibs.
2011-05-27  Huw Daviesgdi32/tests: Add tests for 8bpp brushes.
2011-05-27  Huw Daviesgdi32/tests: Add tests for 8 bpp dibs.
2011-05-27  Huw Daviesgdi32/tests: Add tests for non-standard BI_BITFIELD...
2011-05-27  Huw Daviesgdi32/tests: Add tests for 16 bpp brushes.
2011-05-27  Huw Daviesgdi32: Add support for 16 bpp dibs.
2011-05-27  Huw Daviesgdi32/tests: Make the 32 bpp brush tests sensitive...
2011-05-16  Huw Daviesgdi32/tests: Add tests for PaintRgn and simple RTL...
2011-05-13  Huw Daviesgdi32/tests: Tests for Rectangle().
2011-05-12  Huw Daviesgdi32/tests: Add tests for 32 bpp DIB pattern brush...
2011-05-06  Huw Daviesgdi32: Add support for drawing diagonal patterned lines.
2011-05-06  Huw Daviesgdi32: Add support for drawing vertical patterned lines.
2011-05-06  Huw Daviesgdi32: Add support for drawing horizontal patterned...
2011-05-03  Huw Daviesgdi32/tests: Allow broken behaviour for nt4 sp1 and...
2011-04-27  Huw Daviesgdi32: Implement clipping of diagonal lines.
2011-04-20  Huw Daviesgdi32: Add a directional bias for the case when the...
2011-04-18  Huw Daviesgdi32: Clip solid brush fills.
2011-04-15  Huw Daviesgdi32: Add clipping for horizontal and vertical solid...
2011-04-13  Huw Daviesgdi32: Add support for solid diagonal lines.
2011-04-12  Huw Daviesgdi32: Don't set the bitfields when the dib section...
2011-04-11  Huw Daviesgdi32/tests: Add PatBlt tests.
2011-04-07  Huw Daviesgdi32/tests: Add horizontal and vertical solid line...
2011-04-05  Huw Daviesgdi32/tests: Start of a framework for writing dib drive...