Age | Commit message (Expand) | Author | Files | Lines |
2010-06-08 | Formatting. | Werner Lemberg | 2 | -2/+5 |
2009-08-01 | otvalid: Truncate the glyph index to 16-bit. | suzuki toshiya | 1 | -5/+18 |
2009-08-01 | otvalid: Count the table size on memory by ptrdiff_t. | suzuki toshiya | 1 | -1/+1 |
2009-08-01 | otvalid: Prevent an overflow by GPOS/GSUB 32b-bit offset. | suzuki toshiya | 2 | -2/+4 |
2009-06-26 | For warning messages, replace FT_ERROR with FT_TRACE0. | Werner Lemberg | 1 | -22/+22 |
2009-04-05 | Add #error to modules and files that do not support PIC yet. | Oran Agra | 1 | -0/+4 |
2009-01-12 | Avoid compiler warnings. | Werner Lemberg | 1 | -5/+5 |
2008-12-21 | FT_USE_MODULE declares things as: | Werner Lemberg | 1 | -1/+1 |
2008-12-01 | GDEF tables need `glyph_count' too for validation. Problem reported | Werner Lemberg | 3 | -2/+8 |
2008-11-29 | * src/autofit/afcjk.c, src/base/ftoutln.c, src/base/ftrfork.c, | Werner Lemberg | 1 | -1/+3 |
2008-09-21 | * src/{otvalid,sfnt}/Jamfile: Add missing targets for multi build by jam | Suzuki, Toshiya (鈴木俊哉) | 1 | -1/+1 |
2008-06-16 | * src/otvalid/otvgpos.c (otv_MarkBasePos_validate): Set | Werner Lemberg | 1 | -3/+6 |
2008-04-01 | Fix compilation with g++ 4.1 (with both `single' and `multi' | Werner Lemberg | 1 | -1/+6 |
2007-08-18 | * src/otvalid/otvcmmn.c (otv_x_y_ux_sy): Skip context glyphs. Found | Werner Lemberg | 1 | -1/+2 |
2007-08-17 | * src/otvalid/otvgsub.c (otv_SingleSubst_validate): Fix handling of | Werner Lemberg | 1 | -8/+4 |
2007-08-11 | * src/otvalid/otvcommn.c, src/otvalid/otvcommn.h | Werner Lemberg | 6 | -43/+99 |
2007-08-08 | * src/otvalid/otvbase.c, src/otvalid/otvcommn.c, | Werner Lemberg | 10 | -40/+496 |
2007-01-16 | Remove trailing whitespace. From Alexei. | Werner Lemberg | 1 | -2/+2 |
2006-08-27 | * builds/unix/ftconfig.in: Synchronize with main ftconfig.h. | Werner Lemberg | 1 | -4/+4 |
2006-08-22 | 2006-08-22 Jens Claudius <jens.claudius@yahoo.com> | Jens Claudius | 1 | -4/+4 |
2006-08-19 | formatting | Werner Lemberg | 1 | -14/+14 |
2006-08-18 | 2006-08-18 Jens Claudius <jens.claudius@yahoo.com> | Jens Claudius | 1 | -11/+15 |
2006-08-15 | * src/otvalid/otvmod.c, src/gxvalid/gxvmod.c: replace ft_validator_run by ft... | Suzuki, Toshiya (鈴木俊哉) | 1 | -5/+5 |
2006-02-01 | * src/otvalid/module.mk: s/otvalid_module_class/otv_module_class/. | Werner Lemberg | 1 | -2/+2 |
2006-01-31 | Implement new, simplified module selection. With GNU make it is now | Werner Lemberg | 1 | -6/+5 |
2006-01-28 | * src/*/module.mk (.PHONY): Add. | Werner Lemberg | 1 | -1/+3 |
2006-01-27 | Formatting, copyright years. | Werner Lemberg | 2 | -2/+2 |
2006-01-27 | * src/autofit/afwarp.c: simple #ifdef to prevent compilation when | David Turner | 2 | -4/+4 |
2005-08-20 | * src/otvalid/otvmod.c (otv_validate): Use ft_validator_run instead | Werner Lemberg | 1 | -5/+5 |
2005-08-03 | * src/otvalid/otvcommn.h: Remove dead code. | Werner Lemberg | 3 | -110/+36 |
2005-06-30 | * src/sfnt/ftbitmap.c, src/truetype/ttgload.c, src/sfnt/ttcmap.c: | David Turner | 5 | -62/+130 |
2005-06-16 | * src/base/ftoutln.c (FT_Outline_Embolden): Strength should be | Werner Lemberg | 1 | -3/+3 |
2005-06-04 | Add license. | Werner Lemberg | 1 | -1/+9 |
2005-05-17 | * builds/win32/visualc/freetype.vcproj: Updated. | Werner Lemberg | 1 | -15/+15 |
2005-05-09 | Handle unsorted SFNT type 4 cmaps correctly (reported by Dirck | Werner Lemberg | 1 | -1/+1 |
2005-05-01 | * Jamfile: removing otvalid from the list of compiled modules | David Turner | 1 | -2/+2 |
2005-04-24 | * src/otvalid/otvcommn.c | Werner Lemberg | 1 | -1/+4 |
2005-03-23 | * docs/CHANGES, docs/INSTALL.ANY: Updated. | Werner Lemberg | 1 | -2/+2 |
2005-03-08 | Formatting. | Werner Lemberg | 2 | -5/+5 |
2005-03-06 | * src/otvalid/{otvgsub.c, otvgpos.c}: making static tables constant | David Turner | 2 | -5/+5 |
2005-02-10 | * builds/unix/freetype-config.in: Add new flag `--ftversion' to | Werner Lemberg | 1 | -1/+12 |
2004-12-12 | * src/base/ftobjs.c (FT_Get_Kerning): Make kerning amount | Werner Lemberg | 1 | -1/+1 |
2004-11-17 | * builds/unix/configure.ac: Add `-fno-strict-aliasing' if gcc is | Werner Lemberg | 1 | -23/+0 |
2004-09-10 | Adding OpenType validation module. The code is based on the | Werner Lemberg | 17 | -0/+4476 |