summaryrefslogtreecommitdiff
path: root/src/xfaces.c
Commit message (Expand)AuthorAgeFilesLines
* * xfaces.c (realize_face): Garbage the frame if a face is removedChong Yidong2010-07-101-0/+1
* 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
* (Finternal_set_lisp_face_attribute): Improve error message.Chong Yidong2009-01-011-11/+16
* In comments, write delete_frame instead of Fdelete_frame.Martin Rudalics2008-12-231-1/+1
* Update commentary.Chong Yidong2008-12-131-1/+3
* (font_rescale_ratio): Moved to font.c.Kenichi Handa2008-12-131-20/+2
* (realize_x_face): Make abort condition clearer.Chong Yidong2008-12-011-3/+6
* (Fx_font_family_list, syms_of_xfaces): Fix last change.Eli Zaretskii2008-11-271-20/+23
* (Fx_font_family_list): Replace lisp/term/pc-win.el redefinition withGlenn Morris2008-11-261-0/+4
* (Finternal_set_lisp_face_attribute): Make null values of :foregroundChong Yidong2008-10-161-0/+6
* (Finternal_set_lisp_face_attribute): Revert last change.Chong Yidong2008-10-141-1/+0
* (Finternal_set_lisp_face_attribute): If the font is to be updated,Chong Yidong2008-10-141-6/+10
* (Finternal_set_alternative_font_family_alist)Chong Yidong2008-09-011-6/+19
* (x_update_menu_appearance): Check validity of menu font before usingChong Yidong2008-08-211-0/+4
* (lookup_derived_face): Properly handle possible zeroChong Yidong2008-08-151-5/+7
* * xfaces.c (Fx_load_color_file): Fix previous change;Juanma Barranquero2008-08-011-3/+3
* commit patch to x-load-color-file posted by lekktu@gmail.comAdrian Robert2008-08-011-1/+5
* clear warnings and clean up NS portAdrian Robert2008-08-011-10/+0
* NS port now uses etc/rgb.txt instead of etc/Emacs.clr (now removed); function...Adrian Robert2008-08-011-0/+53
* Remove support for Mac Carbon.Dan Nicolaescu2008-07-271-56/+1
* merging Emacs.app (NeXTstep port)Adrian Robert2008-07-151-4/+52
* (Finternal_merge_in_global_face): Save merged attributes for theChong Yidong2008-07-081-2/+5
* (set_font_frame_param): Don't try to set the font parameter if it isChong Yidong2008-07-061-3/+6
* (Finternal_merge_in_global_face): Don't realize default face if itChong Yidong2008-07-051-15/+19
* Fix typo in comments.Chong Yidong2008-06-301-1/+1
* (Finternal_merge_in_global_face): If default face was modified,Chong Yidong2008-06-301-8/+33
* (Fx_list_fonts): Call Flist_fonts with the arg PREFER.Kenichi Handa2008-06-251-1/+1
* (realize_default_face): If the frame is not on windowKenichi Handa2008-06-171-0/+2
* * dispextern.h (lookup_non_ascii_face, split_font_name_into_vector)Juanma Barranquero2008-06-161-1/+0
* (LFACE_FOUNDRY): New macro.Kenichi Handa2008-06-131-31/+71