We need to compare the world transforms (at least the 4 scaling
[wine] / dlls / gdi / freetype.c
2002-11-13  Huw DaviesWe need to compare the world transforms (at least the...
2002-11-04  Patrik StridvallFixed mismatches between the Wine headers and the Micro...
2002-09-23  Patrik StridvallCleaned up the code so it would be easier to parse...
2002-08-17  François GougetDetect the FreeType version and adapt the sfnt offset...
2002-08-17  Dmitry TimoshkovDo not leave uninitialized pointer.
2002-08-17  Huw D M DaviesFix for sign of font height in non MM_TEXT mode.
2002-07-24  Andreas MohrMisc spelling fixes.
2002-07-10  Alexandre JulliardQuiet the font loading error.
2002-06-22  Huw D M Davies- Implement AddFontResource*, add stubs for RemoveFontR...
2002-06-04  Alexandre JulliardBetter encapsulation of the font and metafile objects.
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-24  James JuranAdd missing \n to output messages.
2002-05-23  Alexandre JulliardReplaced the GET/PUT_UA macros by memcpy. Fixed a few...
2002-05-20  Alexandre JulliardAdded configure check for the soname of libraries that...
2002-04-04  Alexandre JulliardFixed compile without freetype.
2002-04-03  Huw D M DaviesRemoved old FF_ code.
2002-04-03  Huw D M DaviesImplement GetTextExtentPointI and add support for ETO_G...
2002-04-03  Huw D M DaviesFix a few font problems with rotated text and non MM_TE...
2002-04-03  Huw D M DaviesAdd font substitution lookup in the registry. We look...
2002-04-03  Dmitry TimoshkovImplement GetGlyphIndices. Tweak GetCharacterPlacement...
2002-04-03  Huw D M DaviesLoad libfreetype.so on the fly with dlopen and friends.
2002-03-23  Eric PouechChanged fixed fonts family name.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-01-29  Alexandre JulliardAuthors: Huw D M Davies <hdavies@codeweavers.com>,...
2001-12-24  Francois GougetInclude ftsnames.h or ftnames.h, not both.
2001-10-23  Huw D M DaviesImplement GetFontData.
2001-09-12  Huw D M DaviesLay down the infrastructure for gdi font rendering.