Displaying 6 results from an estimated 6 matches for "polydraw".
2002 May 24
0
gta3
...e
fixme:win32:ELF_FindExportedFunction function PolyBezier not found:
/usr/lib/wine/libwine.so: undefined symbol: PolyBezier
fixme:win32:ELF_FindExportedFunction function PolyBezierTo not found:
/usr/lib/wine/libwine.so: undefined symbol: PolyBezierTo
fixme:win32:ELF_FindExportedFunction function PolyDraw not found:
/usr/lib/wine/libwine.so: undefined symbol: PolyDraw
fixme:win32:ELF_FindExportedFunction function PolyPolygon not found:
/usr/lib/wine/libwine.so: undefined symbol: PolyPolygon
fixme:win32:ELF_FindExportedFunction function PolyPolyline not found:
/usr/lib/wine/libwine.so: undefined s...
2016 Jun 24
0
Wine release 1.9.13
....
explorer: Fix hiding the taskbar when there are no system tray items.
gdi32: Implement ArcTo in enhanced metafiles.
gdi32: Implement PolylineTo in enhanced metafiles.
gdi32: Add a few helper functions to manipulate point arrays in enhanced metafiles.
gdi32: Implement PolyDraw in enhanced metafiles.
gdi32: Implement AngleArc in enhanced metafiles.
gdi32: Add path helper functions to add points and close figures.
gdi32: Keep track of the last move position in a path.
gdi32: Don't modify the DC arc direction in AngleArc.
gdi32: Fix updatin...
2007 Jul 13
0
Wine release 0.9.41
...g.
Evan Stade (50):
oleaut32: Added support for decoding some PNG files.
oleaut32: Save load time format of pictures.
gdiplus: Use SaveDC, RestoreDC in GdipDrawLineI.
gdiplus: Call EndPath() in GdipDrawLineI in case there is an open path.
gdi32: Don't access DC in PolyDraw after releasing handle.
gdiplus: Added SetPenEndCap.
gdiplus: Rendering of linecaps.
gdiplus: Added linecap rendering for GdipDrawBezier.
gdiplus: Public declaration of GdipSetPenEndCap.
gdiplus: Added GdipAddPathLine2.
gdiplus: Added GdipClosePathFigure.
g...
2007 Jul 27
0
Wine release 0.9.42
...PenMiterLimit.
gdiplus: Initial path iterator implementation.
gdiplus: Added GdipPathIterCopyData.
gdiplus: Added GdipPathIterNextSubpath.
gdiplus: Added GdipPathIterRewind.
gdiplus: Added GdipSetPenDashStyle.
gdiplus: Added GdipAddPathBeziers.
gdi32: Added PolyDraw tests.
gdi32: Added PATH_PolyDraw.
gdiplus: Added GdipClonePen.
gdiplus: Added GdipGetPenDashStyle.
gdiplus: Added GdipMultiplyMatrix.
winex11.drv: Draw dashed lines for extended pens.
gdi32: Improved PolyDraw in path closed case.
gdiplus: Added GdipScaleMa...
2020 Aug 28
0
Wine release 5.16
...t about compositing mode.
gdiplus: Add missing allocation failure checks to graphics functions.
gdiplus/tests: Add cursory GdipGetClipBoundsI checks to graphics clipping test.
gdiplus: Implement GdipGetClipBoundsI in terms of GdipGetClipBounds.
gdi32: Pass correct pointer to PolyDraw during EMR_POLYDRAW playback.
gdi32: Implement EMR_POLYDRAW16 playback.
Sven Baars (2):
kernel32: Fix some string leaks (Coverity).
kernel32: Free the right variable (Coverity).
Zebediah Figura (5):
quartz: Reimplement AM_RENDEREX_RENDERTOEXISTINGRENDERERS by forbidding re...
2011 Nov 04
0
Wine release 1.3.32
...path functions to the top of the file to avoid forward declarations.
gdi32: Always use a polygon to draw text strike-outs and underlines.
winegcc: Avoid including Windows headers in the Mingw unicode stub.
gdi32: Avoid directly modifying the cursor position in the DC structure in PolyDraw.
gdi32: Push a path driver on the DC stack when a path is opened.
gdi32: Implement the MoveTo entry point in the path driver.
gdi32: Implement the LineTo entry point in the path driver.
gdi32: Add a helper function to start a new path stroke.
gdi32: Implement the Recta...