gdi32: Keep track of the english family name if there's a localised name as well.
[wine] / dlls / gdi32 / freetype.c
2011-10-06  Huw Daviesgdi32: Keep track of the english family name if there...
2011-09-28  Huw Daviesgdi32: Use a separate variable to indicate the default...
2011-09-12  Josh Jurangdi32: Simplify logic in WineEngGetFontData().
2011-08-24  Grazvydas Ignotasgdi32: Use correct name for elfFullName.
2011-08-04  Huw Daviesgdi32: Don't load a font replacement if any face of...
2011-08-02  Frédéric Delanoydlls: Assorted spelling fixes.
2011-05-17  Ken Thomasesgdi32: Fix leak of FullName of replaced font face.
2011-05-12  Grazvydas Ignotasgdi32: Implement font selection by its full name.
2011-05-12  Grazvydas Ignotasgdi32: Refactor get_facename to retrieve other names...
2011-05-11  Konstantin L. Metlovgdi32: Handle pre-Unicode symbol TTFs with symbols...
2011-05-09  Konstantin L. Metlovgdi32: Handle pre-Unicode "broken" symbol TTFs with...
2011-04-11  Alexandre Julliardgdi32: Fix a compiler warning on 64-bit.
2011-04-08  Alexandre Julliardgdi32: Avoid reading bits outside of the glyph bitmap...
2011-04-04  Akihiro Sagawagdi32: Create charset enumeration order list for EnumFo...
2011-04-04  Akihiro Sagawagdi32: Remove redundant charset assignments.
2011-04-04  Akihiro Sagawagdi32: Move charset enumeration to helper function.
2011-03-14  Dmitry Timoshkovgdi32: Remove a redundant check for Roman font presence.
2011-02-24  Dmitry Timoshkovgdi32: EnumFontFamilies should also match against fully...
2011-02-21  Dmitry Timoshkovgdi32: Do not leak the hfont list (Valgrind).
2011-02-21  Dmitry Timoshkovgdi32: Go through all hfontlist entries not just the...
2011-02-21  Dmitry Timoshkovgdi32: Add dumping of child GDI font cache.
2010-12-17  Huw Daviesgdi32: Clear the accel flags.
2010-11-05  Dmitry TimoshkovRevert "gdi32: Make AddFontToList skip adding a face...
2010-10-27  Dmitry Timoshkovgdi32: Make AddFontToList skip adding a face into globa...
2010-08-02  Dmitry Timoshkovgdi32: Do not crash on an invalid pointer passed to...
2010-07-28  Dmitry Timoshkovgdi32: Make sure that all the glyph metrics are transfo...
2010-07-21  Marcus Meissnergdi32: Rebuild font hash after changing the matrix.
2010-05-27  Alexandre JulliardRevert "gdi32: Pre-multiply RGB values by alpha for...
2010-05-18  Dmitry Timoshkovgdi32: Do not use VDMX for mapping of negative font...
2010-05-17  Alexandre Julliardgdi32: Pre-multiply RGB values by alpha for subpixel...
2010-03-29  Mikhail Maroukhinegdi32: Fix compiler warnings with flag -Wcast-qual.
2010-01-20  Christian Costagdi32: Improve some FIXMEs.
2009-12-11  Hans Leidekkergdi32: Implement WineEngGetCharABCWidthsFloat and forwa...
2009-12-07  Alexandre Julliardgdi32: Don't include wingdi16.h by default.
2009-10-07  Dmitry Timoshkovgdi32: Rework the test for too large width/height font...
2009-08-03  Aric Stewartgdi32: Ensure child fonts have names.
2009-08-03  Dmitry Timoshkovgdi32: Use a better heuristics for tmWeight.
2009-07-16  Aric Stewartgdi32: In init_system_links, reinitialize val_len and...
2009-06-25  Huw Daviesconfigure: Remove reference to obsolete ftnames.h.
2009-06-02  Michael Stefaniucgdi32: Avoid using long when not needed.
2009-05-12  Paul TBBle Hampsongdi32: Autopopulate FontLinks when autopopulating FontS...
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...
next