wined3d: Rework surface Blt a bit to only lock the part of the destination surface...
[wine] / dlls / gdi32 / freetype.c
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...
2008-05-13  Dmitry Timoshkovgdi32: Add more font substitution tests, make them...
2008-05-01  Dan Hipschmangdi32: Add font faces to families in a specific order.
2008-04-29  Jeremy Whitegdi32: Shift default height used in EnumStructs to...
2008-04-14  Dmitry Timoshkovgdi32: Map glyph to Symbol range only if the font suppo...
2008-04-08  Huw Daviesgdi32: Don't overrun the current scanline while copying...
2008-04-07  Dmitry Timoshkovgdi32: Fix lfWidth before caching the font to avoid...
2008-04-07  Dmitry Timoshkovgdi32: Fully initialize face->ntmFlags on font load.
2008-04-04  Dmitry Timoshkovgdi32: Add a font scaling test when lfHeight == 0 and...
2008-04-02  Mikołaj Zalewskigdi32: Fix GetGlyphIndices to select properly the inval...
2008-03-25  Austin Englishgdi32: Spelling fixes.
2008-03-21  Huw Daviesgdi32: Ignore fonts with names that begin with a '.'.
2008-03-19  Aric Stewartfreetype: Fix a typo that prevented checking more than...
2008-03-19  Francois Gougetgdi32: Remove a trailing space in a Wine trace.
2008-03-13  Aric Stewartgdi32: Add loading and processing of GSUB table vert...
2008-03-12  Huw Daviesgdi32: Factor out FreeType initialization into a separa...
2008-03-11  Aric Stewartgdi32: Skip leading @ from FontFace when looking for...
2008-03-10  Huw Daviesgdi32: Store the Windows path (if it's available) in...
2008-03-10  Huw Daviesgdi32: Update both winnt and win9x font keys and factor...
2008-03-01  James Hawkinsjanitorial: Remove links to any microsoft site.
2008-02-28  Andrew Talbotgdi32: Assign to structs instead of using memcpy.
2008-02-19  Aric Stewartgdi32: Japanese Windows had a default fallback Font...
2008-02-05  Alexandre Julliardgdi32: Use a separate critical section for freetype...
2008-02-05  Aric Stewartgdi32: Child fonts need to be scaled like their parent...
2008-01-21  Dmitry Timoshkovgdi32: Actually perform the fractional scaling test...
2008-01-16  Sin-ta Hsieagdi32: Fix Traditional Chinese font mapping to "PMingLi...
2008-01-16  Dmitry Timoshkovgdi32: Allocate cache for face enumeration data only...
2008-01-15  Dan Kegelgdi32: Fix AddFontResource behavior with relative paths.
2008-01-15  Dmitry Timoshkovgdi32: Add a test for undocumented EnumFontFamiliesEx...
2008-01-14  Dmitry Timoshkovgdi32: Initialize more fields in GetEnumStructs.
2008-01-14  Dmitry Timoshkovgdi32: Use public FS_xxxxxx defines.
2008-01-11  Dmitry Timoshkovgdi32: Simplify GetEnumStructs.
2008-01-11  Dmitry Timoshkovgdi32: Fix a GdiFont leak.
2008-01-10  Dmitry Timoshkovgdi32: Fix the regression caused by the scaling font...
2008-01-08  Dmitry Timoshkovgdi32: Add support for scaling font metrics.
2008-01-07  Andrew Talbotgdi32: Remove unneeded casts.
2007-12-13  Aric Stewartgdi32: Cache font enum info.
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...
next