wine/dlls/gdiplus
2023-11-06 11:50:48 +01:00
..
tests gdiplus/tests: Avoid implicit casts from MetafileType to EmfType. 2023-11-06 11:50:46 +01:00
brush.c gdiplus: Dump both variable address and internal values for matrices. 2023-07-11 22:39:35 +02:00
customlinecap.c gdiplus: Add new test cases to GdipCreateCustomLineCap. 2023-08-15 09:14:54 +02:00
font.c gdiplus: Fix GdipCreateFont character set initialization. 2023-09-19 11:38:51 +02:00
gdiplus.c gdiplus: Improve performance of units_to_pixels by not using division. 2023-10-25 14:25:18 -05:00
gdiplus.manifest
gdiplus.rc
gdiplus.spec
gdiplus11.manifest
gdiplus_private.h gdiplus: Use helper to calculate transform properties. 2023-08-02 20:03:51 +09:00
graphics.c gdiplus: Fix GdipSetPageUnit parameter validation. 2023-10-26 16:03:30 -05:00
graphicspath.c gdiplus: Fix GdipAddPathCurve3 curve calculation with offset and nseg variables. 2023-10-31 21:55:53 +01:00
image.c gdiplus: Avoid implicit enum casts. 2023-11-06 11:50:48 +01:00
imageattributes.c
Makefile.in makefiles: Always use the global SOURCES variable for .rc files. 2023-11-01 22:43:56 +01:00
matrix.c gdiplus: Dump both variable address and internal values for matrices. 2023-07-11 22:39:35 +02:00
metafile.c gdiplus: Avoid implicit enum casts. 2023-11-06 11:50:48 +01:00
pathiterator.c gdiplus: Add support for GdipPathIterNextPathType. 2023-08-21 22:47:43 +02:00
pen.c gdiplus: Add additional check to GdipSetPenTransform. 2023-10-30 10:19:03 +01:00
region.c gdiplus: Dump both variable address and internal values for matrices. 2023-07-11 22:39:35 +02:00
stringformat.c