suzuki toshiya
38e480b4c6
autofit: Improve Unicode range definitions.
2009-08-01 00:30:21 +09:00
suzuki toshiya
93bb15940b
smooth: Fix a data type mismatching with its source.
2009-08-01 00:30:21 +09:00
suzuki toshiya
ea5268d2d2
smooth: Fix a data type mismatching with its source.
2009-08-01 00:30:20 +09:00
suzuki toshiya
f4e1c8bdda
cache: Disable the legacy compatibility if 16-bit system.
2009-08-01 00:30:20 +09:00
suzuki toshiya
2a5831ec07
cache: Check 32-bit glyph index on 16-bit systems.
2009-08-01 00:30:19 +09:00
suzuki toshiya
b566d42aa0
cache: Fix some data types mismatching with their sources.
2009-08-01 00:30:19 +09:00
suzuki toshiya
ebf8e294fc
cache: Fix some data types mismatching with their sources.
2009-08-01 00:30:19 +09:00
suzuki toshiya
9f50873a81
cache: Cast NULL to a required function type explicitly.
2009-08-01 00:30:18 +09:00
suzuki toshiya
41f9d0d6ee
fttypes.h: Cast FT_MAKE_TAG output to FT_Tag exlicitly.
2009-08-01 00:30:18 +09:00
suzuki toshiya
82ebaa7b05
psnames: Handle Unicode codepoints by FT_UInt32 variables.
2009-08-01 00:30:17 +09:00
suzuki toshiya
d200982d8b
psaux: Use size_t variable to pass the buffer size.
2009-08-01 00:30:17 +09:00
suzuki toshiya
d1ee378566
type1: Use size_t variable to pass the string length.
2009-08-01 00:30:16 +09:00
suzuki toshiya
7fd7c6f2e9
cid: Fix some data types mismatching with their sources.
2009-08-01 00:30:16 +09:00
suzuki toshiya
34c203cdde
cff: Fix for unused variable `rest'.
2009-08-01 00:30:16 +09:00
suzuki toshiya
a813cf4801
cff: Fix some data types mismatching with their sources.
2009-08-01 00:30:15 +09:00
suzuki toshiya
2bbcb7edd8
bdf: Fix some data types mismatching with their sources.
2009-08-01 00:30:15 +09:00
suzuki toshiya
763b39496e
sfnt: Count the size of the memory object by ptrdiff_t.
2009-08-01 00:30:14 +09:00
suzuki toshiya
f420757c73
lzw: Count the size of the memory object by ptrdiff_t.
2009-08-01 00:30:14 +09:00
suzuki toshiya
88c95bab74
otvalid: Count the table size on memory by ptrdiff_t.
2009-08-01 00:30:13 +09:00
suzuki toshiya
90c7efc8f2
otvalid: Prevent an overflow by GPOS/GSUB 32b-bit offset.
2009-08-01 00:30:13 +09:00
suzuki toshiya
95aeebf438
ftobjs.c: Prevent an overflow in glyph index handling.
2009-08-01 00:30:13 +09:00
suzuki toshiya
2ed9d7fc75
Improve the variable types in raccess_make_file_name().
2009-08-01 00:30:12 +09:00
suzuki toshiya
61fa1b53c2
ftpatent.c: Fix for unused variable `error'.
2009-08-01 00:30:12 +09:00
suzuki toshiya
f7ecdbc70a
type1: Check invalid string longer than PostScript limit.
2009-08-01 00:30:12 +09:00
suzuki toshiya
a8c515d25c
gzip: Use FT2 zcalloc() & zfree() in ftgzip.c by default.
2009-08-01 00:30:11 +09:00
suzuki toshiya
5f43bab8bf
gzip: Distinguish PureC from TurboC on MSDOS.
2009-08-01 00:30:11 +09:00
suzuki toshiya
3f36047eff
gxvalid: Insert PureC pragma to allow unevaluated variables.
2009-08-01 00:30:11 +09:00
suzuki toshiya
62aa9ec647
gxvalid: Pass the union by the pointer instead of the value.
2009-08-01 00:29:29 +09:00
Werner Lemberg
7009a6eb03
Fix Redhat bugzilla #513582 and Savannah bug #26849 .
...
* src/cache/ftccache.h (FTC_CACHE_LOOKUP_CMP) <FTC_INLINE>: Fix
aliasing bug.
2009-07-29 11:53:13 +02:00
Werner Lemberg
1a49548bc3
Fix Savannah bug #27106 .
...
Typo in Mac README instructions.
2009-07-25 16:19:23 +02:00
Werner Lemberg
2cd790d7e2
Document recent library changes.
...
* docs/CHANGES: Do it.
2009-07-19 11:18:00 +02:00
Werner Lemberg
46e05c443b
Fix Savannah bug #23786 .
...
* src/truetype/ttobjs.c (tt_size_init_bytecode): Don't reset x_ppem
and y_ppem. Otherwise the `*_CVT_Stretched' functions in ttinterp.c
get never called.
An anonymous guy suggested this change on Savannah, and it seems to
be the right solution.
2009-07-17 22:49:34 +02:00
Werner Lemberg
dc20faaf4c
Typo.
2009-07-17 10:50:04 +02:00
Werner Lemberg
9f27998ebf
Merge branch 'master' of wl@git.sv.gnu.org:/srv/git/freetype/freetype2
...
Conflicts:
ChangeLog
Merge.
2009-07-15 12:33:01 +02:00
Werner Lemberg
deee58f225
* docs/release: Updated.
2009-07-15 07:58:00 +02:00
Werner Lemberg
0fbdf11a48
README.CVS -> README.git
...
* README.CVS: Renamed to...
* README.git: This.
Updated.
2009-07-15 07:50:06 +02:00
suzuki toshiya
3009417a7d
Borland C++ compiler patch proposed by Mirco Babin.
2009-07-15 12:57:26 +09:00
Werner Lemberg
b2967734a6
Fix Savannah bug #27026 .
...
* builds/win32/vc2005/freetype.sln: Use correct version number.
2009-07-14 16:44:06 +02:00
suzuki toshiya
313d4f4ca6
Add a script to check the undefined and unused trace macros.
2009-07-13 00:01:57 +09:00
suzuki toshiya
3bf7baaac3
Formatting.
2009-07-12 23:54:40 +09:00
Werner Lemberg
a2ef3769bc
Merge branch 'master' of wl@git.sv.gnu.org:/srv/git/freetype/freetype2
2009-07-09 18:59:25 +02:00
suzuki toshiya
da59462780
smooth: Check glyph size by width/height, instead of pitch/height.
2009-07-09 17:21:32 +09:00
Werner Lemberg
0d02317fb2
[ftraster] Make it compile again with -D_STANDALONE_.
...
* src/raster/ftraster.c [_STANDALONE_]: Define
FT_CONFIG_STANDARD_LIBRARY_H.
Include `string.h'.
Don't include `rastpic.h'.
Define FT_DEFINE_RASTER_FUNCS.
2009-07-09 09:21:46 +02:00
suzuki toshiya
8ad243bdcd
Shorten URLs referring ft-devel archive.
2009-07-09 16:12:30 +09:00
suzuki toshiya
e05861b9da
Register 2 missing trace components, t1afm and ttbdf.
2009-07-09 14:43:57 +09:00
suzuki toshiya
a6990d0612
Register a trace component for ftgloadr.c.
2009-07-09 12:48:23 +09:00
suzuki toshiya
4c531460ed
Prevent the overflows by a glyph with too many points or contours.
2009-07-08 14:52:11 +09:00
suzuki toshiya
f4a0f93a14
Fix a typo in ChangeLog, found by mouse@Rodents-Montreal.ORG
2009-07-06 17:16:15 +09:00
Bram Tassyns
3d3ba0563e
Improve compatibility to Acroread.
...
This fixes Savannah bug #26944 .
* src/cff/cffload.c (cff_charset_compute_cids): For multiple GID to
single CID mappings, make the lowest value win.
2009-07-05 14:54:59 +02:00
suzuki toshiya
ad289d139f
ftpatent: Fix a bug by wrong usage of service->table_info().
2009-06-29 03:09:17 +09:00