log src/ftfont.c @ 112453:06719a229a46 default tip

age author description
Sat, 22 Jan 2011 18:56:06 -0800 Paul Eggert Promote SSDATA macro from gtkutil.c and xsmfns.c to lisp.h.
Sat, 15 Jan 2011 15:16:57 -0800 Glenn Morris Nuke arch-tags.
Fri, 14 Jan 2011 12:18:41 -0500 Stefan Monnier Merge from emacs-23
Sun, 02 Jan 2011 15:50:46 -0800 Glenn Morris Add 2011 to FSF/AIST copyright years.
Sun, 19 Dec 2010 00:43:42 -0500 Stefan Monnier Minor clean up to silence some gcc warnings.
Wed, 10 Nov 2010 18:02:54 +0900 YAMAMOTO Mitsuharu Add const to array elements of font filter properties.
Thu, 14 Oct 2010 16:32:27 +0200 Juanma Barranquero Merge changes from emacs-23 branch.
Wed, 13 Oct 2010 16:07:28 +0200 Juanma Barranquero Fix handling of font properties on Windows (bug#6303).
Fri, 17 Sep 2010 13:57:58 +0900 Kenichi Handa ftfont.c (ftfont_check_otf): Fix previous change.
Thu, 16 Sep 2010 10:51:56 +0900 Kenichi Handa ftfont.c (ftfont_check_otf): Fix the case of checking just existence of GSUB or GPOS.
Sun, 08 Aug 2010 14:03:45 -0700 Dan Nicolaescu Use const char* instead of char*.
Thu, 05 Aug 2010 16:34:12 -0700 Dan Nicolaescu Remove extern declarations in .c files, .h files have them.
Mon, 12 Jul 2010 19:47:17 +0200 Andreas Schwab Convert old-style definitions
Thu, 08 Jul 2010 00:18:28 +0200 Andreas Schwab Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmp
Sun, 04 Jul 2010 00:50:25 -0700 Dan Nicolaescu Convert (most) functions in src to standard C.
Fri, 02 Jul 2010 14:19:53 +0200 Jan D Remove __P and P_ from .c and .m files and definition of P_
Wed, 30 Jun 2010 15:55:41 +0900 Kenichi Handa Check FC_DUAL too. For such fonts, check width one by one.
Tue, 11 May 2010 20:15:29 +0900 Kenichi Handa ftfont.c: Fix incorrect parentheses of #if condition for definining M17N_FLT_USE_NEW_FEATURE.
Fri, 23 Apr 2010 21:29:11 +0900 Kenichi Handa Use new features of libotf and m17n-lib if available.
Fri, 26 Feb 2010 21:40:46 +0900 Kenichi Handa Fix Myanmar OTF support
Wed, 13 Jan 2010 00:35:10 -0800 Glenn Morris Add 2010 to copyright years.
Sat, 12 Dec 2009 02:14:00 +0000 Kenichi Handa (struct ftfont_info): New member matrix.
Tue, 17 Nov 2009 08:21:23 +0000 Jan Dj¸«£rv Handle system default font and changing font parameters.
Mon, 19 Oct 2009 04:27:09 +0000 Dan Nicolaescu * alloc.c: Do not define struct catchtag.
Tue, 14 Jul 2009 11:55:03 +0000 Kenichi Handa (ftfont_spec_pattern): New arg langname. Caller
Fri, 26 Jun 2009 06:15:54 +0000 Kenichi Handa (get_adstyle_property): Call font_intern_prop with 1 as
Tue, 23 Jun 2009 06:49:20 +0000 Jim Meyering Don't dereference NULL upon failed malloc and realloc.
Tue, 23 Jun 2009 05:50:48 +0000 Kenichi Handa Change font_add_log to FONT_ADD_LOG.
Fri, 17 Apr 2009 18:38:00 +0000 Chong Yidong * font.c (Qja, Qko): Move definitions here from ftfont.c.
Fri, 17 Apr 2009 00:55:41 +0000 Kenichi Handa (ftfont_pattern_entity): Return a newly allocated
Thu, 16 Apr 2009 01:38:07 +0000 Kenichi Handa (Qja, Qko): Don't make them static.
Mon, 13 Apr 2009 12:37:41 +0000 Kenichi Handa (get_adstyle_property): Fix previous change.
Mon, 13 Apr 2009 12:33:13 +0000 Kenichi Handa (Qja, Qko): New variables.
Wed, 08 Apr 2009 01:30:55 +0000 Kenichi Handa (ftfont_text_extents): Fix calculation of metrics->descent.
Mon, 06 Apr 2009 07:56:47 +0000 Kenichi Handa (ftfont_open): Fix checking of the return value of
Mon, 30 Mar 2009 05:38:51 +0000 Kenichi Handa Fix previous change. Define ftfont_variation_glyphs
Sun, 29 Mar 2009 17:12:26 +0000 Chong Yidong Conditionalize prototyping and use of ftfont_variation_glyphs.
Wed, 11 Feb 2009 09:45:12 +0000 Juanma Barranquero Remove spurious semicolons.
Tue, 27 Jan 2009 05:09:42 +0000 Kenichi Handa (ftfont_has_char): If the arg FONT is a font-object,
Mon, 19 Jan 2009 12:07:32 +0000 Kenichi Handa (ftfont_lookup_cache): Check the return value of FcFontList.
Thu, 08 Jan 2009 03:15:17 +0000 Glenn Morris Add 2009 to copyright years.
Tue, 30 Dec 2008 23:40:16 +0000 Kenichi Handa (ftfont_driver): Set the member get_variation_glyphs to
Fri, 19 Dec 2008 05:39:44 +0000 Kenichi Handa (ftfont_open): Genarate a multibyte string if given
Wed, 10 Dec 2008 06:00:56 +0000 Kenichi Handa (fc_charset_table): Add "unicode-sip".
Fri, 05 Dec 2008 12:24:58 +0000 Kenichi Handa (ftfont_shape_by_flt): Use "combining" flt if the
Wed, 03 Dec 2008 05:00:52 +0000 Chong Yidong (ftfont_list_family): Initialize list var earlier.
Wed, 03 Dec 2008 04:57:58 +0000 Chong Yidong (ftfont_resolve_generic_family): Avoid using uninitialized var.
Wed, 03 Dec 2008 04:52:42 +0000 Chong Yidong (ftfont_match): Initialize entity variable.
Fri, 24 Oct 2008 13:11:56 +0000 Kenichi Handa (ftfont_otf_features): Fix previous change.
Fri, 17 Oct 2008 02:20:13 +0000 Kenichi Handa (ftfont_otf_features): Fix indexing
Sun, 12 Oct 2008 12:50:00 +0000 Andreas Schwab * ftfont.c (ftfont_shape_by_flt): Make static.
Wed, 17 Sep 2008 11:48:00 +0000 Kenichi Handa (ftfont_shape_by_flt): Downcase family name.
Tue, 09 Sep 2008 02:28:51 +0000 Kenichi Handa (ftfont_shape_by_flt): Use "combining" FLT for ASCII characters.
Mon, 01 Sep 2008 02:46:23 +0000 Kenichi Handa (ftfont_spec_pattern): Don't create a charset of the
Fri, 29 Aug 2008 07:56:10 +0000 Kenichi Handa Include composite.h.
Mon, 21 Jul 2008 02:23:24 +0000 Kenichi Handa *** empty log message ***
Thu, 10 Jul 2008 13:13:21 +0000 Andreas Schwab (ftfont_resolve_generic_family): Remove foundry from
Wed, 09 Jul 2008 07:36:33 +0000 Kenichi Handa (ftfont_text_extents): Fix initial setting of metrics.
Wed, 09 Jul 2008 00:31:42 +0000 Kenichi Handa (struct ftfont_info): New member index, delete member
Mon, 30 Jun 2008 07:34:38 +0000 Kenichi Handa (fc_charset_table): New member lang.