summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* autofit: Fix some data types mismatching with their sources.suzuki toshiya2009-07-034-10/+38
|
* autofit: Count the size of the memory object by ptrdiff_t.suzuki toshiya2009-07-035-6/+26
|
* autofit: Fix for unused variable `first'.suzuki toshiya2009-07-032-0/+8
|
* Improve bitmap size or pixel variables for 16-bit systems.suzuki toshiya2009-07-0313-18/+159
|
* psaux: Prevent invalid arguments to afm_parser_read_vals().suzuki toshiya2009-07-033-3/+13
|
* base: Prevent some overflows on LP64 systems.suzuki toshiya2009-07-035-26/+99
|
* cff: Cast the long variables to 32-bit for LP64 systems.suzuki toshiya2009-07-034-10/+24
|
* pcf: Improve PCF_PropertyRec.value names on LP64 platforms.suzuki toshiya2009-07-034-10/+33
|
* pcf: Fix some data types mismatching with their sources.suzuki toshiya2009-07-032-4/+22
|
* bdf: Improve bdf_property_t.value names for LP64 platforms.suzuki toshiya2009-07-034-16/+45
|
* bdf: Fix some data types mismatching with their sources.suzuki toshiya2009-07-032-3/+21
|
* autofit: Improve Unicode range definitions.suzuki toshiya2009-07-036-56/+75
|
* smooth: Fix a data type mismatching with its source.suzuki toshiya2009-07-032-1/+9
|
* smooth: Fix a data type mismatching with its source.suzuki toshiya2009-07-032-1/+8
|
* cache: Disable the legacy compatibility if 16-bit system.suzuki toshiya2009-07-032-2/+12
|
* cache: Check 32-bit glyph index on 16-bit systems.suzuki toshiya2009-07-032-1/+18
|
* cache: Fix some data types mismatching with their sources.suzuki toshiya2009-07-033-6/+18
|
* cache: Fix some data types mismatching with their sources.suzuki toshiya2009-07-032-1/+9
|
* cache: Cast NULL to a required function type explicitly.suzuki toshiya2009-07-032-1/+10
|
* fttypes.h: Cast FT_MAKE_TAG output to FT_Tag exlicitly.suzuki toshiya2009-07-032-0/+8
|
* psnames: Handle Unicode codepoints by FT_UInt32 variables.suzuki toshiya2009-07-032-7/+17
|
* psaux: Use size_t variable to pass the buffer size.suzuki toshiya2009-07-036-9/+27
|
* type1: Use size_t variable to pass the string length.suzuki toshiya2009-07-035-4/+21
|
* cid: Fix some data types mismatching with their sources.suzuki toshiya2009-07-032-3/+11
|
* cff: Fix for unused variable `rest'.suzuki toshiya2009-07-032-0/+9
|
* cff: Fix some data types mismatching with their sources.suzuki toshiya2009-07-033-8/+19
|
* bdf: Fix some data types mismatching with their sources.suzuki toshiya2009-07-033-21/+42
|
* sfnt: Count the size of the memory object by ptrdiff_t.suzuki toshiya2009-07-032-7/+16
|
* lzw: Count the size of the memory object by ptrdiff_t.suzuki toshiya2009-07-033-4/+18
|
* otvalid: Count the table size on memory by ptrdiff_t.suzuki toshiya2009-07-032-1/+10
|
* otvalid: Prevent an overflow by GPOS/GSUB 32b-bit offset.suzuki toshiya2009-07-033-2/+15
|
* ftobjs.c: Prevent an overflow in glyph index handling.suzuki toshiya2009-07-032-1/+8
|
* Improve the variable types in raccess_make_file_name().suzuki toshiya2009-07-032-2/+12
|
* ftpatent.c: Fix for unused variable `error'.suzuki toshiya2009-07-032-0/+8
|
* type1: Check invalid string longer than PostScript limit.suzuki toshiya2009-07-032-0/+11
|
* gzip: Use FT2 zcalloc() & zfree() in ftgzip.c by default.suzuki toshiya2009-07-033-5/+18
|
* gzip: Distinguish PureC from TurboC on MSDOS.suzuki toshiya2009-07-032-2/+9
|
* gxvalid: Insert PureC pragma to allow unevaluated variables.suzuki toshiya2009-07-032-0/+12
|
* gxvalid: Pass the union by the pointer instead of the value.suzuki toshiya2009-07-0318-80/+169
|
* ftpatent: Fix a bug by wrong usage of service->table_info().suzuki toshiya2009-06-295-7/+29
|
* Uff, another thinko.Werner Lemberg2009-06-283-18/+21
|
* [psaux, cff] Protect against nested `seac' calls.Werner Lemberg2009-06-285-6/+42
| | | | | | | | | * include/freetype/internal/psaux.h (T1_Decoder), src/cff/cffgload.h (CFF_Decoder): Add `seac' boolean variable. * src/cff/cffgload.c (cff_operator_seac, cff_decoder_parse_charstrings), src/psaux/t1decode.c (t1operator_seac, t1_decoder_parse_charstrings): Use it.
* Thinko.Werner Lemberg2009-06-282-10/+22
| | | | | | * src/psaux/t1decode.c (t1operator_seac) [FT_CONFIG_OPTION_INCREMENTAL]: Test for existence of incremental interface.
* * devel/ftoption.h [FT_CONFIG_OPTION_INCREMENTAL]: Define.Werner Lemberg2009-06-282-1/+5
|
* Formatting.Werner Lemberg2009-06-282-15/+16
|
* Add tools to preprocess the source files for AtariST PureC.suzuki toshiya2009-06-273-0/+230
|
* Fix wrong date in ChangeLogsuzuki toshiya2009-06-271-1/+1
|
* Keep existing modules.cfg in the building tree.suzuki toshiya2009-06-272-2/+12
|
* Filter --srcdir= option before invoking builds/unix/configure.suzuki toshiya2009-06-272-1/+25
|
* Improve configure.raw for cross-building on exe-suffixed systems.suzuki toshiya2009-06-272-5/+9
|