summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Minor doc fix.Werner Lemberg2009-11-021-4/+3
* Mention all used licenses.Werner Lemberg2009-10-291-3/+6
* Fix Savannah bug #27811.bram tassyns2009-10-262-1/+8
* Whitespace.Werner Lemberg2009-10-261-2/+2
* Fix handling of `get' and `put' CFF instructions.Werner Lemberg2009-10-193-4/+14
* Fix handling of `dup' CFF instruction.Werner Lemberg2009-10-182-1/+9
* Documentation typo.Werner Lemberg2009-10-181-1/+1
* Typos.Werner Lemberg2009-10-101-9/+9
* * Version 2.3.11 released.VER-2-3-11Werner Lemberg2009-10-1019-187/+210
* * docs/CHANGES, docs/release: Updated.Werner Lemberg2009-10-103-22/+56
* [pcf] Fix a bug in the nprops truncation, Gentoo bug #288357.suzuki toshiya2009-10-112-1/+7
* * Version 2.3.10 released.VER-2-3-10Werner Lemberg2009-10-0622-193/+220
* Whitespace.Werner Lemberg2009-10-061-0/+2
* Formatting.Werner Lemberg2009-10-061-41/+36
* Fix `make multi'.Werner Lemberg2009-10-064-0/+15
* [cache] Fold too long lines.suzuki toshiya2009-09-292-7/+16
* [cache] Fix Savannah bug #27441, cleanup Redhat bugzilla #513582.suzuki toshiya2009-09-276-40/+85
* [cache, psaux, type1] Fix for multi build.suzuki toshiya2009-09-265-0/+18
* [autofit] Fix for multi build.suzuki toshiya2009-09-253-0/+12
* [cache] Check the face filled by FTC_Manager_LookupFace().suzuki toshiya2009-09-242-0/+11
* * docs/CHANGES: Updated.Werner Lemberg2009-09-232-0/+13
* [raster] Fix 5-levels grayscale output.Werner Lemberg2009-09-122-27/+81
* Improve configure.raw for cross build.suzuki toshiya2009-09-132-2/+13
* [BDF] Modify hash API to take size_t value instead of void *.suzuki toshiya2009-09-133-21/+54
* Whitespace.suzuki toshiya2009-09-131-2/+2
* [Win64] Improve the computation of random seed from stack address.suzuki toshiya2009-09-103-6/+22
* Replace CR line endings with CRLF in Visual C/CE project files.Werner Lemberg2009-09-107-16913/+16913
* Whitespace.Werner Lemberg2009-09-081-1/+1
* Whitespace.Werner Lemberg2009-09-081-94/+94
* [raster] Improvements for stand-alone mode.Werner Lemberg2009-09-033-2/+36
* Improve vertical metrics calculation (Savannah bug #27364).Bram Tassyns2009-09-024-28/+90
* Fix custom cmap for empty Type 1 font (Savannah bug #27294).John Tytgat2009-09-015-21/+25
* Document that FT_Get_X11_Font_Format() is a general call.Ralph Giles2009-08-281-0/+3
* Fix rendering of horizontally compressed CFFs.Werner Lemberg2009-08-273-2/+16
* Don't call `ft_fseek' every time when executing `ft_fread'.Su Yu2009-08-033-4/+13
* sfnt: Cast a charcode to 32-bit in cmap format 14 parser.suzuki toshiya2009-08-012-9/+19
* sfnt: Cast a charcode to 32-bit in cmap format 12 parser.suzuki toshiya2009-08-012-2/+13
* psaux: Fix a few casts to FT_Int32 value.suzuki toshiya2009-08-012-3/+11
* sfnt: Fix a data type mismatching with its source.suzuki toshiya2009-08-012-1/+10
* sfnt: Extend a few local variables to load 32-bit values.suzuki toshiya2009-08-012-2/+9
* pfr: Extend `num_aux' to take 32-bit value.suzuki toshiya2009-08-012-1/+9
* pcf: Truncate FT_ULong `nprops' to fit to int PCF_Face->nprops.suzuki toshiya2009-08-012-3/+15
* gxvalid: Extend a few local variables to reduce the casts.suzuki toshiya2009-08-012-2/+9
* gxvalid: Extend `settingTable' to take 32-bit offset.suzuki toshiya2009-08-012-1/+8
* autofit: Cast FT_Long glyph_count to compare with FT_UInt GID.suzuki toshiya2009-08-012-2/+11
* smooth: Exclude 16-bit system in invalid pitch/height check.suzuki toshiya2009-08-012-0/+13
* cff: Type large constants > 0x7FFF as long for 16-bit systems.suzuki toshiya2009-08-012-4/+13
* base: Remove an unused variable.suzuki toshiya2009-08-012-2/+7
* cache: Check higher bits in flags for non ILP32 systems.suzuki toshiya2009-08-012-4/+52
* sfnt: Ignore invalid GIDs in glyph name lookup.suzuki toshiya2009-08-013-4/+33