gdiplus: Add test for GdipGetPathGradientSurroundColorsWithCount.
[wine] / dlls / gdi32 / freetype.c
2012-03-13  Kusanagi Kouichigdi32: Remove unused parameters and code, and a useless...
2012-03-13  Kusanagi Kouichigdi32: Simplify font replacement loading.
2012-03-13  Kusanagi Kouichigdi32: Add a helper function to get face list from...
2012-03-13  Kusanagi Kouichigdi32: Add a helper function to create a full name...
2012-03-13  Kusanagi Kouichigdi32: Move font signature of font link from Face to...
2012-03-13  Kusanagi Kouichigdi32: Add a helper function to find font link.
2012-02-21  Kusanagi Kouichigdi32: Initialize font signature of "System" font link.
2012-02-16  Alexandre Julliardgdi32: Fix font orientation when mirroring in compatibl...
2012-02-15  Kusanagi Kouichigdi32: Add traces for skipped font replacements.
2012-02-15  Kusanagi Kouichigdi32: Use find_family_from_any_name to find a replacem...
2012-02-14  Aric Stewartgdi32: Rebuild the internal SystemLink every time.
2012-02-09  Aric Stewartgdi32: Load fonts from default Mac external font paths.
2012-02-08  Akihiro Sagawagdi32: Consider whether the logical font face is vertic...
2012-02-08  Aric Stewartgdi32: Allow font replacements to be specified either...
2012-02-07  Akihiro Sagawagdi32: Restore the vertical font flag from the cache.
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...
next