aboutsummaryrefslogtreecommitdiffstats
path: root/src/xfaces.c
Commit message (Expand)AuthorAgeFilesLines
* * xfaces.c (merge_face_vector_with_property): Use SYMBOL_NAME andKen Raeburn2002-05-201-1/+1
* Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,Andrew Choi2002-04-261-29/+34
* (clear_font_table): Don't free the default font ofStefan Monnier2002-04-191-3/+2
* (Finternal_make_lisp_face, Finternal_copy_lisp_face)Richard M. Stallman2002-02-131-0/+24
* (Qmode_line_inactive): New face variable for mode-lineKim F. Storm2002-02-081-0/+4
* (realize_default_face): Don't set the weight and slantEli Zaretskii2002-02-021-2/+4
* Doc fix.Pavel Janík2001-12-201-1/+1
* (merge_face_heights): Coerce back to int explicitly.Stefan Monnier2001-11-251-1/+1
* Fringe cleanup.Kim F. Storm2001-11-161-1/+1
* (Fface_attributes_as_vector): Doc fix.Pavel Janík2001-11-131-1/+1
* (Finternal_set_alternative_font_family_alist): Reindent.Pavel Janík2001-11-131-1/+1
* (merge_face_vectors): Use braces to follow GNU Coding Standards.Pavel Janík2001-11-091-18/+22
* Update usage of CHECK_ macros (remove unused second argument).Pavel Janík2001-11-021-43/+43
* (Finternal_set_lisp_face_attribute_from_resource):Gerd Moellmann2001-11-011-2/+3
* (Finternal_merge_in_global_face): Reindent.Pavel Janík2001-11-011-4/+4
* (realize_x_face): If C is not a single-byte character,Gerd Moellmann2001-10-311-6/+4
* (Fface_attribute_relative_p): Declare args.Stefan Monnier2001-10-311-0/+1
* (Fface_font): Use UNSPECIFIEDP instead of NILP forGerd Moellmann2001-10-291-1/+1
* (merge_face_heights): Handle TO being relative as well.Miles Bader2001-10-281-37/+56
* (Fface_attributes_as_vector): New function.Richard M. Stallman2001-10-241-1/+16
* (Finternal_set_lisp_face_attribute): Fix compilationGerd Moellmann2001-10-231-1/+1
* (Finternal_set_lisp_face_attribute)Eli Zaretskii2001-10-231-17/+20
* (Finternal_set_lisp_face_attribute): Follow coding conventions.Gerd Moellmann2001-10-181-6/+9
* Change doc-string comments to `new style' [w/`doc:' keyword].Miles Bader2001-10-171-91/+89
* Avoid (most) uses of XCAR/XCDR as lvalues, for flexibility in experimentingKen Raeburn2001-10-161-3/+3
* Put doc strings in comments.Gerd Moellmann2001-10-141-180/+184
* Don't define min/max.Gerd Moellmann2001-10-081-4/+0
* *** empty log message ***Pavel Janík2001-10-081-0/+2
* (menu_face_changed_default): New variable.Gerd Moellmann2001-08-221-9/+25
* (x_update_menu_appearance): Don't callGerd Moellmann2001-08-151-14/+1
* (x_update_menu_appearance): Save and restore value ofGerd Moellmann2001-08-141-2/+12
* Comment fix.Gerd Moellmann2001-07-161-2/+2
* (clear_face_cache): Clear fonts on a display basis.Gerd Moellmann2001-07-161-14/+30
* (unload_color): Do nothing if PIXEL is -1.Gerd Moellmann2001-07-101-3/+6
* (xlfd_point_size): Don't divide pixel size fromGerd Moellmann2001-05-181-1/+1
* (split_font_name): Use the right field whenGerd Moellmann2001-05-161-1/+1
* (split_font_name): Handle `[...]' for the rightGerd Moellmann2001-05-151-2/+2
* (try_alternative_families): First try the FAMILY.Stefan Monnier2001-05-141-42/+46
* (split_font_name): Make sure to leave the loopGerd Moellmann2001-05-141-1/+2
* (split_font_name): Handle matrix transformationsGerd Moellmann2001-05-141-8/+60
* Include keyboard.h before frame.h, not after it.Eli Zaretskii2001-05-121-1/+3
* (try_alternative_families): New function.Gerd Moellmann2001-05-111-36/+68
* (compute_char_face): If buffer is unibyte, set CH toGerd Moellmann2001-04-231-1/+1
* (Qscalable_fonts_allowed): New variable.Gerd Moellmann2001-04-181-30/+6
* (realizing_basic_faces_p): Renamed fromGerd Moellmann2001-04-051-6/+4
* (best_matching_font): Remove unused parameter PATTERN.Gerd Moellmann2001-04-041-67/+67
* (realize_basic_faces): Decrement menu_face_change_countGerd Moellmann2001-03-281-1/+1
* (x_update_menu_appearance): Use local variableGerd Moellmann2001-03-261-2/+2
* (x_update_menu_appearance): Use a different pathGerd Moellmann2001-03-231-4/+11
* Typos.Stefan Monnier2001-03-231-3/+3