wined3d: Move PARAM C[] program.env[] into baseshader and out of vertex shaders.
[wine] / dlls / gdi / font.c
2006-05-15  qingdoa daoogdi: Duplicate extent value for the second byte of...
2006-05-09  Louis. Lendersgdi32: Add stub for GetCharWidthI and GetFontUnicodeRanges.
2006-05-08  qingdoa daoogdi: A-to-W conversion should be font-independent.
2006-05-05  Troy Rollogdi: Fix GetTextExentExPointW to return values consiste...
2006-04-19  Jeff Latimergdi: Added implementation of GetCharABCWidthsI.
2006-04-12  Peter Oberndorfergdi: Do not convert string paramter when rendering...
2006-04-12  Peter Oberndorfergdi: Write out glyph count correctly in GetCharacterPla...
2006-04-10  Hans Leidekkergdi32: GetCharABCWidthsW should not crash on a NULL...
2006-01-16  Hans Leidekkergdi: better implementation for GetCharABCWidthsFloat...
2006-01-12  Huw Daviesgdi: If the last param of GetKerningPairs is NULL then...
2005-12-06  Louis Lendersgdi: Added stub for AddFontMemResourceEx.
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...