summaryrefslogtreecommitdiff
path: root/src/xfont.c
Commit message (Expand)AuthorAgeFilesLines
* Port to stricter C99 platforms.Paul Eggert2013-11-031-1/+1
* Omit unused frame argument of font API's close function.Dmitry Antipov2013-10-251-5/+11
* Use union for the payload of struct Lisp_Vector.Dmitry Antipov2013-09-241-1/+1
* Unify FRAME_window_system_DISPLAY_INFO macros between all ports.Dmitry Antipov2013-09-131-5/+5
* Omit some unnecessary casts.Paul Eggert2013-08-101-4/+2
* Drop FRAME_PTR typedef.Dmitry Antipov2013-08-031-10/+10
* Avoid redundant Lisp_Object <-> struct frame conversions in font API.Dmitry Antipov2013-08-011-9/+6
* Prefer list1 (X) to Fcons (X, Qnil) when building lists.Paul Eggert2013-07-151-2/+2
* Update copyright notices for 2013.Paul Eggert2013-01-011-1/+1
* 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