aboutsummaryrefslogtreecommitdiffstats
path: root/src/xfont.c
Commit message (Expand)AuthorAgeFilesLines
* (xfont_list_pattern): Don't initialize xfont_scripts_cacheStefan Monnier2009-05-211-60/+11
* (xfont_chars_supported, xfont_supported_scripts): NewKenichi Handa2009-05-211-48/+231
* Cancel previous changes.Kenichi Handa2009-05-081-156/+18
* (xfont_check_char_support)Kenichi Handa2009-05-081-18/+156
* * font.c (Qja, Qko): Move definitions here from ftfont.c.Chong Yidong2009-04-171-2/+0
* (xfont_has_char): Special handling of `ja' and `ko' adstyle.Kenichi Handa2009-04-161-7/+23
* (xfont_has_char): The font has C if C is ASCII and theKenichi Handa2009-04-141-1/+4
* Remove spurious semicolons.Juanma Barranquero2009-02-111-4/+4
* Add 2009 to copyright years.Glenn Morris2009-01-081-2/+2
* (xfont_decode_coding_xlfd): New function.Kenichi Handa2008-12-191-28/+103
* (xfont_list_family): Return a list of symbols, notKenichi Handa2008-08-061-2/+2
* (xfont_open): Add workaround for X's bug.Kenichi Handa2008-07-141-0/+29
* (xfont_open): Log the reason of failure.Kenichi Handa2008-07-101-3/+12
* (xfont_text_extents): Fix initial setting of metrics.Kenichi Handa2008-07-091-10/+27
* (xfont_open): Cancel the previous about font->vertical_centering.Kenichi Handa2008-07-091-1/+4
* (xfont_open): Adjust it for the change ofKenichi Handa2008-07-091-8/+3
* (xfont_list): Don't set registry to iso8859-1 even if itKenichi Handa2008-06-051-4/+3
* (xfont_list): Try an alias.Kenichi Handa2008-06-031-0/+8
* (xfont_open): Fix calculation of font->average_width.Kenichi Handa2008-05-271-1/+7
* (xfont_list_pattern): Free names returned from XListFonts.Kenichi Handa2008-05-231-0/+1
* * dispextern.h, xfaces.c (xstrcasecmp): Renamed from xstricmp.Jason Rumney2008-05-221-2/+2
* (xfont_list_pattern, compare_font_names): Use xstricmp.Jason Rumney2008-05-221-2/+2
* (xfont_get_pcm): Change xassert to font_assert.Kenichi Handa2008-05-221-16/+5
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-141-6/+4
* Include <stdlib.h> and "ccl.h".Kenichi Handa2008-05-141-270/+267
* (xfont_draw): Pay attention to s->padding_p.Kenichi Handa2008-02-251-9/+37
* (xfont_draw): Use BLOCK_INPUT and UNBLOCK_INPUT.Kenichi Handa2008-02-171-0/+6
* Update copyright years and GPL version.Glenn Morris2008-02-061-3/+3
* (xfont_encode_char): Use the macro FONT_INVALID_CODE.Kenichi Handa2007-12-251-3/+3
* (xfont_get_cache): Adjust the argument type.Kenichi Handa2007-12-181-6/+5
* (Qx): Deleted.Kenichi Handa2007-12-041-3/+0
* * xfont.c (x_font_charset_alist): Moved to font.c and renamed.Kenichi Handa2007-12-011-86/+2
* (xfont_driver): Initialize ftfont_driver.type by 0.Kenichi Handa2006-11-291-3/+3
* *** empty log message ***Kenichi Handa2006-11-241-0/+1
* (xfont_match): Block and unblock input while callin Xlib.Kenichi Handa2006-08-011-0/+2
* (xfont_match): New function.Kenichi Handa2006-08-011-4/+64
* (xfont_list): Don't try listing by :name property if theKenichi Handa2006-07-261-1/+2
* (xfont_query_font): Adjusted for the change ofKenichi Handa2006-06-281-119/+114
* (xfont_parse_name): Delete this function.Kenichi Handa2006-06-161-19/+0
* (xfont_open, xfont_encode_char): Fix typo.Kenichi Handa2006-06-141-3/+3
* (xfont_list): If script is specified for a font, returnKenichi Handa2006-06-091-0/+4
* Add arch taglineMiles Bader2006-06-071-0/+3
* (xfont_encode_char): Fix calculation of char2b.Kenichi Handa2006-06-071-2/+2
* New file.Kenichi Handa2006-06-061-0/+868