search for: brush_fill_path

Displaying 3 results from an estimated 3 matches for "brush_fill_path".

2009 Jul 17
0
Wine release 1.1.26
.... windowscodecs: Add test for 4-bit indexed color BMP. windowscodecs: Return proper error codes in unneeded BMP decoder methods. windowscodecs: Add support for decoding RLE8-encoded BMP files. windowscodecs: Add support for decoding RLE4-encoded BMP files. gdiplus: Use brush_fill_path in GdipFillEllipse. gdiplus: Use brush_fill_path in GdipFillPie. gdiplus: Use brush_fill_path in GdipFillPolygon. gdiplus: Use brush_fill_path in GdipFillPolygonI. gdiplus: Use brush_fill_path in GdipFillRegion. gdiplus: Use brush_fill_path in GdipFillRectangleI....
2018 Jun 22
0
Wine release 3.11
.... comctl32/taskdialog: Add support for main icon. comctl32/taskdialog: Add support for loading standard icons. comctl32/taskdialog: Add support for hyperlink. comctl32/taskdialog: Add support for progress bar. gdiplus: Fix a memory leak. gdiplus: Report error for brush_fill_path(). gdiplus: Avoid calling GdipFillPath() with an empty path. -- Alexandre Julliard julliard at winehq.org
2009 May 08
0
Wine release 1.1.21
...gdiplus: Account for blend factors and positions in line gradients. gdiplus: Properly draw points outside of line gradients. gdiplus: Don't draw outside of gradient lines. gdiplus: Implement GdipSetLineSigmaBlend. gdiplus: Stub GdipSetRenderingOrigin. gdiplus: Use brush_fill_path in GdipFillRectangle. gdiplus: Expand the GdipGetLineRect tests. gdiplus: Store the rectangle in line gradient brushes. gdiplus: Store the rect passed to GdipCreateLineBrushFromRect. gdiplus: Use the mode passed to GdipCreateLineBrushFromRect. Vitaliy Margolen (1): xi...