Jeremy White
|
a2c2b60292
|
gdi32: Added a test for the case where lpvBits in GetDIBits is NULL and the bitcount is 0.
|
2007-07-16 13:38:09 +02:00 |
Michael Stefaniuc
|
b700e63d55
|
gdi32: Remove superfluous casts of void pointers to other pointer types.
|
2007-06-27 12:53:34 +02:00 |
Hans Leidekker
|
1871743543
|
gdi32: Add some tests for BITMAPINFOHEADER biSize checks.
|
2007-06-14 13:14:03 +02:00 |
Francois Gouget
|
7ba8c0a420
|
gdi32/tests: Fix a signed/unsigned int mismatch.
|
2007-05-29 13:46:31 +02:00 |
Dmitry Timoshkov
|
0457b0c346
|
gdi32: CreateBitmapIndirect should ignore the provided bm.bmWidthBytes.
|
2007-02-16 12:35:25 +01:00 |
Dmitry Timoshkov
|
0510a7a599
|
gdi32: CreateBitmap and friends should return stock DEFAULT_BITMAP if requested bitmap width or height is 0.
|
2007-02-05 12:24:55 +01:00 |
Dmitry Timoshkov
|
295f8101ec
|
gdi32: Add a simple SelectObject test for bitmaps.
|
2007-01-22 13:29:27 +01:00 |
Dmitry Timoshkov
|
f31b67ae44
|
gdi32: Add a GetDIBits test.
|
2007-01-22 13:29:21 +01:00 |
Marcus Meissner
|
f0280cbd1e
|
made functions and variables static in some testcases.
|
2006-12-11 12:18:29 +01:00 |
Alexandre Julliard
|
d5ee62342a
|
winex11.drv: Don't use the specified DC when mapping RGB colors for a DIB.
The DC palette only matters for DIB_PAL_COLORS.
|
2006-11-27 17:04:19 +01:00 |
Alexandre Julliard
|
f7ffbe4581
|
gdi32: Remove call to CreateCompatibleDC() from GetDIBits() implementation.
Based on a patch by Alex Villacís Lasso.
|
2006-11-08 19:57:30 +01:00 |
Alexandre Julliard
|
7dfc447741
|
gdi32: Renamed the gdi directory to gdi32.
|
2006-10-20 12:25:29 +02:00 |