summaryrefslogtreecommitdiff
path: root/src/xfaces.c
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* (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