Remove extra backslash that was causing an awk warning.
[wine] / dlls / gdi / font.c
2005-11-08  Vincent BéronCorrect some allocated buffer lengths while converting...
2005-11-07  Dmitry TimoshkovFirst draft of ExtTextOut on an open path.
2005-11-05  Markus AmslerImprove c2man Documented-Total count.
2005-10-27  Phil KrylovFixed SetTextAlign(), SetBkMode(), SetROP2(), SetPolyFi...
2005-10-06  Huw DaviesAdd a Wine specific flag to GetRasterizeCaps that repor...
2005-09-28  Dmitry TimoshkovDraw underline and strikeout for ExtTextOut on an open...
2005-09-21  Huw DaviesRelease the dc before drawing the underline and strikeo...
2005-09-19  Huw DaviesFix a problem with handling ETO_GLPYH_INDEX. Spotted...
2005-09-08  Huw DaviesFix return value of ExtTextOut in the case when count...
2005-09-08  Huw DaviesHave ExtTextOut call into the font linking mechanism.
2005-08-23  Huw DaviesMove a bunch of common code from the drivers into gdi.
2005-08-19  Huw DaviesSimplify ExtTextOut a bit. Should be a nop.
2005-08-15  Vikram KumarAdded stub for EnableEUDC.
2005-08-08  Mike McCormackWarning fixes for gcc 4.0.
2005-07-18  Robert ShearmanImplement and test GdiGetCharDimensions.
2005-04-18  Peter Berg LarsenReplace strncpy with memcpy or lstrcpyn.
2005-03-24  Jakob ErikssonGet rid of HeapAlloc casts.
2005-02-22  TANABE HiroshiAdded Multibyte character set support in GetGlyphOutlineA.
2005-02-21  Alex Villacís LassoImplemented GetGlyphOutline16.
2005-01-05  Vitaly LipatovAdd description for ExtTextOut (also include comments...
2004-12-23  Michael StefaniucDo not check for non NULL pointer before HeapFree'ing...
2004-12-21  Dmitry TimoshkovFully initialize NEWTEXTMETRICEXW structure for bitmap...
2004-09-08  Hans LeidekkerFix signed/unsigned comparison warnings.
2004-09-01  Mike McCormackAdd a basic GDI LOGFONT test, fix a couple of failures.
2004-07-21  Alexandre JulliardMoved all files from the objects/ directory to dlls...