RSS feed
062f88a4
– Suzuki, Toshiya (鈴木俊哉) <mpsuzuki@hiroshima-u.ac.jp>
authored
on 2008/05/20 03:57
* src/base/ftmac.c (FT_New_Face_From_Suitcase): Check if valid aface is returned by FT_New_Face_From_FOND()
5e8a3686
– Werner Lemberg <wl@gnu.org>
authored
on 2008/05/18 17:49
* src/pshinter/pshalgo.c (ps_hints_apply): Reset scale values after
16dc51fe
– Werner Lemberg <wl@gnu.org>
authored
on 2008/05/18 13:36
* src/base/ftdebug.c (FT_Message, FT_Panic): Send output to stderr.
c567ff27
– David Turner <david@freetype.org>
authored
on 2008/05/18 10:32
add missing comment
a92cec56
– David Turner <david@freetype.org>
authored
on 2008/05/18 10:08
* src/psnames/psmodule.c: using 'static' to make declarations
89d64fa6
– Werner Lemberg <wl@gnu.org>
authored
on 2008/05/17 16:06
* src/truetype/ttgload.c (TT_Load_Simple_Glyph): Handle zero-contour
a2f17cc1
– Werner Lemberg <wl@gnu.org>
authored
on 2008/05/17 06:01
* docs/CHANGES: Updated.
bcc750e5
– Werner Lemberg <wl@gnu.org>
authored
on 2008/05/16 00:50
* src/psaux/t1decode.c (t1_decoder_parse_charstrings)
bcfcc71d
– Werner Lemberg <wl@gnu.org>
authored
on 2008/05/15 05:14
* builds/toplevel.mk (CONFIG_GUESS, CONFIG_SUB): Updated.
2d738999
– Werner Lemberg <wl@gnu.org>
authored
on 2008/05/14 19:33
Fix ChangeLog.
504645ed
– Werner Lemberg <wl@gnu.org>
authored
on 2008/05/14 19:26
* src/type1/t1load.c (parse_subrs): Accept fonts with a subrs array
e6e6eade
– Werner Lemberg <wl@gnu.org>
authored
on 2008/05/14 19:05
Finish fix of scaling bug of CID-keyed CFF subfonts.
fb57228b
– Werner Lemberg <wl@gnu.org>
authored
on 2008/05/13 08:10
* src/winfonts/winfnt.c (fnt_face_get_dll_font, FNT_Face_Init):
b7c063d5
– Werner Lemberg <wl@gnu.org>
authored
on 2008/05/11 17:36
Add some (commented out) code for orthogonality.
84662841
– Werner Lemberg <wl@gnu.org>
authored
on 2008/05/04 12:54
Clean up.
32e05a6a
– Werner Lemberg <wl@gnu.org>
authored
on 2008/05/04 12:53
Cleaning up.
551dd3c0
– Werner Lemberg <wl@gnu.org>
authored
on 2008/05/04 09:37
First steps to fix the scaling bug of CID-keyed CFF subfonts,
6d29f0f1
– Werner Lemberg <wl@gnu.org>
authored
on 2008/05/03 11:54
* src/base/ftobjs.c (FT_Load_Glyph): Call the auto-hinter without
de9479a0
– Werner Lemberg <wl@gnu.org>
authored
on 2008/04/26 08:52
* include/freetype/internal/psaux.h (T1_BuilderRec): Mark `scale_x'
4ebc890e
– Werner Lemberg <wl@gnu.org>
authored
on 2008/04/13 18:06
* src/pcf/pcfdrivr.c (PCF_Face_Init): Protect call to
8271e5e4
– Werner Lemberg <wl@gnu.org>
authored
on 2008/04/13 17:59
whitespace
048b7563
– Werner Lemberg <wl@gnu.org>
authored
on 2008/04/13 01:55
* src/psaux/psconv.c (PS_Conv_ToFixed): Increase precision if
c32e83f2
– Werner Lemberg <wl@gnu.org>
authored
on 2008/04/01 02:07
Fix compilation with g++ 4.1 (with both `single' and `multi'
210d6189
– Werner Lemberg <wl@gnu.org>
authored
on 2008/04/01 01:55
Fix support for subsetted CID-keyed CFFs.
a56e5266
– Werner Lemberg <wl@gnu.org>
authored
on 2008/03/23 10:53
Adjustments for Visual C++ 8.0, as reported by Rainer Deyke.
8575117c
– Werner Lemberg <wl@gnu.org>
authored
on 2008/03/21 03:16
* src/type1/t1objs.c (T1_Face_Init): Use `/Weight'. Patch from
3863c951
– Werner Lemberg <wl@gnu.org>
authored
on 2008/03/13 02:38
* src/truetype/ttgxvar.c (TT_Get_MM_Var): Fix named style loop.
cd874831
– Werner Lemberg <wl@gnu.org>
authored
on 2008/03/06 17:11
add copyright notices
fc293939
– Werner Lemberg <wl@gnu.org>
authored
on 2008/03/03 03:08
* src/sfnt/ttcmap.c (tt_cmap14_char_map_nondef_binary,
5057e36c
– Werner Lemberg <wl@gnu.org>
authored
on 2008/02/29 02:23
* docs/CHANGES: Updated.
7faa1554
– Werner Lemberg <wl@gnu.org>
authored
on 2008/02/29 02:14
Add build support for symbian platform. From Savannah bug #22440.
9b9d3349
– Werner Lemberg <wl@gnu.org>
authored
on 2008/02/21 18:22
minor improvements, copyright years
6cb2faa8
– Suzuki, Toshiya (鈴木俊哉) <mpsuzuki@hiroshima-u.ac.jp>
authored
on 2008/02/21 13:46
* src/base/ftmac.c: Fix a bug of PostScript font name synthesis in parse_fond().
31093cce
– Werner Lemberg <wl@gnu.org>
authored
on 2008/02/21 12:10
minor fixes
5d3ac4ae
– Suzuki, Toshiya (鈴木俊哉) <mpsuzuki@hiroshima-u.ac.jp>
authored
on 2008/02/21 05:15
* builds/unix/confiure.raw: Split the compiler option to link Carbon frameworks for each framework
28464c48
– Werner Lemberg <wl@gnu.org>
authored
on 2008/02/18 15:34
* src/truetype/ttinterp.c (Ins_IUP): Check number of points. Fix
c903f2f2
– Werner Lemberg <wl@gnu.org>
authored
on 2008/02/17 03:23
minor editing
44c655b0
– Werner Lemberg <wl@gnu.org>
authored
on 2008/02/17 03:22
* src/autofit/afloader.c (af_loader_load_g, af_loader_load_glyph):
edc7d81a
– Werner Lemberg <wl@gnu.org>
authored
on 2008/02/16 00:53
Explain `CJK'.
d2c55ab0
– Suzuki, Toshiya (鈴木俊哉) <mpsuzuki@hiroshima-u.ac.jp>
authored
on 2008/02/15 04:12
fix for inexistent sfnt ID in broken FOND
aa722df4
– Werner Lemberg <wl@gnu.org>
authored
on 2008/02/14 05:46
Minor editing.
60e83a1d
– Suzuki, Toshiya (鈴木俊哉) <mpsuzuki@hiroshima-u.ac.jp>
authored
on 2008/02/13 21:55
* src/base/ftbase.c: <ftmac.c> is replaced by "ftmac.c"
744dd456
– Werner Lemberg <wl@gnu.org>
authored
on 2008/02/11 03:22
* builds/modules.mk (CLOSE_MODULE, REMOVE_MODULE), builds/detect.mk
4c933991
– Werner Lemberg <wl@gnu.org>
authored
on 2008/01/18 00:32
* src/base/ftlcdfil.c (_ft_lcd_filter_legacy): Updated comment to
61d83d09
– Werner Lemberg <wl@gnu.org>
authored
on 2008/01/18 00:19
Oops!
250c01d4
– Werner Lemberg <wl@gnu.org>
authored
on 2008/01/18 00:16
whitespace
53286c09
– Werner Lemberg <wl@gnu.org>
authored
on 2008/01/18 00:14
more formatting and whitespace
4af139d2
– Werner Lemberg <wl@gnu.org>
authored
on 2008/01/17 23:53
formatting, whitespace
1ddd1b76
– Werner Lemberg <wl@gnu.org>
authored
on 2008/01/16 01:58
* src/raster/ftraster.c (ft_black_render): Check `outline' before
ee0f2ab9
– Werner Lemberg <wl@gnu.org>
authored
on 2008/01/12 15:24
Whitespace.
eca1f279
– Werner Lemberg <wl@gnu.org>
authored
on 2008/01/12 02:46
* src/raster/ftraster.c (FT_CONFIG_OPTION_5_GRAY_LEVELS): Remove.
0b2b5ca7
– Werner Lemberg <wl@gnu.org>
authored
on 2008/01/10 05:33
Small doc improvement.
bf391cb8
– Werner Lemberg <wl@gnu.org>
authored
on 2008/01/10 03:47
* src/truetype/ttgload.c (load_truetype_glyph): Handle the case
75696860
– Suzuki, Toshiya (鈴木俊哉) <mpsuzuki@hiroshima-u.ac.jp>
authored
on 2008/01/03 20:43
Formatting.
d2e15737
– Werner Lemberg <wl@gnu.org>
authored
on 2007/12/30 18:49
* src/smooth/ftgrays.c (gray_raster_render): Check `outline'
540b9545
– Suzuki, Toshiya (鈴木俊哉) <mpsuzuki@hiroshima-u.ac.jp>
authored
on 2007/12/21 01:03
Improvement of POSIX resource-fork accessor to load Mac OS X HelveLTMM
d156cabc
– Werner Lemberg <wl@gnu.org>
authored
on 2007/12/14 02:48
* src/cff/cffparse.c (cff_parse_real): Don't apply `power_ten'
bd7e1c3c
– Werner Lemberg <wl@gnu.org>
authored
on 2007/12/06 12:17
Pass options from one configure script to another as-is (not
a6d36573
– Suzuki, Toshiya (鈴木俊哉) <mpsuzuki@hiroshima-u.ac.jp>
authored
on 2007/12/06 05:27
* src/base/ftrfork.c: add support for new pathname syntax "..namedfork/rsrc" to access resource fork on Mac OS X.
44b5e577
– Suzuki, Toshiya (鈴木俊哉) <mpsuzuki@hiroshima-u.ac.jp>
authored
on 2007/12/06 02:47
Mac OS X Carbon tests in configure.raw are improved and builds/mac/ftmac.c is updated to sync to src/base/ftmac.c
05f5c58d
– Suzuki, Toshiya (鈴木俊哉) <mpsuzuki@hiroshima-u.ac.jp>
authored
on 2007/12/06 00:43
Improvements of the document and comments in Mac OS sources by Sean McBride
a10d2b7c
– Werner Lemberg <wl@gnu.org>
authored
on 2007/12/04 17:05
* src/cff/cffload.c (cff_subfont_load): Don't use logical OR to
d496b926
– Werner Lemberg <wl@gnu.org>
authored
on 2007/12/04 16:49
* src/truetype/ttobjs.c (tt_face_init): Don't use logical OR to
c0da5232
– Werner Lemberg <wl@gnu.org>
authored
on 2007/12/04 16:44
* src/pfr/pfrgload.c (pfr_glyph_load_compound): Remove compiler
24fe618b
– Werner Lemberg <wl@gnu.org>
authored
on 2007/11/23 04:18
Improve.
86c0f904
– Suzuki, Toshiya (鈴木俊哉) <mpsuzuki@hiroshima-u.ac.jp>
authored
on 2007/11/20 09:00
* src/base/{ftobjs.c, ftrfork.c}: recovery of Carbon-free legacy MacOS font support in freetype-2.3.4
a5470688
– Suzuki, Toshiya (鈴木俊哉) <mpsuzuki@hiroshima-u.ac.jp>
authored
on 2007/11/16 11:29
* Add acknowledge of previous Mac OS X 10.5 patch author
00518cac
– Suzuki, Toshiya (鈴木俊哉) <mpsuzuki@hiroshima-u.ac.jp>
authored
on 2007/11/16 10:48
* src/base/ftmac.c: Revise Carbon dependent functions for Mac OS X 10.5
d503fc57
– Werner Lemberg <wl@gnu.org>
authored
on 2007/11/01 05:19
* src/sfnt/sfobjs.c (sfnt_done_face): Check `sfnt' everywhere. This
27649fb6
– Werner Lemberg <wl@gnu.org>
authored
on 2007/10/29 18:00
* src/winfonts/winfnt.c (FNT_Face_Init): Check first that the driver
e77b6c49
– Werner Lemberg <wl@gnu.org>
authored
on 2007/10/21 04:18
Typo.
7d9c189a
– Werner Lemberg <wl@gnu.org>
authored
on 2007/10/21 04:12
* src/sfnt/sfobjs.c (sfnt_load_face): Support bit 9 and prepare
66842577
– Werner Lemberg <wl@gnu.org>
authored
on 2007/10/20 12:17
* src/tools/docmaker/tohtml.py (html_header_2): Fix typo.
7f2425fb
– Werner Lemberg <wl@gnu.org>
authored
on 2007/10/20 12:15
Formatting, improving documentation.
cf432dbf
– David Turner <david@freetype.org>
authored
on 2007/10/19 08:36
* include/freetype/freetype.h, src/base/ftobjs.c: renamed
9a966b7d
– Werner Lemberg <wl@gnu.org>
authored
on 2007/10/15 13:21
Add support for cmap type 14.
cc272c51
– Werner Lemberg <wl@gnu.org>
authored
on 2007/10/01 03:33
Clarify `best' in documentation of FT_Select_Charmap.
74597ccd
– Werner Lemberg <wl@gnu.org>
authored
on 2007/10/01 03:08
* src/base/ftobjs.c (find_unicode_charmap): If search for a UCS-4
2be3f472
– Suzuki, Toshiya (鈴木俊哉) <mpsuzuki@hiroshima-u.ac.jp>
authored
on 2007/08/29 02:08
* src/base/ftmac.c: Use more abstract data type instead of `short\'
abc44f5e
– Werner Lemberg <wl@gnu.org>
authored
on 2007/08/18 02:38
* src/otvalid/otvcmmn.c (otv_x_y_ux_sy): Skip context glyphs. Found
23a424f5
– Werner Lemberg <wl@gnu.org>
authored
on 2007/08/17 16:16
* src/otvalid/otvgsub.c (otv_SingleSubst_validate): Fix handling of
4fc0ccea
– Suzuki, Toshiya (鈴木俊哉) <mpsuzuki@hiroshima-u.ac.jp>
authored
on 2007/08/11 12:35
* Fix a bug in configure.raw overlooking native C compiler if named "platform-gcc"
3f1905b1
– Werner Lemberg <wl@gnu.org>
authored
on 2007/08/11 11:45
* src/otvalid/otvcommn.c, src/otvalid/otvcommn.h
d76fe5a1
– Werner Lemberg <wl@gnu.org>
authored
on 2007/08/08 02:38
* src/otvalid/otvbase.c, src/otvalid/otvcommn.c,
b6617885
– Werner Lemberg <wl@gnu.org>
authored
on 2007/08/04 18:17
* builds/unix/configure.raw: Add call to AC_LIBTOOL_WIN32_DLL.
d6752a6b
– Werner Lemberg <wl@gnu.org>
authored
on 2007/08/02 18:03
* src/psnames/psmodule.c: Fix usage of
cf093cd7
– Suzuki, Toshiya (鈴木俊哉) <mpsuzuki@hiroshima-u.ac.jp>
authored
on 2007/07/30 23:58
* Fix src/base/ftmac.c (open_face_from_buffer): fix the type of driver_type as const.
39c91ad4
– Werner Lemberg <wl@gnu.org>
authored
on 2007/07/28 01:40
* src/raster/ftraster.c (count_table): Make it conditional.
71dd6873
– Werner Lemberg <wl@gnu.org>
authored
on 2007/07/27 00:44
* src/base/ftoutln.c (FT_Outline_Translate): Check `outline' before
5bfe0d04
– Werner Lemberg <wl@gnu.org>
authored
on 2007/07/17 00:57
Really add new files.
ef915c36
– Werner Lemberg <wl@gnu.org>
authored
on 2007/07/16 16:46
* docs/CHANGES: Updated.
2f109567
– Werner Lemberg <wl@gnu.org>
authored
on 2007/07/11 01:32
Add support for postscript name service to CFF driver.
d21fe6e5
– Werner Lemberg <wl@gnu.org>
authored
on 2007/07/10 19:10
Really restore changes introduced in revision 1.178.
b003b3e7
– Werner Lemberg <wl@gnu.org>
authored
on 2007/07/08 03:13
* src/base/ftglyph.c (FT_Glyph_Copy): Fix initialization of
1e1b6dff
– Werner Lemberg <wl@gnu.org>
authored
on 2007/07/07 03:30
* src/pfr/pfrcmap.c: Include pfrerror.h.
0f6f367e
– Werner Lemberg <wl@gnu.org>
authored
on 2007/07/04 15:57
Better maxComponentDepth test.
3033f436
– Werner Lemberg <wl@gnu.org>
authored
on 2007/07/04 10:12
* src/truetype/ttgload.c (load_truetype_glyph): Always allow a
986ea4b2
– Werner Lemberg <wl@gnu.org>
authored
on 2007/07/04 00:53
* docs/PROBLEMS: Mention that some PS based fonts can't be
3b0e5006
– Werner Lemberg <wl@gnu.org>
authored
on 2007/07/03 00:48
* src/autofit/aflatin.c (af_latin_metrics_init_blues): Initialize
aa52eab7
– Werner Lemberg <wl@gnu.org>
authored
on 2007/07/02 11:14
Updated.
Next