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