Jonathan Ernst
|
360a3f9142
|
Update the address of the Free Software Foundation.
|
2006-05-23 14:11:13 +02:00 |
Michael Kaufmann
|
f6097f5b51
|
gdi: Fix GetObject for bitmaps.
- GetObject(): Set the bmBits member of the BITMAP structure to NULL
for device-dependent bitmaps.
- New test case.
|
2006-05-17 11:45:36 +02:00 |
Dmitry Timoshkov
|
140eabf3f4
|
gdi32: Add tests for GetBitmapBits and GetObject for a DIB section.
Make them pass under Wine.
|
2006-04-05 20:15:35 +02:00 |
Dmitry Timoshkov
|
e6f16250b2
|
gdi: Fix a couple of todos in the bitmap test.
|
2006-03-21 11:05:27 +01:00 |
Dmitry Timoshkov
|
5c1b27a029
|
gdi: Add a simple test for bitmap bits/metrics
Add a simple test for bitmap bits/metrics, fix GetBitmapBits for an
empty (not selected into a DC) bitmap.
|
2006-03-20 12:27:38 +01:00 |
Alexandre Julliard
|
7e2be17d0f
|
gdi: Added support for doing GetBitmapBits on a DIB section.
Simply copy the DIB bits in that case.
|
2005-12-13 17:07:06 +01:00 |
Alexandre Julliard
|
02d814852d
|
Added support for doing SetBitmapBits on a DIB section.
|
2005-11-29 10:45:40 +01:00 |
Francois Gouget
|
0edbaf7e80
|
Remove spaces before '\n' in traces.
|
2005-11-10 12:14:56 +00:00 |
Alexandre Julliard
|
4722941695
|
Moved the BITMAPOBJ structure to gdi_private.h.
|
2005-04-13 16:11:18 +00:00 |
Michael Stefaniuc
|
5ad7d858e0
|
Do not check for non NULL pointer before HeapFree'ing it. It's
redundant.
|
2004-12-23 17:06:43 +00:00 |
Jon Griffiths
|
f82272c92f
|
Remove unneeded headers to reduce unneeded rebuilds.
|
2004-12-16 14:35:55 +00:00 |
Jon Griffiths
|
853cb86fa7
|
Implement CreateBitmap using CreateBitmapIndirect so we can handle
funky alignment paddings.
SetLastError() on failure, documentation cleanup.
|
2004-11-22 18:18:21 +00:00 |
Michael Kaufmann
|
0dd2910eba
|
- Extended support for BITMAPCOREINFO / BITMAPCOREHEADER structures.
- Always calculate the location of the color table.
- CreateCompatibleBitmap: Create a DIB section if necessary.
- Added some tests.
|
2004-11-02 05:23:49 +00:00 |
Huw Davies
|
869e9cafd9
|
If a device doesn't support device bitmaps, then store the bits on the
gdi side.
|
2004-08-13 19:48:55 +00:00 |
Alexandre Julliard
|
ebc6a2d9b6
|
Moved all files from the objects/ directory to dlls/gdi.
Merged text.c into font.c and dcvalues.c into dc.c.
|
2004-07-21 04:07:28 +00:00 |