freetype/src/psaux
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
..
descrip.mms * src/psaux/t1cmap.c: s/index/idx/. 2002-03-31 11:18:15 +00:00
Jamfile 2002-11-05 David Turner <david@freetype.org> 2002-11-06 22:32:54 +00:00
module.mk Added copyright messages to all Makefiles. 2000-10-17 03:38:43 +00:00
psaux.c * src/psaux/t1cmap.c: s/index/idx/. 2002-03-31 11:18:15 +00:00
psauxerr.h Formatting. 2001-06-19 23:03:41 +00:00
psauxmod.c Heavy modification of the PS parser to handle comments and strings 2003-10-07 05:49:41 +00:00
psauxmod.h finishing function header formatting 2001-06-28 17:49:10 +00:00
psobjs.c * include/freetype/fttypes.h 2003-12-24 01:10:46 +00:00
psobjs.h Heavy modification of the PS parser to handle comments and strings 2003-10-07 05:49:41 +00:00
rules.mk Completely revised FreeType's make management. 2003-06-09 04:46:30 +00:00
t1cmap.c * include/freetype/internal/bdftypes.h: removed obsolete header 2003-10-29 21:43:52 +00:00
t1cmap.h Updated copyright years. 2003-09-30 07:00:42 +00:00
t1decode.c * include/freetype/internal/bdftypes.h: removed obsolete header 2003-10-29 21:43:52 +00:00
t1decode.h Updated copyright years. 2003-09-30 07:00:42 +00:00