freetype/src/autohint
David Turner 87c0d30fc5 * include/freetype/fttypes.h
src/autofit/afangles.c
        src/autofit/aflatin.c
        src/autohint/ahglyph.c
        src/autohint/ahhint.c
        src/base/ftcalc.c
        src/base/ftgloadr.c
        src/base/ftglyph.c
        src/base/ftobjs.c
        src/base/ftsynth.c
        src/base/fttrigon.c
        src/cff/cffgload.c
        src/cid/cidgload.c
        src/cid/cidload.c
        src/pfr/pfrgload.c
        src/pfr/pfrload.c
        src/pfr/pfrsbit.c
        src/psaux/psobjs.c
        src/pshinter/pshalgo.c
        src/pshinter/pshglob.c
        src/pshinter/pshrec.c
        src/raster/ftrend1.c
        src/sfnt/ttcmap0.c
        src/smooth/ftsmooth.c
        src/truetype/ttdriver.c
        src/truetype/ttgload.c
        src/truetype/ttinterp.c
        src/truetype/ttobjs.c
        src/type1/t1gload.c
        src/winfonts/winfnt.c:

          use of the FT_PAD_XXX and FT_PIX_XXX macros to avoid compiler
          warnings with very pedantic compilers. Hints:  (x) & -64 will
          warn if (x) is not signed.. use (x) & ~63 instead !
2003-12-24 01:10:46 +00:00
..
ahangles.c Formatting. 2002-08-22 08:49:42 +00:00
ahangles.h * src/pshinter/pshalgo3.c, src/autohint/ahangles.c, 2002-08-21 21:34:59 +00:00
aherrors.h Formatting. 2001-06-19 23:03:41 +00:00
ahglobal.c * src/autohint/ahglobal.c (blue_chars), src/winfonts/winfnt.c 2003-10-15 22:20:56 +00:00
ahglobal.h Cleanups. 2003-04-22 07:49:24 +00:00
ahglyph.c * include/freetype/fttypes.h 2003-12-24 01:10:46 +00:00
ahglyph.h * src/autohint/ahglyph.h, src/autohint/ahglyph.c, src/autohint/ahglobal.c, 2003-03-20 20:58:57 +00:00
ahhint.c * include/freetype/fttypes.h 2003-12-24 01:10:46 +00:00
ahhint.h * src/cid/cidobjs.c (CID_Size_Init): Renamed to... 2002-09-05 15:10:54 +00:00
ahloader.h * include/freetype/t1tables.h (t1_blend_max): Fix typo. 2002-03-30 13:16:35 +00:00
ahmodule.c * include/freetype/ftglyph.h (ft_glyph_bbox_unscaled, 2003-06-17 10:42:27 +00:00
ahmodule.h finishing function header formatting 2001-06-28 17:49:10 +00:00
ahtypes.h * src/pshinter/pshalgo3.c (psh3_glyph_compute_extrema): Skip 2003-05-28 05:52:05 +00:00
autohint.c finishing function header formatting 2001-06-28 17:49:10 +00:00
CatharonLicense.txt Removing trailing whitespace. 2000-10-31 20:42:18 +00:00
Jamfile 2002-11-05 David Turner <david@freetype.org> 2002-11-06 22:32:54 +00:00
mather.py Removing trailing whitespace. 2000-10-31 20:42:18 +00:00
module.mk Removing trailing whitespace. 2000-10-31 20:42:18 +00:00
rules.mk Completely revised FreeType's make management. 2003-06-09 04:46:30 +00:00