summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix `make multi'.Werner Lemberg2009-10-063-0/+7
* [cache] Fold too long lines.suzuki toshiya2009-09-292-7/+16
* [cache] Fix Savannah bug #27441, cleanup Redhat bugzilla #513582.suzuki toshiya2009-09-275-40/+44
* [cache, psaux, type1] Fix for multi build.suzuki toshiya2009-09-264-0/+4
* [autofit] Fix for multi build.suzuki toshiya2009-09-252-0/+2
* [cache] Check the face filled by FTC_Manager_LookupFace().suzuki toshiya2009-09-241-0/+3
* [raster] Fix 5-levels grayscale output.Werner Lemberg2009-09-121-27/+66
* [BDF] Modify hash API to take size_t value instead of void *.suzuki toshiya2009-09-132-21/+23
* [Win64] Improve the computation of random seed from stack address.suzuki toshiya2009-09-102-6/+8
* Whitespace.Werner Lemberg2009-09-081-1/+1
* [raster] Improvements for stand-alone mode.Werner Lemberg2009-09-032-2/+26
* Improve vertical metrics calculation (Savannah bug #27364).Bram Tassyns2009-09-023-28/+46
* Fix custom cmap for empty Type 1 font (Savannah bug #27294).John Tytgat2009-09-013-20/+10
* Fix rendering of horizontally compressed CFFs.Werner Lemberg2009-08-271-2/+2
* Don't call `ft_fseek' every time when executing `ft_fread'.Su Yu2009-08-032-4/+6
* sfnt: Cast a charcode to 32-bit in cmap format 14 parser.suzuki toshiya2009-08-011-9/+9
* sfnt: Cast a charcode to 32-bit in cmap format 12 parser.suzuki toshiya2009-08-011-2/+5
* psaux: Fix a few casts to FT_Int32 value.suzuki toshiya2009-08-011-3/+3
* sfnt: Fix a data type mismatching with its source.suzuki toshiya2009-08-011-1/+1
* sfnt: Extend a few local variables to load 32-bit values.suzuki toshiya2009-08-011-2/+2
* pfr: Extend `num_aux' to take 32-bit value.suzuki toshiya2009-08-011-1/+2
* pcf: Truncate FT_ULong `nprops' to fit to int PCF_Face->nprops.suzuki toshiya2009-08-011-3/+6
* gxvalid: Extend a few local variables to reduce the casts.suzuki toshiya2009-08-011-2/+2
* gxvalid: Extend `settingTable' to take 32-bit offset.suzuki toshiya2009-08-011-1/+1
* autofit: Cast FT_Long glyph_count to compare with FT_UInt GID.suzuki toshiya2009-08-011-2/+2
* smooth: Exclude 16-bit system in invalid pitch/height check.suzuki toshiya2009-08-011-0/+4
* cff: Type large constants > 0x7FFF as long for 16-bit systems.suzuki toshiya2009-08-011-4/+4
* base: Remove an unused variable.suzuki toshiya2009-08-011-2/+0
* cache: Check higher bits in flags for non ILP32 systems.suzuki toshiya2009-08-011-4/+30
* sfnt: Ignore invalid GIDs in glyph name lookup.suzuki toshiya2009-08-011-4/+21
* pcf: Fix a comparison between FT_Long and FT_ULong.suzuki toshiya2009-08-011-1/+2
* gxvalid: Guarantee `nFeatureFlags' size up to 32-bit.suzuki toshiya2009-08-012-4/+4
* sfnt: Insert explicit cast for LP64 system.suzuki toshiya2009-08-011-1/+1
* gxvalid: Guarantee `just' table size upto 32-bit.suzuki toshiya2009-08-011-1/+1
* gxvalid: Guarantee `trak' table size upto 32-bit.suzuki toshiya2009-08-011-1/+1
* pfr: Fix a data type mismatching with its source.suzuki toshiya2009-08-011-1/+1
* pfr: Fix a data type mismatching with its source.suzuki toshiya2009-08-011-1/+1
* pfr: Fix a data type mismatching with its source.suzuki toshiya2009-08-011-1/+1
* smooth: Improve the format in debug message.suzuki toshiya2009-08-011-1/+1
* sfnt: Fix a data type mismatching with its source.suzuki toshiya2009-08-011-2/+2
* truetype: Extend TrueType GX packed deltas to FT_Offset.suzuki toshiya2009-08-011-3/+3
* truetype: Extend mmvar_len to hold size_t values.suzuki toshiya2009-08-011-1/+1
* truetype: Check invalid function number in IDEF instruction.suzuki toshiya2009-08-011-2/+9
* truetype: Check invalid function number in FDEF instruction.suzuki toshiya2009-08-011-2/+10
* truetype: Truncate the deltas of composite glyph at 16-bit values.suzuki toshiya2009-08-011-2/+5
* truetype: Truncate the instructions upto 16-bit per a glyph.suzuki toshiya2009-08-011-1/+7
* truetype: Cast the numerical operands to 32-bit for LP64 systems.suzuki toshiya2009-08-011-8/+10
* truetype: Cast the project vector to 32-bit for LP64 system.suzuki toshiya2009-08-011-2/+2
* truetype: Cast the scaling params to 32-bit for LP64 system.suzuki toshiya2009-08-011-8/+8
* sfnt: Cast a character code to FT_UInt32 for LP64 system.suzuki toshiya2009-08-011-15/+15