msxml3: Don't allocate new strings when returning namespace related data.
[wine] / dlls / gdi32 / freetype.c
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.
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.
next