Age | Commit message (Expand) | Author | Files | Lines |
2010-07-05 | Restrict the number of the charmaps in a rogue-compatible mode. | suzuki toshiya | 1 | -0/+6 |
2010-06-24 | */*: Use module specific error names where appropriate. | Werner Lemberg | 1 | -2/+2 |
2010-06-24 | Fix Savannah bug #30236. | Werner Lemberg | 1 | -4/+5 |
2010-06-08 | Formatting. | Werner Lemberg | 1 | -1/+2 |
2009-12-31 | Make compilation with FT_CONFIG_OPTION_PIC work again. | Lars Abrahamsson | 1 | -6/+3 |
2009-08-01 | sfnt: Cast a charcode to 32-bit in cmap format 14 parser. | suzuki toshiya | 1 | -9/+9 |
2009-08-01 | sfnt: Cast a charcode to 32-bit in cmap format 12 parser. | suzuki toshiya | 1 | -2/+5 |
2009-08-01 | sfnt: Fix a data type mismatching with its source. | suzuki toshiya | 1 | -1/+1 |
2009-08-01 | sfnt: Cast a character code to FT_UInt32 for LP64 system. | suzuki toshiya | 1 | -15/+15 |
2009-08-01 | sfnt: Cast a character code to FT_UInt32 for LP64 system. | suzuki toshiya | 1 | -2/+2 |
2009-08-01 | XXX_cmap_encoding_char_next() return FT_UInt32 values. | suzuki toshiya | 1 | -18/+18 |
2009-06-26 | For warning messages, replace FT_ERROR with FT_TRACE0. | Werner Lemberg | 1 | -5/+6 |
2009-04-05 | Position Independent Code (PIC) support in sfnt driver. | Oran Agra | 1 | -78/+68 |
2009-04-04 | Add support for cmap type 13. | Werner Lemberg | 1 | -8/+331 |
2009-03-20 | Fix validation for various cmap table formats. | Werner Lemberg | 1 | -5/+8 |
2009-03-11 | Fix Savannah bug #25781. | Werner Lemberg | 1 | -41/+77 |
2009-01-18 | Protect FT_Get_Next_Char. | Werner Lemberg | 1 | -1/+9 |
2008-10-09 | typo | Werner Lemberg | 1 | -1/+1 |
2008-10-09 | * Fix Savannah bug #24468, unexpected conversion between FT_UInt32* and FT_UInt* | Suzuki, Toshiya (鈴木俊哉) | 1 | -7/+7 |
2008-08-19 | Formatting. | Werner Lemberg | 1 | -2/+2 |
2008-08-18 | * src/sfnt/ttcmap.c: Fix for empty sub-headers in Dynalab fonts | Suzuki, Toshiya (鈴木俊哉) | 1 | -0/+4 |
2008-07-22 | * src/sfnt/ttcmap.c (tt_cmap4_validate, tt_cmap4_char_map_linear, | Werner Lemberg | 1 | -20/+36 |
2008-03-03 | * src/sfnt/ttcmap.c (tt_cmap14_char_map_nondef_binary, | Werner Lemberg | 1 | -3/+3 |
2007-10-20 | Formatting, improving documentation. | Werner Lemberg | 1 | -30/+40 |
2007-10-19 | * include/freetype/freetype.h, src/base/ftobjs.c: renamed | David Turner | 1 | -137/+171 |
2007-10-15 | Add support for cmap type 14. | Werner Lemberg | 1 | -8/+731 |
2007-05-19 | Savannah patch #5929. | Werner Lemberg | 1 | -0/+7 |
2007-05-15 | * src/autofit/afcjk.c (af_cjk_hints_compute_edges): Remove unused | Werner Lemberg | 1 | -1/+2 |
2007-01-26 | Spelling fixes from Alexei. | Werner Lemberg | 1 | -1/+1 |
2007-01-16 | Remove trailing whitespace. From Alexei. | Werner Lemberg | 1 | -3/+3 |
2007-01-06 | formatting, copyright years | Werner Lemberg | 1 | -1/+1 |
2007-01-05 | small optimization in the CMAP 4 validator | David Turner | 1 | -8/+9 |
2006-09-29 | * src/sfnt/ttcmap.c (tt_cmap4_char_map_binary): Fix algorithm for | Werner Lemberg | 1 | -2/+7 |
2006-08-18 | 2006-08-18 Jens Claudius <jens.claudius@yahoo.com> | Jens Claudius | 1 | -1/+1 |
2006-04-21 | * src/sfnt/ttcmap.c: removed compiler warnings (gcc-4.0.2) | David Turner | 1 | -1/+1 |
2006-03-21 | * src/sfnt/ttcmap.c (tt_face_build_cmaps): Handle invalid offset | Werner Lemberg | 1 | -1/+1 |
2006-02-17 | Formatting, copyright years, documentation improvements. | Werner Lemberg | 1 | -1/+1 |
2006-02-15 | * include/freetype/internal/ftobjs.h (FT_Face_InternalRec): Remove | Wu, Chia-I (吳佳一) | 1 | -1/+1 |
2005-11-30 | * src/sfnt/ttcmap.c, src/sfnt/ttcmap.h: | Werner Lemberg | 1 | -68/+69 |
2005-11-30 | * src/sfnt/ttcmap.c (tt_cmap4_char_map_binary, | Wu, Chia-I (吳佳一) | 1 | -2/+10 |
2005-11-29 | Major update to distinguish between unsorted and overlapped segments | Wu, Chia-I (吳佳一) | 1 | -306/+301 |
2005-11-29 | * src/sfnt/ttcmap.c (struct TT_CMap12Rec_, tt_cmap12_init, | Wu, Chia-I (吳佳一) | 1 | -41/+165 |
2005-06-30 | * src/sfnt/ftbitmap.c, src/truetype/ttgload.c, src/sfnt/ttcmap.c: | David Turner | 1 | -1/+1 |
2005-05-11 | * include/freetype/ftimage.h (FT_Raster_RenderFunc), | Werner Lemberg | 1 | -1/+1 |
2005-05-09 | Handle unsorted SFNT type 4 cmaps correctly (reported by Dirck | Werner Lemberg | 1 | -146/+166 |
2005-03-01 | Formatting. | Werner Lemberg | 1 | -41/+45 |
2005-02-28 | optimization of linear charmap scanning for Format 4 | David Turner | 1 | -3/+197 |
2004-10-13 | * src/sfnt/ttcmap.c (tt_face_build_cmaps): Check for pointer | Werner Lemberg | 1 | -1/+3 |
2004-09-06 | * include/freetype/internal/ftobjs.h: Don't include | Werner Lemberg | 1 | -11/+14 |
2004-08-29 | * src/otlayout/otlgpos.c (otl_gpos_subtable_validate): Add argument | Werner Lemberg | 1 | -0/+1991 |