gdi32: Modify kerning scaling algorithm to the one which appears to better match...
[wine] / dlls / gdi / freetype.c
2006-09-28  Dmitry Timoshkovgdi32: Modify kerning scaling algorithm to the one...
2006-09-26  Dmitry Timoshkovgdi32: Implement GetKerningPairs for TrueType fonts.
2006-09-20  Huw Daviesgdi32: Fix ppem in the case that there isn't an exact...
2006-09-13  Byeong-Sik Jeongdi32: Fix init_system_links() for non-localized font...
2006-09-13  Byeong-Sik Jeongdi32: Fix wrong break statement use.
2006-09-11  Byeong-Sik Jeongdi32: Fix logical error of italic, bold determination.
2006-08-24  Jeff Latimergdi: Add missing glyph code to GetGlyphIndices and...
2006-07-24  Huw Daviesgdi32: Use the correct name when writing the fixed...
2006-07-21  Ge van Geldorpgdi: Use variables of correct size.
2006-07-12  Dan Hipschmangdi32: Implement GetTextExtentPoint in terms of GetText...
2006-06-02  Huw Daviesgdi32: FreeType's idea of metrics has changed for bitma...
2006-05-30  Mike McCormackgdi32: Fix an unused variable warning.
2006-05-26  Huw Daviesgdi32: The font cache needs to discriminate whether...
2006-05-26  Dmitry Timoshkovgdi: Add more const qualifiers.
2006-05-25  Andrew Ziemgdi: Constify data.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-15  Francois GougetFix some winapi_check documentation warnings.
2006-05-05  Huw Daviesgdi32: FcPatternGet( FC_FILE ) only returns the basenam...
2006-04-21  Alexandre Julliardgdi: Added WineEngGetCharABCWidthsI stub for the non...
2006-04-19  Jeff Latimergdi: Added implementation of GetCharABCWidthsI.
2006-04-10  Huw Daviesgdi32: Add support for ttc indices in the font link...
2006-04-05  Huw Daviesgdi32: Always consume the subst structure.
2006-04-05  Huw Daviesgdi32: Use the localised family name if present
2006-04-05  Huw Daviesgdi32: Move a few functions around. Should be a nop.
2006-04-04  Huw Daviesgdi32: Use a function to add entries to the substitutio...
2006-04-04  Huw Daviesgdi32: Use RtlUshortByteSwap to read big endian words.
2006-04-04  Alexandre Julliardgdi: Change ReadFontDir error into a warning.
2006-03-30  Huw Daviesgdi32: Move the font substitution list to a standard...
2006-03-18  Vitaly Lipatovgdi32: Look for ttf fonts in the Wine font dir.
2006-03-17  Alexandre Julliardgdi: Support for loading fonts from the build directory.
2006-03-09  Dmitry Timoshkovgdi: Load system fonts from $(datadir)/wine/fonts if...
2006-02-24  Dmitry Timoshkovgdi: Use "MS Sans Serif" as default sans serif font...
2006-02-22  Huw Daviesgdi32: Update due to last minute api change in freetype...
2006-02-02  Phil Krylovgdi: Slant font automatically if no italic variant...
2006-01-24  Huw Daviesgdi: Fixes to preempt freetype 2.2.0.
2006-01-24  Huw Daviesgdi: Use correct include file for FT_Get_Module.
2006-01-13  David Mooregdi: Fix display of fonts using Symbol codepages and...
2005-12-01  Rein KlazesMake WineEngGetFontData always return the used byte...
2005-10-31  Huw DaviesOnly select a bitmap font as a last resort if we can...
2005-10-06  Huw DaviesAdd a Wine specific flag to GetRasterizeCaps that repor...
2005-09-16  Huw DaviesOrder the bitmap font list by the ansi codepage bit...
2005-09-15  Huw DaviesRemember to remove a child font from the child font...
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...
next