Sweden-Number/dlls/gdiplus
Nikolay Sivov 991e785f50 gdiplus: Fix GdipGetPathData implementation and test.
Previous version (commit 3bacdaf664) was totally incorrect.
Thanks to Paul Vriens for pointing this out.
2008-06-26 12:50:09 +02:00
..
tests gdiplus: Fix GdipGetPathData implementation and test. 2008-06-26 12:50:09 +02:00
Makefile.in makefiles: List the static libraries as normal imports instead of extra libs. 2008-04-30 14:23:55 +02:00
brush.c gdiplus: Check pointer in GdipGetLineRectI. 2008-06-20 12:35:32 +02:00
customlinecap.c gdiplus: Implemented GdipGetCustomLineCapBaseCap. 2008-04-18 13:57:15 +02:00
font.c gdiplus: Implement GdipGetFontSize. 2008-06-25 20:42:12 +02:00
gdiplus.c
gdiplus.spec gdiplus: Implement GdipGetFontSize. 2008-06-25 20:42:12 +02:00
gdiplus_private.h gdiplus: Implement GdipCreateFont. 2008-06-25 20:41:44 +02:00
graphics.c gdiplus: Stub for GdipFlush. 2008-06-20 12:37:02 +02:00
graphicspath.c gdiplus: Fix GdipGetPathData implementation and test. 2008-06-26 12:50:09 +02:00
image.c gdiplus: Stub implementation of GdipImageGetFrameDimensionsCount + test. 2008-06-21 11:36:24 +02:00
imageattributes.c
matrix.c gdiplus: Check count argument in GdipVectorTransformMatrixPoints. 2008-05-13 11:22:24 +02:00
pathiterator.c gdiplus: Implemented GdipLoadImageFromStreamICM. 2007-08-01 11:59:19 +02:00
pen.c gdiplus: GdipCreatePen2 should make a copy of the brush. 2008-06-20 11:19:13 +02:00
region.c gdiplus: Add some notes about the format of the data blob returned by GdipGetRegionData. 2008-05-19 13:34:57 +02:00
stringformat.c