RSS feed
b016c53f
– Werner Lemberg <wl@gnu.org>
authored
on 2008/10/05 01:46
s/with other words/in other words/
96d87bed
– Suzuki, Toshiya (鈴木俊哉) <mpsuzuki@hiroshima-u.ac.jp>
authored
on 2008/10/04 23:08
{src/base,builds/mac}/ftobjs.c: Include FT_TRUETYPE_TAGS_H for multi build
af48cb0b
– Suzuki, Toshiya (鈴木俊哉) <mpsuzuki@hiroshima-u.ac.jp>
authored
on 2008/10/04 22:53
src/base/ftobjs.c: Include FT_TRUETYPE_TAGS_H
2d3e0af9
– Suzuki, Toshiya (鈴木俊哉) <mpsuzuki@hiroshima-u.ac.jp>
authored
on 2008/10/04 22:38
* `FT_Open_Face' tries `open_face_PS_from_sfnt_stream' when a sfnt container is found but not OpenType.
21bd5165
– Suzuki, Toshiya (鈴木俊哉) <mpsuzuki@hiroshima-u.ac.jp>
authored
on 2008/10/04 14:10
Introduce macros for some MacOS-specific resource tags
72eb270a
– Suzuki, Toshiya (鈴木俊哉) <mpsuzuki@hiroshima-u.ac.jp>
authored
on 2008/10/04 13:49
* Remove wrong initialization in `ft_lookup_PS_in_sfnt_stream'
45489589
– Werner Lemberg <wl@gnu.org>
authored
on 2008/10/04 07:39
* src/base/ftobjs.c (open_face_PS_from_sfnt_stream): Remove compiler
1137d04f
– Suzuki, Toshiya (鈴木俊哉) <mpsuzuki@hiroshima-u.ac.jp>
authored
on 2008/10/04 03:11
* New function `open_face_PS_from_sfnt_stream' to check and open a Type1 PS or CID-keyed font in an sfnt stream.
bc2c4984
– Suzuki, Toshiya (鈴木俊哉) <mpsuzuki@hiroshima-u.ac.jp>
authored
on 2008/10/03 08:28
* src/base/ftobjs.c (ft_lookup_PS_in_sfnt): Set *is_sfnt_cid to FALSE when no PS resource is found
9e2b9900
– Suzuki, Toshiya (鈴木俊哉) <mpsuzuki@hiroshima-u.ac.jp>
authored
on 2008/10/03 07:52
* Remove duplicated functions from builds/mac/ftmac.c. Now MPW builds builds/mac/ftmac.c as a part of ftbase.c
35ae574a
– Werner Lemberg <wl@gnu.org>
authored
on 2008/10/02 06:40
Add casts for stupid compilers. Reported by Graham.
b17fb11f
– Werner Lemberg <wl@gnu.org>
authored
on 2008/10/02 06:17
* src/cff/cffgload.c (cff_slot_load): Map CID 0 to GID 0. This
89a1a518
– Werner Lemberg <wl@gnu.org>
authored
on 2008/10/02 02:48
* builds/freetype.mk (BASE_H): Rename to...
cff15b07
– Werner Lemberg <wl@gnu.org>
authored
on 2008/10/02 01:38
Formatting.
ba3e2304
– Suzuki, Toshiya (鈴木俊哉) <mpsuzuki@hiroshima-u.ac.jp>
authored
on 2008/10/01 21:48
* Fix wrong comment in ftbase.h
f414702e
– Suzuki, Toshiya (鈴木俊哉) <mpsuzuki@hiroshima-u.ac.jp>
authored
on 2008/10/01 21:43
* Merge the duplicated functions in ftmac.c with ftobjs.c
ce1bad03
– Werner Lemberg <wl@gnu.org>
authored
on 2008/10/01 18:46
* src/sfnt/sfobjs.c (sfnt_load_face): `psnames_error' is only needed
d03d856d
– Werner Lemberg <wl@gnu.org>
authored
on 2008/10/01 18:39
* src/truetype/ttobjs.c (tt_face_done), src/cff/cffobjs.c
6bc16e92
– Werner Lemberg <wl@gnu.org>
authored
on 2008/10/01 17:16
s/synthetize/synthesize/
fce4e239
– Werner Lemberg <wl@gnu.org>
authored
on 2008/10/01 00:41
Formatting.
ef4a915e
– Suzuki, Toshiya (鈴木俊哉) <mpsuzuki@hiroshima-u.ac.jp>
authored
on 2008/09/30 12:21
* Fix make rules for multi build on Mac OS X
c6bdee5f
– Suzuki, Toshiya (鈴木俊哉) <mpsuzuki@hiroshima-u.ac.jp>
authored
on 2008/09/29 20:59
* Fix the conditions for multi build on MacOS
b4c810e2
– Werner Lemberg <wl@gnu.org>
authored
on 2008/09/22 07:28
* src/cff/cffgload.c (CFF_Operator, cff_argument_counts,
bd0f71aa
– Werner Lemberg <wl@gnu.org>
authored
on 2008/09/22 04:55
Fix Savannah bug #24307.
815e186f
– Suzuki, Toshiya (鈴木俊哉) <mpsuzuki@hiroshima-u.ac.jp>
authored
on 2008/09/21 14:33
* src/{otvalid,sfnt}/Jamfile: Add missing targets for multi build by jam
70f4cff1
– Werner Lemberg <wl@gnu.org>
authored
on 2008/09/20 12:12
* src/smooth/ftgrays.c (gray_find_cell): Fix threshold. The values
22e970a2
– Werner Lemberg <wl@gnu.org>
authored
on 2008/09/20 08:20
Formatting, minor code fixes.
6874d85b
– Werner Lemberg <wl@gnu.org>
authored
on 2008/09/20 07:50
* src/base/ftoutln.c: Include FT_INTERNAL_DEBUG_H.
3afbee82
– Suzuki, Toshiya (鈴木俊哉) <mpsuzuki@hiroshima-u.ac.jp>
authored
on 2008/09/19 13:46
* ftmac.c: Import sfnt-wrapped Type1/CID font support
dec8e7b9
– Suzuki, Toshiya (鈴木俊哉) <mpsuzuki@hiroshima-u.ac.jp>
authored
on 2008/09/19 12:47
* src/base/ftobjs.c: Fix double free bug in sfnt-wrapped Type1/CID font support
9ae5eaf8
– Suzuki, Toshiya (鈴木俊哉) <mpsuzuki@hiroshima-u.ac.jp>
authored
on 2008/09/19 02:48
* src/base/ftobjs.c: Add initial support for sfnt-wrapped CID-keyed fonts
55c40631
– Werner Lemberg <wl@gnu.org>
authored
on 2008/09/18 07:20
* src/base/ftsystem.c (FT_Done_Memory): Use ft_sfree directly for
0c0db3eb
– Suzuki, Toshiya (鈴木俊哉) <mpsuzuki@hiroshima-u.ac.jp>
authored
on 2008/09/18 00:36
* src/cff/cffobjs.c: replace 0x4F54544FL by TTAG_OTTO
4afcfd30
– Werner Lemberg <wl@gnu.org>
authored
on 2008/09/16 13:32
beautifying, doc fixes.
634df6e3
– Werner Lemberg <wl@gnu.org>
authored
on 2008/09/16 03:25
* src/cff/cffgload.h, src/cff/cffgload.c
ed6c0e06
– Werner Lemberg <wl@gnu.org>
authored
on 2008/09/15 03:49
Fix Savannah bug #24179, reported by Bram Tassyns.
b211651a
– Werner Lemberg <wl@gnu.org>
authored
on 2008/09/12 12:27
* autogen.sh, builds/unix/configure.raw,
8d3e6ecc
– Werner Lemberg <wl@gnu.org>
authored
on 2008/09/11 04:29
* src/base/ftbase.c: Include ftadvanc.c.
59188661
– Suzuki, Toshiya (鈴木俊哉) <mpsuzuki@hiroshima-u.ac.jp>
authored
on 2008/09/11 04:02
* Fix Savannah bug #21250: builds/unix/configure installs bi-arch ftconfig.h if it works correctly
8e29645e
– Suzuki, Toshiya (鈴木俊哉) <mpsuzuki@hiroshima-u.ac.jp>
authored
on 2008/09/04 23:21
* builds/unix/configure.raw: Clear FT2_EXTRA_LIBS when Mac OS X frameworks are missing
17cd6872
– David Turner <david@freetype.org>
authored
on 2008/09/01 22:34
* include/freetype/ftcache.h, src/cache/ftccmap.c:
f47d263f
– David Turner <david@freetype.org>
authored
on 2008/09/01 22:21
* include/freetype/ftoption.h, include/freetype/ftconfig.h,
238bb385
– David Turner <david@freetype.org>
authored
on 2008/09/01 17:35
ooops. Add missing files
28534d61
– David Turner <david@freetype.org>
authored
on 2008/09/01 17:35
* include/freetype/ftadvanc.h, src/base/ftadvanc.c,
7981fe2a
– Suzuki, Toshiya (鈴木俊哉) <mpsuzuki@hiroshima-u.ac.jp>
authored
on 2008/08/29 02:09
* src/sfnt/sfobjs.c (sfnt_open_font): Use TTAG_OTTO
4dbf00aa
– Werner Lemberg <wl@gnu.org>
authored
on 2008/08/28 12:12
* src/type1/t1load.c (parse_encoding): Protect against infinite
a4cb0d95
– Werner Lemberg <wl@gnu.org>
authored
on 2008/08/23 15:54
* src/type/t1afm.c (compare_kern_pairs), src/pxaux/afmparse.c
4c60bd91
– Suzuki, Toshiya (鈴木俊哉) <mpsuzuki@hiroshima-u.ac.jp>
authored
on 2008/08/19 11:35
* Fix FT_Stream_New() to initialize stream always
77f73585
– Werner Lemberg <wl@gnu.org>
authored
on 2008/08/19 00:53
Formatting.
fdc2d761
– Suzuki, Toshiya (鈴木俊哉) <mpsuzuki@hiroshima-u.ac.jp>
authored
on 2008/08/18 02:02
* src/base/ftmac.c: Add a fallback for the case that HAVE_TYPE_RESOURCE_INDEX is not set by configure
a8700d42
– Suzuki, Toshiya (鈴木俊哉) <mpsuzuki@hiroshima-u.ac.jp>
authored
on 2008/08/18 01:08
* builds/unix/configure.raw: Replace all-in-one Carbon.h by minimum CoreServices.h
a2637823
– Suzuki, Toshiya (鈴木俊哉) <mpsuzuki@hiroshima-u.ac.jp>
authored
on 2008/08/18 00:44
* src/sfnt/ttcmap.c: Fix for empty sub-headers in Dynalab fonts
da32d705
– Werner Lemberg <wl@gnu.org>
authored
on 2008/08/06 05:09
Add one more example to the documentation of FT_Glyph_To_Bitmap.
293a877a
– Werner Lemberg <wl@gnu.org>
authored
on 2008/08/05 14:36
Minor documentation improvements.
c86f8611
– Werner Lemberg <wl@gnu.org>
authored
on 2008/08/05 07:18
Minor documentation improvement.
7fd20182
– Werner Lemberg <wl@gnu.org>
authored
on 2008/08/04 14:46
* src/type1/t1tokens.h: Handle `ForceBold' keyword. This fixes
eba3eeec
– Werner Lemberg <wl@gnu.org>
authored
on 2008/08/04 11:54
* src/cff/cffparse.c (cff_parse_fixed_scaled): Fix thinko which
17e69011
– Werner Lemberg <wl@gnu.org>
authored
on 2008/08/04 01:45
Be more tolerant w.r.t. invalid entries in SFNT table directory.
806f5934
– Werner Lemberg <wl@gnu.org>
authored
on 2008/07/30 01:28
* src/cff/cffgload.c (cff_decoder_parse_charstrings): No longer
830846e6
– Werner Lemberg <wl@gnu.org>
authored
on 2008/07/27 02:27
Formatting, copyright years.
7f30c0c6
– Werner Lemberg <wl@gnu.org>
authored
on 2008/07/27 01:43
Add extra mappings for `Tcommaaccent' and `tcommaaccent'. This
bdcfddcd
– Werner Lemberg <wl@gnu.org>
authored
on 2008/07/26 17:22
* src/cff/cffgload.c (cff_decoder_prepare,
e75da457
– Werner Lemberg <wl@gnu.org>
authored
on 2008/07/22 16:59
* src/sfnt/ttcmap.c (tt_cmap4_validate, tt_cmap4_char_map_linear,
50997cd7
– Werner Lemberg <wl@gnu.org>
authored
on 2008/07/16 17:03
* src/pfr/pfrdrivr.c (pfr_get_advance): Fix off-by-one error.
bd48d35b
– Werner Lemberg <wl@gnu.org>
authored
on 2008/07/16 03:05
Set FT_FACE_FLAG_CID_KEYED only if pure_cff is set.
3d2f06f3
– Werner Lemberg <wl@gnu.org>
authored
on 2008/07/16 02:13
Handle CID-keyed fonts wrapped in a SFNT (with cmaps) correctly.
6b19e095
– Werner Lemberg <wl@gnu.org>
authored
on 2008/07/09 02:20
* src/truetype/ttpload.c (tt_face_load_loca): Handle buggy fonts
ca6fc732
– Werner Lemberg <wl@gnu.org>
authored
on 2008/07/05 02:36
Fix ChangeLog.
4e33f9e5
– Werner Lemberg <wl@gnu.org>
authored
on 2008/07/05 02:35
Since FreeType uses `$(value ...)', we now need GNU make 3.80 or
71b8f3f2
– Werner Lemberg <wl@gnu.org>
authored
on 2008/07/04 03:22
* src/raster/ftraster.c (Draw_Sweep): If span is smaller than one
be54a68c
– Werner Lemberg <wl@gnu.org>
authored
on 2008/06/29 03:43
* Version 2.3.7 released.
4e7d984d
– Werner Lemberg <wl@gnu.org>
authored
on 2008/06/27 18:26
* src/ftlyph.c (FT_Matrix_Multiply, FT_Matrix_Invert): Move to...
a741c6f2
– Werner Lemberg <wl@gnu.org>
authored
on 2008/06/27 02:58
* src/raster/ftraster.c (Vertical_Sweep_Drop, Horizontal_Sweep_Drop,
8a9b6391
– Werner Lemberg <wl@gnu.org>
authored
on 2008/06/26 15:56
Improve navigation in API reference.
e172c332
– Werner Lemberg <wl@gnu.org>
authored
on 2008/06/25 18:21
minor formatting
2be28a44
– Werner Lemberg <wl@gnu.org>
authored
on 2008/06/25 17:12
Fix documentation of `num_glyphs'.
959cb8eb
– Werner Lemberg <wl@gnu.org>
authored
on 2008/06/25 16:58
minor improvements
f3a924dd
– Suzuki, Toshiya (鈴木俊哉) <mpsuzuki@hiroshima-u.ac.jp>
authored
on 2008/06/24 13:13
Fix for 10.4u SDK bundled to Mac OS X 10.5
ce8853af
– Werner Lemberg <wl@gnu.org>
authored
on 2008/06/24 07:19
* src/truetype/ttinterp. (Ins_SCANTYPE): Don't check rendering mode.
5563bea0
– Werner Lemberg <wl@gnu.org>
authored
on 2008/06/24 01:44
* src/psaux/psobjs.c (t1_builder_close_contour): Don't add contour
745a4f42
– Werner Lemberg <wl@gnu.org>
authored
on 2008/06/22 18:41
* src/truetype/ttgload.c (TT_Load_Glyph): Protect bytecode stuff
b1c36cfb
– Suzuki, Toshiya (鈴木俊哉) <mpsuzuki@hiroshima-u.ac.jp>
authored
on 2008/06/22 11:32
* builds/unix/configure.raw: Copy -isysroot option from CFLAGS to LDFLAGS, if required
5df5dbb7
– Werner Lemberg <wl@gnu.org>
authored
on 2008/06/22 09:40
Enable access to the various dropout rules of the B&W rasterizer.
c91dfa39
– Werner Lemberg <wl@gnu.org>
authored
on 2008/06/21 02:27
Improve documentation of gray-level rastering and what to do if you need
5b631d89
– Werner Lemberg <wl@gnu.org>
authored
on 2008/06/19 12:23
* src/cff/cffobjs.c (cff_face_init): Compute final
cd6dcca6
– Werner Lemberg <wl@gnu.org>
authored
on 2008/06/19 02:20
* src/type/t1objs.c (T1_Face_Init): Slightly improve algorithm.
d57a5e9f
– Werner Lemberg <wl@gnu.org>
authored
on 2008/06/18 02:16
* src/type/t1objs.c (T1_Face_Init): Fix change from 2008-03-21.
ca947c25
– Werner Lemberg <wl@gnu.org>
authored
on 2008/06/16 01:33
* src/otvalid/otvgpos.c (otv_MarkBasePos_validate): Set
ad83e05b
– Werner Lemberg <wl@gnu.org>
authored
on 2008/06/15 07:06
* src/base/ftcalc.c (FT_MulFix) <asm>: Protect registers correctly
b796adb4
– Werner Lemberg <wl@gnu.org>
authored
on 2008/06/10 13:15
* autogen.sh: Add option `--install' to libtoolize.
6174e17c
– Werner Lemberg <wl@gnu.org>
authored
on 2008/06/10 01:58
* Version 2.3.6 released.
f3200faa
– Werner Lemberg <wl@gnu.org>
authored
on 2008/06/10 00:57
Typo.
102bb83a
– Werner Lemberg <wl@gnu.org>
authored
on 2008/06/10 00:57
* src/base/ftobjs.c (open_face): Check `clazz->init_face' and
26bd7a2c
– Werner Lemberg <wl@gnu.org>
authored
on 2008/06/09 17:27
s/enable_shared/build_libtool_libs/
630e24d9
– Werner Lemberg <wl@gnu.org>
authored
on 2008/06/09 17:20
Support debugging on WinCE. From Savannah patch #6536; this fixes
a984fda8
– Werner Lemberg <wl@gnu.org>
authored
on 2008/06/09 17:02
* README.CVS: Updated.
7cb9ec0f
– Werner Lemberg <wl@gnu.org>
authored
on 2008/06/09 16:49
* src/type1/t1parse.h (T1_ParserRec): Make `base_len' and
d77e7229
– Werner Lemberg <wl@gnu.org>
authored
on 2008/06/05 18:07
* src/truetype/ttinterp.c (Ins_IP): Handle case `org_dist == 0'
4c3cc76b
– Werner Lemberg <wl@gnu.org>
authored
on 2008/06/03 16:53
* include/freetype/ftcache.h (FTC_FaceID): Change type back to
90053f3f
– Werner Lemberg <wl@gnu.org>
authored
on 2008/06/02 09:55
typo
Next