aboutsummaryrefslogtreecommitdiffstats
path: root/src/xfont.c
Commit message (Expand)AuthorAgeFilesLines
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
* Fix typos.Juanma Barranquero2011-11-141-3/+3
* * xfont.c (xfont_match): Avoid need for strlen.Paul Eggert2011-06-201-3/+1
* font.c: Make copy_font_spec and merge_font_spec ordinary C functions.Paul Eggert2011-04-101-1/+1
* * xfont.c (xfont_open): Avoid unnecessary tests.Paul Eggert2011-04-041-13/+16
* * xfont.c (xfont_text_extents): Remove var that was set but not used.Paul Eggert2011-04-041-2/+2
* * xfont.c (xfont_list_family): Mark var as initialized.Paul Eggert2011-03-181-1/+1
* * xfont.c: conform to C89 pointer rulesPaul Eggert2011-02-061-1/+1
* xstrcasecmp: conform to C89 pointer rulesPaul Eggert2011-02-051-2/+2
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-1/+1
* Promote SSDATA macro from gtkutil.c and xsmfns.c to lisp.h.Paul Eggert2011-01-221-4/+3
* Nuke arch-tags.Glenn Morris2011-01-151-2/+0
* Merge from emacs-23Stefan Monnier2011-01-141-2/+2
|\
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-2/+2
* | Merge changes from emacs-23 branch.Juanma Barranquero2010-10-081-1/+1
|\|
| * xfont.c (xfont_open): Fix setting of font->average_width from :avgwidth prope...Kenichi Handa2010-09-291-1/+1
* | Do not include stdlib.h and string.h, config.h does it.Dan Nicolaescu2010-10-011-1/+0
* | Use const char* instead of char*.Dan Nicolaescu2010-08-081-1/+1
* | Remove extern declarations in .c files, .h files have them.Dan Nicolaescu2010-08-051-10/+0
* | Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmpAndreas Schwab2010-07-081-4/+4
* | Convert (most) functions in src to standard C.Dan Nicolaescu2010-07-041-39/+14
* | Remove __P and P_ from .c and .m files and definition of P_Jan D2010-07-021-15/+15
|/
* Add 2010 to copyright years.Glenn Morris2010-01-131-2/+2
* Handle system default font and changing font parameters.Jan Djärv2009-11-171-1/+3
* * alloc.c: Do not define struct catchtag.Dan Nicolaescu2009-10-191-0/+1
* (xfont_list_pattern): Don't ignore the return value ofKenichi Handa2009-07-281-3/+16
* Change font_add_log to FONT_ADD_LOG.Kenichi Handa2009-06-231-6/+6
* (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