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 |