summaryrefslogtreecommitdiff
path: root/src/xfaces.c
Commit message (Expand)AuthorAgeFilesLines
...
| * Doc fixes related to face heights. (Bug#2659)Glenn Morris2011-02-021-2/+2
* | xstrcasecmp: conform to C89 pointer rulesPaul Eggert2011-02-051-15/+17
* | Use SSDATA when the context wants char *.Paul Eggert2011-01-301-12/+12
* | Refill some long/short copyright headers.Glenn Morris2011-01-261-2/+1
* | Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-2/+1
* | Promote SSDATA macro from gtkutil.c and xsmfns.c to lisp.h.Paul Eggert2011-01-221-3/+2
* | Move all DEFVAR'd globals into a structure -- threading infrastructureTom Tromey2011-01-181-56/+9
* | Refill some copyright headers.Glenn Morris2011-01-151-1/+3
* | Merge from emacs-23Stefan Monnier2011-01-141-4/+2
|\ \ | |/
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
* | * src/xfaces.c (lookup_face): Make static.Andreas Schwab2010-11-201-1/+1
* | Remove duplicate definition of tty-defined-color-alist.Glenn Morris2010-10-231-5/+6
* | Fix missing prototypes for HAVE_NS (caused crash) and vrious warnings.Jan D2010-08-061-7/+4
* | Remove extern declarations in .c files, .h files have them.Dan Nicolaescu2010-08-051-8/+0
* | Remove extern declarations from .c files, and them to .h files.Dan Nicolaescu2010-07-281-2/+0
* | Use const, move declarations to header files.Dan Nicolaescu2010-07-261-6/+6
* | * w32fns.c, xfaces.c: Remove obsolete static declarations.Juanma Barranquero2010-07-231-1/+0
* | Convert some more functions to standard C.Juanma Barranquero2010-07-201-7/+2
* | Convert function definitions to standard C.Dan Nicolaescu2010-07-121-2/+1
* | Convert old-style definitionsAndreas Schwab2010-07-121-27/+13
* | * src/xfaces.c (Vface_remapping_alist): Doc fix (Bug#6091).Chong Yidong2010-07-111-5/+9
* | Merge changes from emacs-23 branch.Chong Yidong2010-07-101-0/+1
|\ \ | |/
| * * xfaces.c (realize_face): Garbage the frame if a face is removedChong Yidong2010-07-101-0/+1
* | Convert DEFUNs to standard C.Dan Nicolaescu2010-07-081-62/+32
* | Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmpAndreas Schwab2010-07-081-27/+27
* | Fix whitespace to follow coding guidelines.Juanma Barranquero2010-07-071-1/+1
* | Convert (most) functions in src to standard C.Dan Nicolaescu2010-07-041-246/+76
* | Fix setting colors on MS-DOS frames.Eli Zaretskii2010-07-031-31/+33
* | Remove __P and P_ from .c and .m files and definition of P_Jan D2010-07-021-45/+45
|/
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
* Minor doc fix.Chong Yidong2009-12-051-0/+1
* * xfaces.c (Fx_family_fonts): Handle 2009-07-14 change to returnChong Yidong2009-12-051-26/+32
* * xfns.c (syms_of_xfns): Use make_pure_string instead of build_string.Dan Nicolaescu2009-11-111-1/+1
* Let integers use up 2 tags to give them one extra bit and double their range.Stefan Monnier2009-11-061-1/+1
* * xterm.c (syms_of_xterm):Dan Nicolaescu2009-11-061-71/+71
* * alloc.c: Do not define struct catchtag.Dan Nicolaescu2009-10-191-0/+1
* (face_with_height): Call font_clear_prop.Kenichi Handa2009-07-271-0/+1
* Remove useless if-before-xfree tests.Jim Meyering2009-06-291-2/+1
* x-load-color-file: avoid array bounds errorJim Meyering2009-06-091-1/+1
* * xfaces.c (tty_supports_face_attributes_p): Recognize unspecifiedChong Yidong2009-05-141-2/+3
* * xfaces.c (face_at_buffer_position): New arg base_face_id.Chong Yidong2009-04-301-7/+8
* (Fx_list_fonts): If a font size is specified in PATTERN, set it inKenichi Handa2009-04-231-1/+16
* (merge_face_vectors): Reflect font properties inKenichi Handa2009-04-161-1/+12
* (Finternal_set_font_selection_order): Remove leading whitespace thatGlenn Morris2009-02-241-1/+1
* (Finternal_set_lisp_face_attribute, Fx_list_fonts): Check return value of fon...Chong Yidong2009-01-191-5/+13
* (Finternal_set_lisp_face_attribute): Revert last change.Chong Yidong2009-01-131-11/+0
* (Finternal_set_lisp_face_attribute): If setting the family, clear theChong Yidong2009-01-121-0/+6
* (Fx_font_family_list): Function deleted. Compatibility version movedChong Yidong2009-01-091-24/+0
* Add 2009 to copyright years.Glenn Morris2009-01-081-1/+1
* Remove obsolete comment.Chong Yidong2009-01-011-3/+1