Sweden-Number/dlls/gdi32
Nikolay Sivov 352e2ff6eb gdi32: Use supplied hdc for DIB_RGB_COLORS if it's valid.
This is about fixing regression introduced with 2854884a42.
Initial patch fixed MSVS 2005 toolbars blackness, this one doesn't break a fix,
and fixes regressed Animation control glitches (and probably reported games related problems).
2010-04-12 11:30:16 +02:00
..
enhmfdrv gdi32: Don't include wingdi16.h by default. 2009-12-07 14:18:29 +01:00
mfdrv gdi32: Zero pad the facename buffer so that we don't write uninitialized data to the metafile. 2010-02-03 15:51:56 +01:00
tests gdi32: Avoid some rounding errors in AngleArc. 2010-04-09 18:24:35 +02:00
Makefile.in makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
bidi.c gdi32: Don't include wingdi16.h by default. 2009-12-07 14:18:29 +01:00
bitblt.c gdi32: Fall back to StretchBlt if the driver doesn't export PatBlt or BitBlt. 2009-09-30 20:55:26 +02:00
bitmap.c gdi32: Fix GDI locking in SetBitmapBits. 2010-03-15 13:28:24 +01:00
brush.c gdi32: Disable SetSolidBrush16 since it requires access to gdi32 internals. 2009-11-17 22:29:37 +01:00
clipping.c gdi32: Check the region handle in GetClipRgn later. 2010-02-16 11:33:33 +01:00
dc.c user32: DeleteDC() should allow to delete a DC returned by GetDC(). 2010-02-24 16:03:02 +01:00
dib.c gdi32: Use supplied hdc for DIB_RGB_COLORS if it's valid. 2010-04-12 11:30:16 +02:00
driver.c Quiet two noisy FIXME's. 2010-03-26 15:34:57 +01:00
enhmetafile.c gdi32: Fix compiler warnings with flag -Wcast-qual. 2010-03-29 12:13:55 +02:00
font.c gdi32: Implement WineEngGetCharABCWidthsFloat and forward GetCharABCWidthsFloat to it. 2009-12-11 17:47:22 +01:00
freetype.c gdi32: Fix compiler warnings with flag -Wcast-qual. 2010-03-29 12:13:55 +02:00
gdi32.spec gdi32: Add GdiInitializeLanguagePack() stub. 2010-01-26 12:09:41 +01:00
gdi_private.h gdi32: Load the 32-bit gdi.exe module wrapper from the 32-bit side. 2009-12-28 23:50:40 +01:00
gdiobj.c gdi32: Provide a non-blank font face name for ANSI_FIXED_FONT. 2010-03-04 12:30:50 +01:00
icm.c gdi32: Move GetICMProfile to the driver. 2008-03-05 19:46:03 +01:00
mapping.c gdi32: Fix a typo in ScaleViewportExtEx. 2009-12-30 17:10:11 +01:00
metafile.c gdi32: Avoid use of some 16-bit types. 2009-12-07 14:18:29 +01:00
opengl.c gdi32: Make wglCreateContextAttribsARB() static. 2009-11-24 15:53:36 +01:00
painting.c gdi32: Avoid some rounding errors in AngleArc. 2010-04-09 18:24:35 +02:00
palette.c gdi32: Remove remaining references to gdi32 internals from gdi16.c. 2009-11-17 22:30:08 +01:00
path.c gdi32: Fix incorrect initialization of path array. 2009-12-02 14:19:54 +01:00
pen.c gdi32: Release GDI handles before freeing the object. 2009-01-28 18:45:21 +01:00
printdrv.c gdi32: Don't include wingdi16.h by default. 2009-12-07 14:18:29 +01:00
region.c gdi32: Fix compiler warnings with flag -Wcast-qual. 2010-03-29 12:13:55 +02:00
version.rc