gdi32: Keep our internal generated system links separate and append them to any user...
[wine] / dlls / gdi32 / freetype.c
2012-02-07  Aric Stewartgdi32: Keep our internal generated system links separat...
2012-02-01  Aric Stewartgdi32: In update_system_links if the font we are trying...
2012-01-10  Alexandre Julliardgdi32: Get rid of the CreateDIBSection driver entry...
2012-01-10  Kusanagi Kouichigdi32: GetGlyphIndices doesn't substitute glyph.
2011-12-20  Kusanagi Kouichigdi32: Substitute glyph for vertical font only.
2011-12-20  Kusanagi Kouichigdi32: Add vertical fonts to font list.
2011-12-20  Kusanagi Kouichigdi32: Split AddFontToList into two functions.
2011-12-20  Kusanagi Kouichigdi32: Merge two ifs.
2011-12-20  Kusanagi Kouichigdi32: Use find_family_from_name and LIST_FOR_EACH...
2011-12-20  Kusanagi Kouichigdi32: Add a helper function to convert a string from...
2011-12-16  Francois Gougetgdi32: Avoid hardcoding the Unicode string literal...
2011-12-13  Kusanagi Kouichigdi32: Don't remove leading '@' from face name.
2011-12-13  Kusanagi Kouichigdi32: Don't use preferred family name.
2011-12-12  Alexandre Julliardgdi32: GetCharABCWidthsFloatW must succeed with non...
2011-11-16  Huw Daviesgdi32: Use an array of masks to simplify the bitmap...
2011-11-16  Huw Daviesgdi32: Return valid anti-alias format bitmaps if the...
2011-11-16  Huw Daviesgdi32: Add a helper to return the maximum level to...
2011-11-14  Marcus Meissnergdi32: Fixed loop end setting (Coverity).
2011-11-08  Alexandre Julliardgdi32: Add a CopyBitmap driver entry point.
2011-11-07  Akihiro Sagawagdi32: Use the translated string as a charset name.
2011-10-31  Alexandre Julliardgdi32: Add a DC driver entry point for GdiGradientFill.
2011-10-27  Ken Thomasesgdi32: Allow ~-based paths in HKCU\Software\Wine\Fonts...
2011-10-26  Alexandre Julliardgdi32: Implement GdiRealizationInfo as a standard drive...
2011-10-26  Alexandre Julliardgdi32: Implement FontIsLinked as a standard driver...
2011-10-26  Alexandre Julliardgdi32: Implement GetFontData as a standard driver entry...
2011-10-26  Alexandre Julliardgdi32: Implement GetTextFace as a standard driver entry...
2011-10-26  Alexandre Julliardgdi32: Implement GetTextExtentExPointI as a standard...
2011-10-26  Alexandre Julliardgdi32: Implement GetTextCharsetInfo as a standard drive...
2011-10-26  Alexandre Julliardgdi32: Implement GetOutlineTextMetrics as a standard...
2011-10-26  Alexandre Julliardgdi32: Implement GetKerningPairs as a standard driver...
2011-10-25  Alexandre Julliardgdi32: Implement GetGlyphOutline as a standard driver...
2011-10-25  Alexandre Julliardgdi32: Implement GetGlyphIndices as a standard driver...
2011-10-25  Alexandre Julliardgdi32: Implement GetFontUnicodeRanges as a standard...
2011-10-25  Alexandre Julliardgdi32: Reimplement GetCharABCWidthsFloat using the...
2011-10-25  Alexandre Julliardgdi32: Implement GetCharABCWidthsI as a standard driver...
2011-10-25  Alexandre Julliardgdi32: Implement GetCharABCWidths as a standard driver...
2011-10-24  Alexandre Julliardgdi32: Add driver entry points for a number of font...
2011-10-24  Alexandre Julliardgdi32: Rename the EnumDeviceFonts entry point to EnumFo...
2011-10-24  Alexandre Julliardgdi32: Implement EnumDeviceFonts as a standard driver...
2011-10-24  Alexandre Julliardgdi32: Don't return outline metrics for bitmap fonts.
2011-10-24  Alexandre Julliardgdi32: Implement GetTextMetrics as a standard driver...
2011-10-24  Alexandre Julliardgdi32: Add a few helper functions for computing font...
2011-10-20  Alexandre Julliardgdi32: Implement GetCharWidthW as a standard driver...
2011-10-20  Alexandre Julliardgdi32: Implement GetTextExtentExPointW as a standard...
2011-10-19  Alexandre Julliardgdi32: Implement SelectFont as a standard driver entry...
2011-10-19  Alexandre Julliardgdi32: Add an initial Freetype font driver.
2011-10-12  Huw Daviesgdi32: Add the liberation fonts to the default fallback...
2011-10-12  Huw Daviesgdi32: Move to a more scalable mechanism for picking...
2011-10-11  Huw Daviesgdi32: Now that we require a less ancient freetype...
2011-10-11  Huw Daviesgdi32: Remove no longer needed include file.
2011-10-10  Huw Daviesgdi32: Require that we have freetype's FT_Load_Sfnt_Tab...
2011-10-06  Huw Daviesgdi32: Move some common default fonts to the head of...
2011-10-06  Huw Daviesgdi32: Load the font properties from the cache if it...
2011-10-06  Huw Daviesgdi32: Cache the loaded font list properties.
2011-10-06  Huw Daviesgdi32: Move the font list initialisation to a separate...
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.
next