freetype2/src/base
David Turner 3e26d07e60 * src/base/ftdbgmem.c: adding the ability to list all allocation sites
in the memory debugger. Also a new function FT_DumpMemory() was added.
	It is only available in builds with FT_DEBUG_MEMORY defined, and you
	must declare it in your own code to use it, i.e. with something
	like:

	  extern void FT_DumpMemory( FT_Memory );

	  ...

	  FT_DumpMemory( memory );

	* include/freetype/config/ftoptions.h: disabling TrueType bytecode
	interpreter !

	* include/freetype/internal/ftmemory.h: adding FT_ARRAY_ZERO, as a
	convenience macro.
2005-02-22 15:38:12 +00:00
..
Jamfile * src/base/ftbitmap.c (FT_Bitmap_Convert): small improvements to the 2005-02-10 16:11:29 +00:00
ftapi.c * include/freetype/t1tables.h (t1_blend_max): Fix typo. 2002-03-30 13:16:35 +00:00
ftbase.c Provide generic access to MacOS resource forks. 2004-02-25 12:58:54 +00:00
ftbbox.c * src/base/ftbbox.c (BBox_Conic_Check): Fix boundary cases. 2004-05-19 09:22:26 +00:00
ftbdf.c Documentation updates, whitespace. 2004-12-13 23:16:59 +00:00
ftbitmap.c Formatting. 2005-02-10 16:59:37 +00:00
ftcalc.c Documentation updates, whitespace. 2004-12-13 23:16:59 +00:00
ftdbgmem.c * src/base/ftdbgmem.c: adding the ability to list all allocation sites 2005-02-22 15:38:12 +00:00
ftdebug.c Documentation updates, whitespace. 2004-12-13 23:16:59 +00:00
ftgloadr.c * include/freetype/internal/psaux.h (T1_ParseState): New 2004-05-13 12:59:59 +00:00
ftglyph.c * src/cache/ftcbasic.c (ftc_basic_family_compare, 2004-05-17 09:25:04 +00:00
ftinit.c Making ftgrays.c compile stand-alone again. 2002-09-16 06:15:31 +00:00
ftmac.c * src/base/ftmac.c: Don't include truetype/ttobjs.h. 2004-08-28 08:02:46 +00:00
ftmm.c * src/pcf/pcfdrivr.c: Revert change from 2004-04-17. 2004-04-25 20:15:11 +00:00
ftnames.c * src/cache/ftccache.c (ftc_node_hash_unlink, ftc_node_hash_link) 2002-06-08 06:47:18 +00:00
ftobjs.c Documentation updates, whitespace. 2004-12-13 23:16:59 +00:00
ftotval.c Adding OpenType validation module. The code is based on the 2004-09-10 14:39:00 +00:00
ftoutln.c * src/base/ftoutln.c (FT_OrientationExtremumRec, 2004-11-24 07:08:21 +00:00
ftpfr.c Documentation updates, whitespace. 2004-12-13 23:16:59 +00:00
ftrfork.c * src/base/ftstream.c (FT_Stream_Close): Don't reset stream->close 2004-08-11 05:25:37 +00:00
ftstream.c * src/base/ftstream.c (FT_Stream_Close): Don't reset stream->close 2004-08-11 05:25:37 +00:00
ftstroke.c Documentation updates, whitespace. 2004-12-13 23:16:59 +00:00
ftsynth.c Documentation updates, whitespace. 2004-12-13 23:16:59 +00:00
ftsystem.c * README.UNX: updated the Unix-specific quick-compilation guide to 2002-04-12 09:31:48 +00:00
fttrigon.c * src/base/ftoutln.c (FT_OrientationExtremumRec, 2004-11-24 07:08:21 +00:00
fttype1.c Add new function FT_Get_PS_Font_Private(). 2004-11-12 07:02:45 +00:00
ftutil.c Documentation updates, whitespace. 2004-12-13 23:16:59 +00:00
ftwinfnt.c Documentation updates, whitespace. 2004-12-13 23:16:59 +00:00
ftxf86.c Documentation updates, whitespace. 2004-12-13 23:16:59 +00:00
rules.mk * src/base/ftbitmap.c, include/freetype/ftbitmap.h: New files for 2004-12-14 16:01:29 +00:00