summaryrefslogtreecommitdiff
path: root/src/xfaces.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* (Fx_family_fonts): Use font_parse_family_registry instead ofKenichi Handa2008-06-051-1/+1
* (realize_x_face): If the font-related face attributesKenichi Handa2008-06-051-1/+2
* (x_supports_face_attributes_p): Check face->font beforeKenichi Handa2008-06-021-2/+4
* Implement face-remapping-alist featureMiles Bader2008-06-011-34/+219
* (Fx_family_fonts): Set frame correctly.Kenichi Handa2008-05-291-5/+8
* (Fx_list_fonts, Finternal_copy_lisp_face): Fix typos in docstrings.Juanma Barranquero2008-05-291-4/+4
* (Fx_list_fonts): Make it return a list of font names.Kenichi Handa2008-05-291-1/+3
* *** empty log message ***Kenichi Handa2008-05-251-47/+0
* * dispextern.h, xfaces.c (xstrcasecmp): Renamed from xstricmp.Jason Rumney2008-05-221-15/+15
* (x_update_menu_appearance): Call Ffont_xlfd_name withKenichi Handa2008-05-221-1/+1
* *** empty log message ***Kenichi Handa2008-05-221-69/+0
* Include font.h unconditionally.Kenichi Handa2008-05-201-35/+1
* frame.c (Fdelete_frame): Don't call font_update_drviers ifEli Zaretskii2008-05-161-1/+40
* (Finternal_set_lisp_face_attribute): Be sure to make aKenichi Handa2008-05-151-2/+1
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-141-6/+4
* Throughout the file, delete all USE_FONT_BACKENDKenichi Handa2008-05-141-2356/+375
* * dispextern.h (face_at_buffer_position, face_for_overlay_string)Stefan Monnier2008-02-261-12/+12
* Allow fine-grained image-cache flushing.Stefan Monnier2008-02-241-7/+7
* Consolidate the image_cache to the terminal struct.Stefan Monnier2008-02-221-7/+6
* (prepare_face_for_display): Use display_info->font->fidKenichi Handa2008-02-171-3/+10
* * xfaces.c (Finternal_make_lisp_face): Use ASET.Stefan Monnier2008-02-081-4/+4