Only add Tahoma to the System font's link list if we can actually find
[wine] / dlls / gdi / freetype.c
2005-09-14  Huw DaviesOnly add Tahoma to the System font's link list if we...
2005-09-14  Dmitry TimoshkovPerform automatic bitmap font configuration based on...
2005-09-14  Huw DaviesCope with OpenFontFile failing.
2005-09-12  Marcus MeissnerThe last argument to MultiByteToWideChar is wide charac...
2005-09-08  Huw DaviesHave ExtTextOut call into the font linking mechanism.
2005-09-07  Huw DaviesImplement FontIsLinked.
2005-09-07  Huw Daviesget_glyph_index should return the nonexistent glyph...
2005-09-07  Huw DaviesAdd infrastructure for font linking. WineEngGetLinkedHF...
2005-09-06  Huw DaviesStore the selected ppem in the GdiFont.
2005-09-06  Huw DaviesBuild a list of font links read in from the registry.
2005-08-19  Huw DaviesCope better with mixed charset fonts.
2005-08-15  Huw DaviesA previous signed-ness fix broke display of non-ansi...
2005-08-08  Mike McCormackWarning fixes for gcc 4.0.
2005-07-05  Mike McCormack-Wpointer-sign fixes for gcc 4.0.
2005-06-28  Alexandre JulliardFixed HKLM/HKCU mixup for the external fonts key.
2005-06-14  Alexandre JulliardMoved all font config parameters to HKCU\Software\Wine...
2005-06-13  Alexandre JulliardAdded magic comments to all Wine-specific registry...
2005-05-06  Francois GougetFix nativeapi.pm so it knows about AC_HEADER_STAT().
2005-04-18  Peter Berg LarsenReplace strncpy with memcpy or lstrcpyn.
2005-04-11  Vincent BéronMake static some functions used only in a single file.
2005-02-25  TANABE HiroshiRemove (buf && !buflen) checking.
2005-01-24  Troy RolloDon't refuse to process VDMX ratio entries with bCharSe...
2005-01-05  Vitaly LipatovSpelling fixes.
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-12-13  Huw DaviesFix always false test. Spotted by Eric Pouech.
2004-10-18  Rein KlazesTest whether the ft_encoding's are defined, not the...
2004-09-15  Vincent BéronUse the preferred FT_ENCODING values rather than ft_enc...
2004-09-08  Hans LeidekkerFix signed/unsigned comparison warnings.
2004-08-26  Huw DaviesFreeType doesn't supply a charmap for bitmap fonts...
2004-08-17  Huw DaviesConvert installed font list to list.h.
2004-08-11  Huw DaviesDon't try to rotate bitmap fonts.
2004-08-11  Huw DaviesDon't ever return a bitmap font if the driver can't...
2004-08-10  Huw DaviesWe don't currently support horizontal stretching of...
2004-08-09  Huw DaviesGetCharABCWidths should fail for non-scalable fonts.
2004-08-09  Huw DaviesTry harder to match to a font if the family name is...
2004-08-09  Huw DaviesBreak and default char are both relative to first char...
2004-08-06  Huw DaviesMaintain a cache (currently of up to 10) of unused...
2004-08-04  Huw DaviesConvert gdi font list to use list.h.
2004-07-22  Huw DaviesMake tmUnderlined and tmStruckOut reflect the values...
2004-07-14  Huw DaviesFix font replacements to work with bitmap fonts.
2004-06-16  Huw DaviesAdd support for bitmap fonts.
2004-04-20  Francois GougetMake Unicode strings static const.
2004-04-19  Francois GougetMake Unicode const strings static so they are not copie...
2004-04-14  Alexandre JulliardMoved wine_get_unix_file_name implementation to ntdll...
2004-03-09  Robert ShearmanCheck for NULL pointers returned by HeapAlloc.
2004-03-09  Huw DaviesAdd registry entries for any fonts found by fontconfig...
2004-02-12  Huw DaviesGetCharABCWidths returns the widths of unrotated glyphs...
2004-02-02  Huw DaviesGulimChe has the IsFixedPitch flag set, yet contains...
2004-01-19  Huw DaviesFix compilation if Freetype isn't installed.
2004-01-18  Alexandre JulliardUse the exported FONTENUMPROCW as parameter in the...
2004-01-15  Alexandre JulliardGet rid of the global INTERNAL_[XY]WSTODS macros.
2004-01-15  Alexandre JulliardMoved a bunch of definitions from gdi.h into a new...
2004-01-05  Eric PouechMade wine_get_unix_file_name take a Unicode string...
2003-12-15  Marcus MeissnerOlder versions of freetype do not have FT_Get_First_Char.
2003-12-10  Huw DaviesIf a font has a version 0 OS2 table then Windows uses...
2003-12-08  Huw DaviesIf usWinAscent + usWinDescent == 0 then use the Ascende...
2003-11-19  Rein KlazesInclude ft2build.h before freetype/freetype.h. Libfreet...
2003-11-12  Huw DaviesScale the OUTLINETEXTMETRIC's bounding box with the...
2003-11-11  Dmitry TimoshkovConstify strings.
2003-11-09  Huw DaviesLoad any TrueType fonts that fontconfig knows about.
2003-10-28  Marcus MeissnerUse freetype 2.0 defines for font encodings instead...
2003-10-15  Marcus MeissnerSpecify fourcc codes for encodings directly, instead...
2003-10-15  Dave BelangerImproved selection of freetype face charmap.
2003-10-11  Dave BelangerImplementation of underline and strikeout text in xrender.
2003-10-10  Dave BelangerImproved font glyph transformation support in GetGlyphO...
2003-10-04  Dave BelangerImproved generation of font signature from freetype...
2003-10-04  Dave BelangerFace families are in the top 4 bits of lfPitchAndFamily...
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-06-23  Huw DaviesDon't enable client side fonts unless we have at least...
2003-03-30  Adam GundyDon't look at the second character of the path unless...
2003-03-17  Paul RupeFix a couple INT/UINT comparisons.
2003-01-23  Alexandre JulliardAdded -Wpointer-arith gcc flag, and fixed the resulting...
2002-12-03  Alexandre JulliardMerged font.h and path.h into gdi.h. Moved x11font...
2002-11-22  Alexandre JulliardMade gdi compile with -DSTRICT.
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.
next