summaryrefslogtreecommitdiff
path: root/src/xfont.c
Commit message (Expand)AuthorAgeFilesLines
* Simplify and avoid signal-handling races.Paul Eggert2012-09-231-20/+20
* Port better to POSIX hosts lacking _setjmp.Paul Eggert2012-09-151-1/+0
* Use bool for booleans in font-related modules.Paul Eggert2012-09-061-6/+7
* Clean up some extern decls.Paul Eggert2012-09-021-1/+0
* Avoid direct writes to contents member of struct Lisp_Vector.Dmitry Antipov2012-08-211-4/+4
* For Xft and X font backends, set omitted max_width font fields.Chong Yidong2012-08-161-0/+1
* Generalize and cleanup font subsystem checks.Dmitry Antipov2012-08-151-1/+1
* Generalize common compile-time constants.Dmitry Antipov2012-08-051-2/+2
* Remove unnecessary casts involving pointers.Paul Eggert2012-08-031-3/+1
* Use "ASET (a, i, v)" rather than "AREF (a, i) = v".Paul Eggert2012-08-011-2/+2
* Avoid call to strlen in fast_c_string_match_ignore_case.Dmitry Antipov2012-07-111-1/+2
* Avoid calls to strlen in font processing functions.Dmitry Antipov2012-07-111-6/+8
* * xfont.c (compare_font_names): Redo to omit the need for casts.Paul Eggert2012-07-061-2/+3
* USE_LISP_UNION_TYPE + USE_LSB_TAG cleanup (Bug#11604)Paul Eggert2012-06-121-1/+1
* Merge from trunk.Paul Eggert2012-01-091-1/+1
|\
| * Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
* | Merge from trunk.Paul Eggert2011-11-181-3/+3
|\ \ | |/
| * Fix typos.Juanma Barranquero2011-11-141-3/+3
* | * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp):Paul Eggert2011-09-211-1/+1
|/
* * 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