user: Added fast A->W mapping for EM_GETLINE.
[wine] / dlls / wineps / truetype.c
2005-06-16  Alexandre JulliardUse the standard font path to look for TrueType fonts.
2005-06-13  Alexandre JulliardAdded magic comments to all Wine-specific registry...
2005-05-24  Hans LeidekkerFix uninitialized warnings.
2005-01-28  Huw DaviesAdd a few missing RegCloseKey calls.
2003-11-19  Rein KlazesInclude ft2build.h before freetype/freetype.h. Libfreet...
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2002-12-10  Alexandre Julliardwinnt.h should not be self-contained, it must depend...
2002-05-31  Vincent BéronRemoved trailing whitespace.
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-03  Huw D M DaviesLoad libfreetype.so on the fly with dlopen and friends.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2001-12-24  Francois GougetInclude ftsnames.h or ftnames.h, not both.
2001-08-15  Ian PilcherEliminate glyph bounding boxes & other unused font...
2001-08-08  Ian PilcherRewrite and separate AFM parsing code (no more [afmfiles]).
2001-07-26  Ian PilcherRewrite TrueType font metric parsing code.
2001-07-24  Alexandre JulliardRemoved HEAP_strdupA.
2001-07-24  Ian PilcherModify init code to handle const data types.
2001-07-22  Ian PilcherRemove redundant data structure from font metrics.
2001-07-19  Ian PilcherRead/calculate average character width for all fonts.
2001-07-02  Dmitry TimoshkovReplace PROFILE_* functions by Reg*.
2001-06-06  Ian PilcherUse autoconf checks to check for various FreeType headers.
2001-06-06  Ian PilcherRemoved incorrect string length calculation.
2001-05-29  Ian PilcherUse macros for FreeType includes.
2001-05-16  Ian PilcherRead metrics from TrueType fonts.