summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-01-15add note to docs/DEBUGdbgmem-more-limiterssuzuki toshiya1-1/+33
2011-01-10fix dir separator handlingsuzuki toshiya1-3/+5
2011-01-10use basename only in the site identification in alloc limitersuzuki toshiya1-4/+11
2011-01-10introduce ft_basename(): if libgen.h is available, it is a macro to system ba...suzuki toshiya4-1/+31
2011-01-10s/PLATFORM_PATH_SEPARATOR/PLATFORM_DIR_SEPARATOR/suzuki toshiya3-17/+17
2011-01-10use cpp-macro PLATFORM_PATH_SEPARATOR instead of raw ascii slashsuzuki toshiya3-6/+52
2011-01-10fix a bug to cause OOMsuzuki toshiya1-2/+2
2011-01-09formattingsuzuki toshiya3-51/+102
2011-01-09remove ft_basename()suzuki toshiya2-7/+6
2011-01-09update ft_mem_check_site_alloc_environment() for new syntaxsuzuki toshiya1-26/+35
2011-01-09fix trace message bug in ft_mem_debug_alloc()suzuki toshiya1-1/+2
2011-01-09use ft_strchr() instead of index()suzuki toshiya2-3/+4
2011-01-09fix trace levelssuzuki toshiya4-17/+18
2011-01-09introduce FT2_ALLOC_{TOTAL,CUR}_MAX_SITE environment to restrict memory alloc...suzuki toshiya6-2/+153
2011-01-09Correct wrong years about recent commits in ChangeLog.suzuki toshiya1-12/+12
2011-01-09[cache] Fix Savannah bug #31923, patch drafted by Harsha.suzuki toshiya3-0/+64
2011-01-09[cache] Notice if a cache query induced the node list change.suzuki toshiya10-20/+107
2011-01-09[cache] Fit FTC_GNode_Compare() to FTC_Node_CompareFunc.suzuki toshiya3-3/+15
2011-01-09[cache] Deduplicate the code to get the top node by a hash.suzuki toshiya3-28/+62
2011-01-09[cache] inline-specific functions are conditionalized.suzuki toshiya5-0/+30
2011-01-09[cache] Correct a type mismatch under non-inlined config.suzuki toshiya2-1/+9
2011-01-06Update Jamfile to include Bzip2 support.suzuki toshiya2-2/+12
2011-01-05Improve `gasp' table documentation.Werner Lemberg1-5/+13
2011-01-06Update Symbian project files to include Bzip2 support.suzuki toshiya3-0/+17
2011-01-06Fix ChangeLog.suzuki toshiya1-1/+1
2011-01-06Update classic MacOS makefiles to include Bzip2 support.suzuki toshiya5-0/+25
2011-01-06Update Amiga makefiles to include Bzip2 support.suzuki toshiya4-4/+33
2011-01-06Update pkg-config tools to reflect Bzip2 support.suzuki toshiya3-2/+10
2011-01-06* builds/unix/configure.raw: Remove `SYSTEM_BZ2LIB' macro.suzuki toshiya2-2/+10
2011-01-03*/rules.mk: Handle `*pic.c' files.Werner Lemberg9-29/+41
2011-01-03Formatting.Werner Lemberg3-45/+72
2010-12-31* src/cff/cfftypes.h (CFF_MAX_CID_FONTS): Increase to 64.Werner Lemberg2-2/+8
2010-12-31Enable bzip2 support for `make devel'.Werner Lemberg1-1/+1
2010-12-31Improve bzip2 support.Werner Lemberg8-98/+51
2010-12-31Add bzip2 compression support to handle *.pcf.bz2 files.Joel Klinghed13-20/+823
2010-12-25Apply Savannah patch #7422.Harsha2-1/+22
2010-12-13Fix parameter handling of `FT_Set_Renderer'.Werner Lemberg3-0/+16
2010-12-09[cff] Allow `hlineto' and `vlineto' without arguments.Werner Lemberg2-1/+19
2010-11-28* Version 2.4.4 released.VER-2-4-4Werner Lemberg20-193/+224
2010-11-28Update CHANGES.Werner Lemberg1-1/+9
2010-11-28[ftsmooth]: Minor code simplification.Алексей Подтележников2-1/+14
2010-11-26[truetype] Better multi-threading support.Johnson Y. Yan2-0/+13
2010-11-23* src/psaux/t1decode.c (t1_decoder_parse_charstring): ExpandJohn Tytgat2-36/+48
2010-11-23Fix outdated CVS reference.John Tytgat1-2/+2
2010-11-23New entry in CHANGESsuzuki toshiya1-0/+17
2010-11-22Some formatting and improvements of comments.Werner Lemberg1-21/+46
2010-11-23[truetype] Identify the tricky fonts by cvt/fpgm/prep checksums.suzuki toshiya2-6/+168
2010-11-18[truetype] Fix `loca' handling for inconsistent number of glyphs.Werner Lemberg2-2/+16
2010-11-18[sfnt] Ignore all errors while loading `OS/2' table.Werner Lemberg2-3/+8
2010-11-18[type1] Fix matrix normalization.Johnson Y. Yan2-2/+9