Wed, 29 Sep 2010 09:52:03 +0900 |
Kenichi Handa |
xfont.c (xfont_open): Fix setting of font->average_width from :avgwidth property (Bug#7123).
|
Fri, 01 Oct 2010 06:56:33 -0700 |
Dan Nicolaescu |
Do not include stdlib.h and string.h, config.h does it.
|
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.
|
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, 13 Jan 2010 00:35:10 -0800 |
Glenn Morris |
Add 2010 to copyright years.
|
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, 28 Jul 2009 02:07:05 +0000 |
Kenichi Handa |
(xfont_list_pattern): Don't ignore the return value of
|
Tue, 23 Jun 2009 05:48:24 +0000 |
Kenichi Handa |
Change font_add_log to FONT_ADD_LOG.
|
Thu, 21 May 2009 16:36:29 +0000 |
Stefan Monnier |
(xfont_list_pattern): Don't initialize xfont_scripts_cache
|
Thu, 21 May 2009 11:23:41 +0000 |
Kenichi Handa |
(xfont_chars_supported, xfont_supported_scripts): New
|
Fri, 08 May 2009 06:22:40 +0000 |
Kenichi Handa |
Cancel previous changes.
|
Fri, 08 May 2009 06:05:19 +0000 |
Kenichi Handa |
(xfont_check_char_support)
|
Fri, 17 Apr 2009 18:38:00 +0000 |
Chong Yidong |
* font.c (Qja, Qko): Move definitions here from ftfont.c.
|
Thu, 16 Apr 2009 01:39:08 +0000 |
Kenichi Handa |
(xfont_has_char): Special handling of `ja' and `ko' adstyle.
|
Tue, 14 Apr 2009 01:26:03 +0000 |
Kenichi Handa |
(xfont_has_char): The font has C if C is ASCII and the
|
Wed, 11 Feb 2009 09:45:12 +0000 |
Juanma Barranquero |
Remove spurious semicolons.
|
Thu, 08 Jan 2009 03:15:17 +0000 |
Glenn Morris |
Add 2009 to copyright years.
|
Fri, 19 Dec 2008 05:41:32 +0000 |
Kenichi Handa |
(xfont_decode_coding_xlfd): New function.
|
Wed, 06 Aug 2008 12:20:11 +0000 |
Kenichi Handa |
(xfont_list_family): Return a list of symbols, not
|
Mon, 14 Jul 2008 07:44:46 +0000 |
Kenichi Handa |
(xfont_open): Add workaround for X's bug.
|
Thu, 10 Jul 2008 01:25:59 +0000 |
Kenichi Handa |
(xfont_open): Log the reason of failure.
|
Wed, 09 Jul 2008 07:38:55 +0000 |
Kenichi Handa |
(xfont_text_extents): Fix initial setting of metrics.
|
Wed, 09 Jul 2008 02:02:14 +0000 |
Kenichi Handa |
(xfont_open): Cancel the previous about font->vertical_centering.
|
Wed, 09 Jul 2008 00:31:26 +0000 |
Kenichi Handa |
(xfont_open): Adjust it for the change of
|
Thu, 05 Jun 2008 04:15:44 +0000 |
Kenichi Handa |
(xfont_list): Don't set registry to iso8859-1 even if it
|
Tue, 03 Jun 2008 05:57:28 +0000 |
Kenichi Handa |
(xfont_list): Try an alias.
|
Tue, 27 May 2008 01:43:27 +0000 |
Kenichi Handa |
(xfont_open): Fix calculation of font->average_width.
|
Fri, 23 May 2008 01:31:32 +0000 |
Kenichi Handa |
(xfont_list_pattern): Free names returned from XListFonts.
|
Thu, 22 May 2008 14:54:27 +0000 |
Jason Rumney |
* dispextern.h, xfaces.c (xstrcasecmp): Renamed from xstricmp.
|
Thu, 22 May 2008 13:35:54 +0000 |
Jason Rumney |
(xfont_list_pattern, compare_font_names): Use xstricmp.
|
Thu, 22 May 2008 02:23:03 +0000 |
Kenichi Handa |
(xfont_get_pcm): Change xassert to font_assert.
|
Wed, 14 May 2008 07:50:26 +0000 |
Glenn Morris |
Switch to recommended form of GPLv3 permissions notice.
|
Wed, 14 May 2008 01:42:33 +0000 |
Kenichi Handa |
Include <stdlib.h> and "ccl.h".
|
Mon, 25 Feb 2008 01:44:26 +0000 |
Kenichi Handa |
(xfont_draw): Pay attention to s->padding_p.
|
Sun, 17 Feb 2008 02:03:07 +0000 |
Kenichi Handa |
(xfont_draw): Use BLOCK_INPUT and UNBLOCK_INPUT.
|
Wed, 06 Feb 2008 04:22:18 +0000 |
Glenn Morris |
Update copyright years and GPL version.
|
Tue, 25 Dec 2007 10:31:10 +0000 |
Kenichi Handa |
(xfont_encode_char): Use the macro FONT_INVALID_CODE.
|
Tue, 18 Dec 2007 11:37:05 +0000 |
Kenichi Handa |
(xfont_get_cache): Adjust the argument type.
|
Tue, 04 Dec 2007 05:45:09 +0000 |
Kenichi Handa |
(Qx): Deleted.
|
Sat, 01 Dec 2007 02:41:41 +0000 |
Kenichi Handa |
* xfont.c (x_font_charset_alist): Moved to font.c and renamed.
|
Wed, 29 Nov 2006 12:18:53 +0000 |
Kenichi Handa |
(xfont_driver): Initialize ftfont_driver.type by 0.
|
Fri, 24 Nov 2006 01:48:49 +0000 |
Kenichi Handa |
*** empty log message ***
|
Tue, 01 Aug 2006 02:56:45 +0000 |
Kenichi Handa |
(xfont_match): Block and unblock input while callin Xlib.
|
Tue, 01 Aug 2006 01:21:08 +0000 |
Kenichi Handa |
(xfont_match): New function.
|
Wed, 26 Jul 2006 00:53:14 +0000 |
Kenichi Handa |
(xfont_list): Don't try listing by :name property if the
|
Wed, 28 Jun 2006 05:41:21 +0000 |
Kenichi Handa |
(xfont_query_font): Adjusted for the change of
|
Fri, 16 Jun 2006 12:13:36 +0000 |
Kenichi Handa |
(xfont_parse_name): Delete this function.
|
Wed, 14 Jun 2006 04:19:13 +0000 |
Kenichi Handa |
(xfont_open, xfont_encode_char): Fix typo.
|
Fri, 09 Jun 2006 02:15:38 +0000 |
Kenichi Handa |
(xfont_list): If script is specified for a font, return
|
Wed, 07 Jun 2006 11:41:58 +0000 |
Miles Bader |
Add arch tagline
|
Wed, 07 Jun 2006 06:35:31 +0000 |
Kenichi Handa |
(xfont_encode_char): Fix calculation of char2b.
|
Tue, 06 Jun 2006 03:47:13 +0000 |
Kenichi Handa |
New file.
|