Sweden-Number/dlls/gdi32
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
..
enhmfdrv gdi32: If there is no clipping rect, EMREXTTEXTOUT shouldn't have a bounding rect. 2008-05-27 12:04:52 +02:00
mfdrv gdi32: Rename DIB_BitmapInfoSize to bitmap_info_size and fix to take into account bit field masks. 2008-05-02 16:07:47 +02:00
tests gdi32: Fix palette of 1bpp DIB in GetDIBits. 2008-07-01 14:58:54 +02:00
Makefile.in makefiles: Simplify the use of the IMPORTLIB variable in the DLL makefiles. 2008-03-04 20:55:01 +01:00
bidi.c Assorted spelling fixes. 2008-01-16 12:48:29 +01:00
bidi16.c gdi32: Renamed the gdi directory to gdi32. 2006-10-20 12:25:29 +02:00
bitblt.c gdi32: Perform coordinate transformations using doubles instead of floats to avoid precision loss. 2008-05-22 17:43:01 +02:00
bitmap.c gdi32: Get rid of the 16-bit GetObject functions. 2008-02-18 17:50:35 +01:00
brush.c gdi32: Rename DIB_BitmapInfoSize to bitmap_info_size and fix to take into account bit field masks. 2008-05-02 16:07:47 +02:00
clipping.c gdi32: Export the DC hook functions as 32-bit functions. 2008-02-17 20:29:55 +01:00
dc.c gdi32: Print the assigned world transform. 2008-06-18 15:21:49 +02:00
dib.c gdi32: Fix palette of 1bpp DIB in GetDIBits. 2008-07-01 14:58:54 +02:00
dispdib.c gdi32: Renamed the gdi directory to gdi32. 2006-10-20 12:25:29 +02:00
dispdib.spec gdi32: Renamed the gdi directory to gdi32. 2006-10-20 12:25:29 +02:00
driver.c gdi32: GdiConvertToDevmodeW should not refer to unintialized name bytes. 2008-06-23 12:46:12 +02:00
enhmetafile.c gdi32: Initialize the handle table. 2008-06-18 16:15:23 +02:00
env.c gdi32: Get rid of the gdi.h include. 2006-11-17 14:52:07 +01:00
font.c gdi32: Pass correct pointer value to HeapFree(). 2008-06-27 11:29:58 +02:00
freetype.c gdi32: Fix double->fixpoint conversion in freetype.c. 2008-07-01 14:58:41 +02:00
gdi.exe.spec gdi32: Renamed the gdi directory to gdi32. 2006-10-20 12:25:29 +02:00
gdi16.c gdi32: Assign to structs instead of using memcpy. 2008-02-28 10:50:57 +01:00
gdi32.spec gdi32: Add a partial implementation of GdiRealizationInfo. 2008-02-28 10:44:35 +01:00
gdi_main.c gdi32: Get rid of the gdi.h include. 2006-11-17 14:52:07 +01:00
gdi_private.h gdi32: Perform coordinate transformations using doubles instead of floats to avoid precision loss. 2008-05-22 17:43:01 +02:00
gdiobj.c gdi32: Assign to structs instead of using memcpy. 2008-02-28 10:50:57 +01:00
icm.c gdi32: Move GetICMProfile to the driver. 2008-03-05 19:46:03 +01:00
mapping.c gdi32: Perform coordinate transformations using doubles instead of floats to avoid precision loss. 2008-05-22 17:43:01 +02:00
metafile.c gdi32: Make generated EMFs fully match Windows ones. 2008-05-27 12:05:37 +02:00
metafile16.c gdi32: Remove unneeded casts. 2008-01-07 12:18:50 +01:00
opengl.c gdi32: Make sure the DC is up-to-date before accessing the pixel format. 2008-05-12 19:58:23 +02:00
painting.c gdi32: Make sure the DC is up-to-date before accessing the pixel format. 2008-05-12 19:58:23 +02:00
palette.c gdi32: GetPaletteEntries should not filter peFlags (test included). 2008-02-19 12:06:10 +01:00
path.c gdi32: Use atan2 to compute angles in WidenPath without triggering floating point errors. 2008-05-22 20:43:55 +02:00
pen.c gdi32: Spelling fixes. 2008-03-25 19:58:31 +01:00
printdrv.c gdi32: Move 16-bit printing functions to printdrv16.c. 2008-02-29 20:08:21 +01:00
printdrv16.c gdi32: Spelling fixes. 2008-03-25 19:58:31 +01:00
region.c gdi32: Perform coordinate transformations using doubles instead of floats to avoid precision loss. 2008-05-22 17:43:01 +02:00
version.rc gdi32: Renamed the gdi directory to gdi32. 2006-10-20 12:25:29 +02:00
version16.rc gdi32: Define WINE_FILEVERSION in version resource of gdi.exe. 2007-10-01 14:17:30 +02:00
wing.c gdi32: Avoid a not necessary CreateDC call. 2007-02-23 11:18:03 +01:00
wing.spec gdi32: Renamed the gdi directory to gdi32. 2006-10-20 12:25:29 +02:00