gdi32: Don't add system_links entries for substituted fonts.
[wine] / dlls / gdi32 / freetype.c
2009-05-05  Paul TBBle Hampsongdi32: Don't add system_links entries for substituted...
2009-05-05  Paul TBBle Hampsongdi32: Fetch child fonts by real parent font name.
2009-04-30  Paul TBBle Hampsongdi32: Remove tabs from init_system_links TRACEs.
2009-04-30  Paul TBBle Hampsongdi32: Ensure font name comparisons are case-insensitive.
2009-03-02  Dmitry Timoshkovgdi32: Fix the font rotation direction.
2009-02-27  Dmitry Timoshkovgdi32: Revert an unrelated part of 028617b90ba586bdb307...
2009-02-20  Huw Daviesgdi32: Fix fractional scaling threshold.
2009-02-19  Huw Daviesgdi32: Set the font family as FF_MODERN if the panose...
2009-02-18  Huw Daviesgdi32: The special handling of the character codes...
2009-02-17  Huw Daviesgdi32: In a Baltic locale the last char of a symbol...
2009-02-16  Huw Daviesgdi32: Improve calculation of the character code text...
2009-02-12  Huw Daviesgdi32: Add missing serif types.
2009-02-11  Huw Daviesgdi32: Correct the font family values returned in the...
2009-02-05  Dmitry Timoshkovgdi32: Make sure that World2Vport DC transformation...
2009-02-03  Dmitry Timoshkovgdi32: Add a test for the MAT2 parameter of GetGlyphOut...
2009-01-28  Alexandre Julliardgdi32: Don't hold the GDI lock while calling the Freety...
2009-01-26  Alexandre Julliardgdi32: Avoid some pointer casts.
2009-01-26  Michael Stefaniucgdi32: Remove superfluous pointer casts.
2008-12-29  Byeongsik Jeongdi32: Restore the trimmed bitmap image by FT_Render_Gl...
2008-12-24  Byeongsik Jeongdi32: Don't truncate the added pixels with FT_LCD_FILT...
2008-12-23  Alexandre Julliardgdi32: Fix the build without Freetype LCD support.
2008-12-22  ByeongSik Jeongdi32, winex11: Add support for subpixel font rendering.
2008-12-11  ByeongSik Jeongdi32: Unify Chinese and Japanese default font name.
2008-12-03  Aric Stewartgdi32: Use the substitute name, if it exists, when...
2008-11-03  Dmitry Timoshkovgdi32: Try to avoid not necessary glyph transformations.
2008-10-28  Bobby Binghamgdi32: Add support for the GGO_UNHINTED flag in GetGlyp...
2008-10-27  Dmitry Timoshkovgdi32: Search the child font list first.
2008-10-20  Francois Gougetdirent.h is a conditional include now.
2008-10-13  Andrew Talbotgdi32: Sign-compare warnings fix.
2008-10-09  Dmitry Timoshkovgdi32: Revert incorrect fix introduced in a5d288f08c08d...
2008-10-09  Dmitry Timoshkovgdi32: Remove the code which bypasses the DC transforma...
2008-09-18  Huw Daviesgdi32: Factor out the name table lookup into a separate...
2008-09-11  Dmitry Timoshkovgdi32: Don't use pOS2->usWeightClass, some fonts don...
2008-09-04  Shunichi Fujigdi32: Adjust FT_MulFix function to Freetype cvs head.
2008-08-25  Alexandre Julliardgdi32: Add missing WineEngRealizationInfo function...
2008-08-21  Dmitry Timoshkovgdi32: Replace DC transform by font scaling for bitmap...
2008-08-21  Dmitry Timoshkovgdi32: Avoid loading a bitmap if a glyph transformation...
2008-08-05  Huw Daviesgdi32: Keep track of the number of unique fonts that...
2008-07-23  Lei Zhanggdi32: Glyph advances should be measured for unrotated...
2008-07-11  Andrew Talbotgdi32: Remove unneeded address-of operator from array...
2008-07-08  Michael KarcherAdd support for compatibility mode in WineEngCreateFont...
2008-07-01  Michael Karchergdi32: Fix double->fixpoint conversion in freetype.c.
2008-06-25  Dan Hipschmangdi32: Return the correct value from GetTextFace.
2008-06-24  Dmitry Timoshkovgdi32: Perform correct glyph scaling even if font metri...
2008-06-24  Dmitry Timoshkovgdi32: Indent a block of code using 4 spaces instead...
2008-06-24  Dmitry Timoshkovgdi32: Scale outline font metrics.
2008-06-24  Dmitry Timoshkovgdi32: Don't return cached glyph metrics if a custom...
2008-06-24  Dmitry Timoshkovgdi32: Don't cache glyph metrics if they have a custom...
2008-06-24  Dmitry Timoshkovgdi32: Apply the custom transform to a glyph only if...
2008-06-24  Dmitry Timoshkovgdi32: Perform the world transform separately from...
2008-06-24  Dmitry Timoshkovgdi32: Font scaling transform is performed separately.
2008-06-24  Dmitry Timoshkovgdi32: Don't forget to update the glyph advance in...
2008-06-24  Dmitry Timoshkovgdi32: Initialize otmMacAscent, otmMacDescent, otmMacLi...
2008-06-24  Dmitry Timoshkovgdi32: Perform font height scaling with higher precision.
2008-06-23  Dmitry Timoshkovgdi32: Extend the font substitution test, make it pass...
2008-06-21  Lei Zhanggdi32: Check for regular fonts by style instead of...
2008-06-18  Dmitry Timoshkovgdi32: Use 0xffff as a default character as Vista does.
2008-06-09  Zhangrong Huanggdi32: Add more Asian codepages to get default fallback...
2008-05-22  Alexandre Julliardgdi32: Perform coordinate transformations using doubles...
2008-05-13  Dmitry Timoshkovgdi32: Add more font substitution tests, make them...
2008-05-01  Dan Hipschmangdi32: Add font faces to families in a specific order.
2008-04-29  Jeremy Whitegdi32: Shift default height used in EnumStructs to...
2008-04-14  Dmitry Timoshkovgdi32: Map glyph to Symbol range only if the font suppo...
2008-04-08  Huw Daviesgdi32: Don't overrun the current scanline while copying...
2008-04-07  Dmitry Timoshkovgdi32: Fix lfWidth before caching the font to avoid...
2008-04-07  Dmitry Timoshkovgdi32: Fully initialize face->ntmFlags on font load.
2008-04-04  Dmitry Timoshkovgdi32: Add a font scaling test when lfHeight == 0 and...
2008-04-02  Mikołaj Zalewskigdi32: Fix GetGlyphIndices to select properly the inval...
2008-03-25  Austin Englishgdi32: Spelling fixes.
2008-03-21  Huw Daviesgdi32: Ignore fonts with names that begin with a '.'.
2008-03-19  Aric Stewartfreetype: Fix a typo that prevented checking more than...
2008-03-19  Francois Gougetgdi32: Remove a trailing space in a Wine trace.
2008-03-13  Aric Stewartgdi32: Add loading and processing of GSUB table vert...
2008-03-12  Huw Daviesgdi32: Factor out FreeType initialization into a separa...
2008-03-11  Aric Stewartgdi32: Skip leading @ from FontFace when looking for...
2008-03-10  Huw Daviesgdi32: Store the Windows path (if it's available) in...
2008-03-10  Huw Daviesgdi32: Update both winnt and win9x font keys and factor...
2008-03-01  James Hawkinsjanitorial: Remove links to any microsoft site.
2008-02-28  Andrew Talbotgdi32: Assign to structs instead of using memcpy.
2008-02-19  Aric Stewartgdi32: Japanese Windows had a default fallback Font...
2008-02-05  Alexandre Julliardgdi32: Use a separate critical section for freetype...
2008-02-05  Aric Stewartgdi32: Child fonts need to be scaled like their parent...
2008-01-21  Dmitry Timoshkovgdi32: Actually perform the fractional scaling test...
2008-01-16  Sin-ta Hsieagdi32: Fix Traditional Chinese font mapping to "PMingLi...
2008-01-16  Dmitry Timoshkovgdi32: Allocate cache for face enumeration data only...
2008-01-15  Dan Kegelgdi32: Fix AddFontResource behavior with relative paths.
2008-01-15  Dmitry Timoshkovgdi32: Add a test for undocumented EnumFontFamiliesEx...
2008-01-14  Dmitry Timoshkovgdi32: Initialize more fields in GetEnumStructs.
2008-01-14  Dmitry Timoshkovgdi32: Use public FS_xxxxxx defines.
2008-01-11  Dmitry Timoshkovgdi32: Simplify GetEnumStructs.
2008-01-11  Dmitry Timoshkovgdi32: Fix a GdiFont leak.
2008-01-10  Dmitry Timoshkovgdi32: Fix the regression caused by the scaling font...
2008-01-08  Dmitry Timoshkovgdi32: Add support for scaling font metrics.
2008-01-07  Andrew Talbotgdi32: Remove unneeded casts.
2007-12-13  Aric Stewartgdi32: Cache font enum info.
2007-12-10  Hans Leidekkergdi32: GetCharABCWidthsI does not require a scalable...
2007-12-03  Hans Leidekkergdi32: Implement GetTextExtentExPointI.
2007-10-15  Gerald Pfeifergdi32: Avoid compiler warning in WineEngGetGlyphOutline().
2007-10-15  Huw Daviesgdi32: Try to load Wine's TrueType fonts from the build...
2007-10-15  Huw Daviesgdi32: Don't load Wine's bitmap-only TrueType fonts.
next