winspool: Remove cross calls W->A for the "Printers" registry path.
[wine] / dlls / gdi / path.c
2006-02-08  Dmitry Timoshkovgdi: Remove StrokePath workaround for a DC transformati...
2006-02-02  Tobias Loewgdi: Extended pens do not work correct with StrokePath.
2006-01-31  Tobias Loewgdi: viewportExt changed after call to StrokePath.
2005-11-07  Dmitry TimoshkovFirst draft of ExtTextOut on an open path.
2005-11-05  Markus AmslerImprove c2man Documented-Total count.
2005-08-22  Mike McCormackFix gcc 4.0 warnings.
2005-05-16  Felix NawothnigKeep width for cosmetic pens, don't use LPtoDP() for...
2005-05-14  Felix NawothnigConvert pen width to DP in StrokePath().
2005-05-14  Felix NawothnigDraw each figure as a single primitive in StrokePath().
2005-03-24  Jakob ErikssonGet rid of HeapAlloc casts.
2004-12-23  Michael StefaniucDo not check for non NULL pointer before HeapFree'ing...
2004-09-08  Hans LeidekkerFix signed/unsigned comparison warnings.
2004-09-01  Alexandre JulliardInline functions don't need WINE_UNUSED.
2004-02-12  Alexandre JulliardMoved remaining files from graphics/ to dlls/gdi.