freetype/src
suzuki toshiya 75b91a49aa [gxvalid] Cleanup.
Some invalid, overrunning, unrecommended non-zero values
are cared in paranoid validation mode only.  There are
many lines looking like:

  if ( valid->root->level >= FT_VALIDATE_PARANOID )
    FT_INVALID_xxx;

To simplify them, GXV_SET_ERR_IF_PARANOID( err ) is
introduced for more paranoid validation in future.

* src/gxvalid/gxvcommn.h (IS_PARANOID_VALIDATION):
New macro to assure valid->root->level is more or
equal to FT_VALIDATE_PARANOID.  (GXV_SET_ERR_IF_PARANOID):
New macro to raise an error if in paranoid validation.
* src/gxvalid/gxvcommn.c: Use GXV_SET_ERR_IF_PARANOID().
* src/gxvalid/gxvfeat.c: Ditto.
* src/gxvalid/gxvjust.c: Ditto.
* src/gxvalid/gxvkern.c: Ditto.
* src/gxvalid/gxvmort.c: Ditto.
* src/gxvalid/gxvmort0.c: Ditto.
* src/gxvalid/gxvmort1.c: Ditto.
* src/gxvalid/gxvmort2.c: Ditto.
* src/gxvalid/gxvmorx1.c: Ditto.
* src/gxvalid/gxvmorx2.c: Ditto.
2011-06-15 01:12:04 +09:00
..
autofit [autofit] Remove unused structure member. 2011-06-08 09:32:56 +02:00
base Fix reading of signed integers from files on 64bit platforms. 2011-04-12 09:26:43 +02:00
bdf Fix URLs. 2011-06-14 08:32:13 +02:00
bzip2 Add bzip2 compression support to handle *.pcf.bz2 files. 2010-12-31 16:59:33 +01:00
cache [cache] Fix an off-by-one bug in FTC_Manager_RemoveFaceID(). 2011-02-20 19:14:25 +09:00
cff Reduce warnings for MS Visual Studio 2010. 2011-05-24 06:22:32 +02:00
cid Fix minor issues reported by <muktha.narayan@wipro.com>. 2010-09-13 07:32:22 +02:00
gxvalid [gxvalid] Cleanup. 2011-06-15 01:12:04 +09:00
gzip Fix reading of signed integers from files on 64bit platforms. 2011-04-12 09:26:43 +02:00
lzw */*: Use module specific error names where appropriate. 2010-06-24 10:34:29 +02:00
otvalid Formatting. 2010-06-08 08:37:11 +02:00
pcf Improve bzip2 support. 2010-12-31 17:47:09 +01:00
pfr Remove C++ warnings. 2010-07-12 21:13:22 +02:00
psaux Fix Savannah bug #33047. 2011-04-13 13:37:37 +02:00
pshinter */rules.mk: Handle `*pic.c' files. 2011-01-03 07:11:54 +01:00
psnames */rules.mk: Handle `*pic.c' files. 2011-01-03 07:11:54 +01:00
raster [raster] Make bbox handling the same as with Microsoft's rasterizer. 2011-01-15 09:46:13 +01:00
sfnt * src/sfnt/sfobjs.c (sfnt_open_font): Check number of TTC subfonts. 2011-03-20 07:51:57 +01:00
smooth Fix gcc 4.6 compiler warnings. 2011-05-30 07:20:37 +02:00
tools Fix URLs. 2011-06-14 08:32:13 +02:00
truetype Reduce warnings for MS Visual Studio 2010. 2011-05-24 06:22:32 +02:00
type1 [type1] Fix matrix normalization. 2010-11-18 10:36:59 +01:00
type42 Fix Savannah bug #30656. 2010-08-05 23:15:26 +02:00
winfonts Fix minor issues reported by <muktha.narayan@wipro.com>. 2010-09-13 07:32:22 +02:00
Jamfile Add license. 2005-06-04 23:04:30 +00:00