log src/xftfont.c @ 102423:f23ca4ed51bd

age author description
Wed, 11 Feb 2009 09:45:12 +0000 Juanma Barranquero Remove spurious semicolons.
Thu, 29 Jan 2009 12:13:47 +0000 Kenichi Handa (xftfont_has_char): New function.
Tue, 27 Jan 2009 05:08:40 +0000 Kenichi Handa (struct xftfont_info): New member `index'.
Thu, 08 Jan 2009 03:15:17 +0000 Glenn Morris Add 2009 to copyright years.
Fri, 19 Dec 2008 05:39:19 +0000 Kenichi Handa (xftfont_open): Genarate a multibyte string if give names are utf-8.
Mon, 15 Dec 2008 01:57:40 +0000 Chong Yidong (xftfont_open): Free Xft font pattern if XftFontOpenPattern fails.
Tue, 09 Dec 2008 23:54:29 +0000 Chong Yidong (syms_of_xftfont): Fix typo.
Wed, 09 Jul 2008 00:32:01 +0000 Kenichi Handa (struct xftfont_info): New member ft_size. Make the
Mon, 30 Jun 2008 07:40:40 +0000 Kenichi Handa (xftfont_open): Don't call FcConfigSubstitute and
Sat, 21 Jun 2008 11:12:55 +0000 Kenichi Handa (xftfont_open): Handle QCembolden only when FC_EMBOLDEN is defined.
Fri, 20 Jun 2008 12:27:56 +0000 Kenichi Handa (xftfont_open): Add FOUNDRY, SPACING, DPI, SCALABLE to the pattern.
Thu, 19 Jun 2008 00:41:48 +0000 Kenichi Handa (QChinting , QCautohint, QChintstyle, QCrgba)
Sun, 25 May 2008 11:04:53 +0000 Kenichi Handa (xftfont_open): Delete unused variable. If
Mon, 19 May 2008 06:18:51 +0000 Kenichi Handa (xftfont_open): Ajusted for the change of extra info
Wed, 14 May 2008 07:50:26 +0000 Glenn Morris Switch to recommended form of GPLv3 permissions notice.
Wed, 14 May 2008 01:43:03 +0000 Kenichi Handa (xftfont_list): Adjusted for the change of `list'
Mon, 25 Feb 2008 01:43:55 +0000 Kenichi Handa (xftfont_draw): Pay attention to s->padding_p.
Sun, 17 Feb 2008 02:03:32 +0000 Kenichi Handa (xftfont_default_fid): Delete it.
Wed, 06 Feb 2008 04:24:12 +0000 Glenn Morris Update copyright years and GPL version.
Tue, 25 Dec 2007 10:30:29 +0000 Kenichi Handa (xftfont_encode_char): Use the macro FONT_INVALID_CODE.
Tue, 18 Dec 2007 11:26:43 +0000 Kenichi Handa (xftfont_start_for_frame): Delete prototype.
Mon, 10 Dec 2007 07:36:01 +0000 Kenichi Handa (struct xftfont_info): Delete the member ft_face.
Mon, 03 Dec 2007 01:42:25 +0000 Kenichi Handa *** empty log message ***
Sat, 01 Dec 2007 02:42:03 +0000 Kenichi Handa Include "ftfont.h".
Mon, 19 Nov 2007 05:08:04 +0000 Kenichi Handa (struct xftface_info): Delete the member xft_draw.
Thu, 13 Sep 2007 11:04:11 +0000 Kenichi Handa (xftfont_draw): Adjusted for the change of struct
Wed, 22 Aug 2007 12:34:29 +0000 Kenichi Handa (xftfont_draw): If s->font_info != s->face->font_info,
Wed, 20 Jun 2007 12:10:07 +0000 Kenichi Handa (xftfont_open): If one of font's ASCII glyph has
Wed, 06 Dec 2006 11:54:55 +0000 Kenichi Handa (xftfont_open): Call FcConfigSubstitute.
Tue, 05 Dec 2006 05:13:30 +0000 Kenichi Handa (xftfont_open): Don't enable antialias explicitly.
Wed, 29 Nov 2006 12:20:04 +0000 Kenichi Handa (ftfont_font_format): Extern declaration.
Fri, 24 Nov 2006 01:47:32 +0000 Kenichi Handa (xftfont_open): Set font->format.
Mon, 16 Oct 2006 07:26:53 +0000 Kenichi Handa (xftfont_text_extents): Fix calculation of descent
Mon, 21 Aug 2006 12:50:21 +0000 Kenichi Handa (xftfont_open): Call XftDefaultSubstitute before
Tue, 01 Aug 2006 01:18:34 +0000 Kenichi Handa (xftfont_match): New function.
Sun, 09 Jul 2006 10:56:42 +0000 Jan Dj¸«£rv * xftfont.c (xftfont_done_face): Call XftDrawDestroy only if xftface_info
Mon, 03 Jul 2006 00:52:16 +0000 Kenichi Handa (xftfont_open): Set charset related members to -1.
Wed, 28 Jun 2006 05:39:02 +0000 Kenichi Handa (xftfont_prepare_face): Cancel previous change.
Wed, 21 Jun 2006 01:23:08 +0000 Kenichi Handa (xftfont_prepare_face): Make non-ascii face share
Mon, 19 Jun 2006 01:32:49 +0000 Kenichi Handa (xftfont_open): For generating a name, start from
Fri, 16 Jun 2006 12:12:49 +0000 Kenichi Handa (xftfont_open): Change coding style of error
Fri, 09 Jun 2006 02:15:23 +0000 Kenichi Handa (xftfont_open): Make the font name fontconfig's
Wed, 07 Jun 2006 11:41:58 +0000 Miles Bader Add arch tagline
Wed, 07 Jun 2006 06:37:23 +0000 Kenichi Handa (xftfont_default_fid): Set fid_known to 1.
Tue, 06 Jun 2006 03:47:13 +0000 Kenichi Handa New file.