Make Unicode const strings static so they are not copied to the stack
[wine] / dlls / gdi / freetype.c
2004-04-19  Francois GougetMake Unicode const strings static so they are not copie...
2004-04-14  Alexandre JulliardMoved wine_get_unix_file_name implementation to ntdll...
2004-03-09  Robert ShearmanCheck for NULL pointers returned by HeapAlloc.
2004-03-09  Huw DaviesAdd registry entries for any fonts found by fontconfig...
2004-02-12  Huw DaviesGetCharABCWidths returns the widths of unrotated glyphs...
2004-02-02  Huw DaviesGulimChe has the IsFixedPitch flag set, yet contains...
2004-01-19  Huw DaviesFix compilation if Freetype isn't installed.
2004-01-18  Alexandre JulliardUse the exported FONTENUMPROCW as parameter in the...
2004-01-15  Alexandre JulliardGet rid of the global INTERNAL_[XY]WSTODS macros.
2004-01-15  Alexandre JulliardMoved a bunch of definitions from gdi.h into a new...
2004-01-05  Eric PouechMade wine_get_unix_file_name take a Unicode string...
2003-12-15  Marcus MeissnerOlder versions of freetype do not have FT_Get_First_Char.
2003-12-10  Huw DaviesIf a font has a version 0 OS2 table then Windows uses...
2003-12-08  Huw DaviesIf usWinAscent + usWinDescent == 0 then use the Ascende...
2003-11-19  Rein KlazesInclude ft2build.h before freetype/freetype.h. Libfreet...
2003-11-12  Huw DaviesScale the OUTLINETEXTMETRIC's bounding box with the...
2003-11-11  Dmitry TimoshkovConstify strings.
2003-11-09  Huw DaviesLoad any TrueType fonts that fontconfig knows about.
2003-10-28  Marcus MeissnerUse freetype 2.0 defines for font encodings instead...
2003-10-15  Marcus MeissnerSpecify fourcc codes for encodings directly, instead...
2003-10-15  Dave BelangerImproved selection of freetype face charmap.
2003-10-11  Dave BelangerImplementation of underline and strikeout text in xrender.
2003-10-10  Dave BelangerImproved font glyph transformation support in GetGlyphO...
2003-10-04  Dave BelangerImproved generation of font signature from freetype...
2003-10-04  Dave BelangerFace families are in the top 4 bits of lfPitchAndFamily...
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-06-23  Huw DaviesDon't enable client side fonts unless we have at least...
2003-03-30  Adam GundyDon't look at the second character of the path unless...
2003-03-17  Paul RupeFix a couple INT/UINT comparisons.
2003-01-23  Alexandre JulliardAdded -Wpointer-arith gcc flag, and fixed the resulting...
2002-12-03  Alexandre JulliardMerged font.h and path.h into gdi.h. Moved x11font...
2002-11-22  Alexandre JulliardMade gdi compile with -DSTRICT.
2002-11-13  Huw DaviesWe need to compare the world transforms (at least the...
2002-11-04  Patrik StridvallFixed mismatches between the Wine headers and the Micro...
2002-09-23  Patrik StridvallCleaned up the code so it would be easier to parse...
2002-08-17  François GougetDetect the FreeType version and adapt the sfnt offset...
2002-08-17  Dmitry TimoshkovDo not leave uninitialized pointer.
2002-08-17  Huw D M DaviesFix for sign of font height in non MM_TEXT mode.
2002-07-24  Andreas MohrMisc spelling fixes.
2002-07-10  Alexandre JulliardQuiet the font loading error.
2002-06-22  Huw D M Davies- Implement AddFontResource*, add stubs for RemoveFontR...
2002-06-04  Alexandre JulliardBetter encapsulation of the font and metafile objects.
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-24  James JuranAdd missing \n to output messages.
2002-05-23  Alexandre JulliardReplaced the GET/PUT_UA macros by memcpy. Fixed a few...
2002-05-20  Alexandre JulliardAdded configure check for the soname of libraries that...
2002-04-04  Alexandre JulliardFixed compile without freetype.
2002-04-03  Huw D M DaviesRemoved old FF_ code.
2002-04-03  Huw D M DaviesImplement GetTextExtentPointI and add support for ETO_G...
2002-04-03  Huw D M DaviesFix a few font problems with rotated text and non MM_TE...
2002-04-03  Huw D M DaviesAdd font substitution lookup in the registry. We look...
2002-04-03  Dmitry TimoshkovImplement GetGlyphIndices. Tweak GetCharacterPlacement...
2002-04-03  Huw D M DaviesLoad libfreetype.so on the fly with dlopen and friends.
2002-03-23  Eric PouechChanged fixed fonts family name.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-01-29  Alexandre JulliardAuthors: Huw D M Davies <hdavies@codeweavers.com>,...
2001-12-24  Francois GougetInclude ftsnames.h or ftnames.h, not both.
2001-10-23  Huw D M DaviesImplement GetFontData.
2001-09-12  Huw D M DaviesLay down the infrastructure for gdi font rendering.