Sweden-Number/dlls/gdiplus
Vincent Povirk 3424dac386 gdiplus: Explicitly copy the bits from dib sections to new bitmaps.
On Windows, GdipCreateBitmapFromHBITMAP creates a copy of the bitmap, not
a reference. Currently, we match this behavior, but this is only because
we cannot yet create bitmap objects that reference existing memory. If
GdipCreateBitmapFromScan0 were fixed to do this, FromHBITMAP would break.

Therefore, we always pass NULL to FromScan0 so that it allocates new memory
for the bitmap.
2009-12-14 12:18:10 +01:00
..
tests gdiplus: Explicitly copy the bits from dib sections to new bitmaps. 2009-12-14 12:18:10 +01:00
Makefile.in gdiplus: Use WIC to decode ICO files. 2009-09-01 12:43:48 +02:00
brush.c gdiplus: Add some hatch brushes not present in gdi. 2009-10-09 11:50:29 +02:00
customlinecap.c gdiplus: Stubs for AdjustableArrowCap calls. 2008-09-04 12:31:38 +02:00
font.c gdiplus: Populate the installed font collection. 2009-05-14 17:23:03 +02:00
gdiplus.c gdiplus: Remove a useless inline specifier. 2009-10-19 11:44:39 +02:00
gdiplus.spec gdiplus: Stub GdipGetLinePresetBlend[Count]. 2009-09-15 17:34:23 -05:00
gdiplus_private.h gdiplus: Implement GdipSetImagePalette. 2009-12-14 12:04:03 +01:00
graphics.c gdiplus: Fix a memory leak. 2009-12-14 12:04:04 +01:00
graphicspath.c gdiplus: Correctly forward to GdipAddPathPie. 2009-08-03 15:04:10 +02:00
image.c gdiplus: Explicitly copy the bits from dib sections to new bitmaps. 2009-12-14 12:18:10 +01:00
imageattributes.c gdiplus: Store color key information in ImageAttributes. 2009-08-03 14:55:41 +02:00
matrix.c gdiplus: Fix the GdipMultiplyMatrix prototype. 2008-12-04 12:05:31 +01:00
pathiterator.c gdiplus: Added TRACE/FIXME to all PathIterator calls. 2008-08-28 11:24:48 +02:00
pen.c gdiplus: Stub for GdipScalePenTransform. 2008-12-27 20:27:00 +01:00
region.c gdiplus: Fix a couple of memory leaks. 2009-12-07 14:18:24 +01:00
stringformat.c gdiplus: Add string format traces. 2009-05-14 11:13:44 +02:00