Sweden-Number/dlls/gdi32/tests
Michael Karcher fd8746b43c gdi32: Fix palette of 1bpp DIB in GetDIBits.
Windows always generates a black/white palette for 1 bit DIBs
generated from DDBs. Copying from the current palette only takes place
for color DDBs (not explicitly mentioned in MSDN), and only if depth
equal (MSDN states it, explicitly).
2008-07-01 14:58:54 +02:00
..
Makefile.in gdi32: Add tests for GetICMProfile and SetICMMode. 2008-01-22 12:01:54 +01:00
bitmap.c gdi32: Fix palette of 1bpp DIB in GetDIBits. 2008-07-01 14:58:54 +02:00
brush.c gdi32: Renamed the gdi directory to gdi32. 2006-10-20 12:25:29 +02:00
clipping.c gdi32: Fix a failing test in win95. 2008-06-30 15:07:20 +02:00
dc.c gdi32: Fix CreateCompatibleDC to reject invalid DCs. 2008-04-14 12:06:24 +02:00
font.c gdi32: Stop crash in font tests. 2008-07-01 13:45:37 +02:00
gdiobj.c gdi32/tests: Print GetLastError() in decimal with '%u'. 2007-01-06 11:40:43 +01:00
generated.c Fix spelling error in the generated conformance test files. 2008-01-16 12:46:18 +01:00
icm.c gdi32/tests: Skip a test as it crashes on Vista. 2008-02-27 14:52:24 +01:00
mapping.c gdi32: Add a test for combined mapping mode/world transform changes. 2008-06-18 17:34:27 +02:00
metafile.c gdi32: Make generated EMFs fully match Windows ones. 2008-05-27 12:05:37 +02:00
palette.c gdi32: GetPaletteEntries should not filter peFlags (test included). 2008-02-19 12:06:10 +01:00
path.c gdi32: LineDDA shouldn't include the end point. Add some tests. 2008-04-16 14:07:07 +02:00
pen.c gdi32: Spelling fixes. 2008-03-25 19:58:31 +01:00