riched32: Fix regression in WM_GETTEXTLENGTH on richedit 1.0 emulation.
[wine] / dlls / gdi32 / freetype.c
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.
2007-10-15  Huw Daviesgdi32: Factor out the code to call FT_Load_Sfnt_Table.
2007-10-05  Huw Daviesgdi32: Fixed a misplaced break.
2007-10-03  Huw Daviesgdi32: Let the WINE_GGO_GRAY16_BITMAP case load a bitmap.
2007-10-03  Huw Daviesgdi32: Only cache the glyph metrics when rendering...
2007-10-03  Huw Daviesgdi32: TrueType fonts from the data directory should...
2007-10-02  Dmitry Timoshkovgdi32: Prefer a Microsoft cmap table over other platfor...
2007-09-27  Alexandre Julliardgdi32: Fix typo in FIXME (spotted by Rob Shearman).
2007-09-26  Alexandre Julliardgdi32: Move the generic part of FontIsLinked() to font.c.
2007-09-26  Alexandre Julliardgdi32: Don't pass a DC handle to WineEngGetFontUnicodeR...
2007-09-20  Dmitry Timoshkovgdi32: Use symbolic names for font tags.
2007-09-17  Mikolaj Zalewskigdi32: Return the correct font type, ntmFlags and Pitch...
2007-09-17  Mikolaj Zalewskigdi32: Implement AddFontMemResourceEx (based on a patch...
2007-09-17  Mikolaj Zalewskigdi32: Store child font links as pointers to struct...
2007-09-12  Dmitry Timoshkovgdi32: Use lower case font dir name to match unix direc...
2007-08-30  Aric Stewartgdi32: Allocate our glyph metrics in a 128 index chunk...
2007-08-21  Alexandre Julliardgdi32: Add separate functions for releasing/freeing...
2007-08-02  Dmitry Timoshkovgdi32: Also print a readable table name in the failure...
2007-07-31  Dmitry Timoshkovgdi32: Make GetFontData traces more readable.
2007-07-11  Dmitry Timoshkovgdi32: Do not report an error if a requested to add...
2007-07-09  Alexandre Julliardconfigure: Merge the libfreetype existence check with...
2007-07-05  Huw Daviesgdi32: Using a bitmap font as the fallback sans serif...
2007-07-02  Alexandre Julliardconfigure: Make the libfontconfig soname check depend...
2007-07-02  Alexandre Julliardconfigure: Export the shared library extension instead...
2007-06-26  Michael Stefaniucgdi32: Multi-character character constants aren't porta...
2007-05-04  Dmitry Timoshkovgdi32: AddFontResource should return a number of added...
2007-05-04  Dmitry Timoshkovgdi32: Handle errors in WineEngAddFontResourceEx.
2007-05-03  Aric Stewartgdi32: GetGlyphOutline needs to look at linked fonts...
2007-04-20  Aric Stewartgdi32: Make the comparison for system link font replace...
2007-04-02  Felix Nawothniggdi32: Properly handle negative font widths.
2007-03-22  Ken ThomasesRevert "gdi32: Disable the freetype mmap sharing on...
2007-03-21  Andrew Talbotgdi32: Replace inline static with static inline.
2007-03-19  Dmitry Timoshkovwinex11.drv: In the case requested glyphs do not presen...
2007-03-15  Dmitry Timoshkovgdi32: Add a GetTextMetrics test, make it pass under...
2007-03-07  Aric Stewartgdi32: Search SystemLinked fonts when looking for a...
2007-03-06  Byeong-Sik Jeongdi32: Fix FontSubstitute values for Korean locale.
2007-03-06  Byeong-Sik Jeongdi32: Add missing pFT_Done_Face().
2007-03-06  Aric Stewartgdi32: Set FontSubstitute values by locale.
2007-03-02  Aric Stewartgdi32: Don't fail replacement on no localized family...
2007-03-02  Hans Leidekkergdi32: Implement GetFontUnicodeRanges.
2007-02-26  Aric Stewartgdi32: Select correct replacement from ttc file.
2007-02-26  Aric Stewartgdi32: Allow for loading of multibyte font name replace...
2007-01-11  Dmitry Timoshkovgdi32: Print status of the hinting support in the debug...
2007-01-09  Andrew Talbotgdi32: Remove unused variables.
2006-12-21  Huw Daviesgdi32: Extract the constituent TrueType files from...
2006-12-21  Huw Daviesgdi32: Actually create the Wine fonts key if it doesn...
2006-12-20  Huw Daviesgdi32: Improve the fontconfig filtering hack so that...
2006-12-08  Alexandre Julliardgdi32: Don't assume that the font codepages change...
2006-12-08  Alexandre Julliardgdi32: Disable the freetype mmap sharing on Mac OS.
2006-12-06  Alexandre Julliardgdi32: Only mmap a given font file once.
2006-11-17  Alexandre Julliardgdi32: Get rid of the gdi.h include.
2006-11-09  Mike McCormackgdi32: Downgrade a FIXME to a WARN.
2006-10-31  Andrew Talbotgdi32: Cast-qual warnings fix.
2006-10-20  Alexandre Julliardgdi32: Renamed the gdi directory to gdi32.