netapi32: Fix tests when the machine is on DOMAIN.
[wine] / dlls / gdi32 / freetype.c
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...
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.