Sweden-Number/dlls/gdiplus
Vincent Povirk 9d0cd09597 gdiplus: Add a fallback method for getting HDC's from Graphics objects.
Native does this in more cases (at least for all bitmap graphics
objects), but using gdi32 objects when we can should perform better.
2010-08-18 09:42:58 +02:00
..
tests gdiplus: Add tests for the HDC's we get from bitmap objects. 2010-08-17 11:55:33 +02:00
Makefile.in dlls: Remove explicit imports of kernel32 and ntdll. 2010-07-21 17:38:36 +02:00
brush.c gdiplus: Stub GdipGetPathGradientTransform. 2010-08-17 11:55:33 +02:00
customlinecap.c gdiplus: Add traces to unimplemented functions in customlinecap.c. 2010-01-04 11:44:46 +01:00
font.c gdiplus: Return copies of fonts from GdipGetFontCollectionFamilyList. 2010-07-19 14:49:07 +02:00
gdiplus.c gdiplus: Don't require an HDC for the convert_unit function. 2010-08-17 11:55:33 +02:00
gdiplus.spec gdiplus: Stub GdipGetPathGradientTransform. 2010-08-17 11:55:33 +02:00
gdiplus_private.h gdiplus: Add a fallback method for getting HDC's from Graphics objects. 2010-08-18 09:42:58 +02:00
graphics.c gdiplus: Add a fallback method for getting HDC's from Graphics objects. 2010-08-18 09:42:58 +02:00
graphicspath.c Fixed various spelling mistakes. 2010-07-26 13:34:20 +02:00
image.c gdiplus: Create HBITMAP-less bitmap objects for exotic pixel formats. 2010-08-17 11:55:33 +02:00
imageattributes.c gdiplus: Implement GdipSetImageAttributesWrapMode. 2010-05-10 10:01:48 +02:00
matrix.c gdiplus: Check for null pt in GdipCreateMatrix3. 2010-07-05 11:54:47 +02:00
pathiterator.c gdiplus: Added TRACE/FIXME to all PathIterator calls. 2008-08-28 11:24:48 +02:00
pen.c gdiplus: Stub GdipGetPenTransform. 2010-08-03 19:24:28 +02:00
region.c gdiplus: Stub GdipGetRegionScansCount. 2010-02-25 12:12:11 +01:00
stringformat.c gdiplus: Fix memory leak in GdipSetStringFormatMeasurableCharacterRanges. 2009-12-28 11:54:55 +01:00