aboutsummaryrefslogtreecommitdiffstats
path: root/src/xfaces.c
Commit message (Expand)AuthorAgeFilesLines
* Remove conditional compilation on SCALABLE_FONTS.Gerd Moellmann2000-09-121-55/+12
* (CYCLE_CHECK): Don't use the Lisp_Object returnedGerd Moellmann2000-09-091-10/+10
* (Finternal_set_lisp_face_attribute): Minor thinko.Stefan Monnier2000-09-091-8/+10
* (internal-merge-in-global-face): Fix newline in doc string.Dave Love2000-09-081-1/+1
* (Finternal_merge_in_global_face): Return a Lisp object.Gerd Moellmann2000-09-081-1/+3
* (default_face_vector): Function removed.Miles Bader2000-09-081-22/+13
* (smaller_face): Compare font heights with `<' and `>'Gerd Moellmann2000-09-071-1/+2
* (Vparam_value_alist): New variable.Gerd Moellmann2000-09-071-1/+14
* (Finternal_set_lisp_face_attribute): If FRAME is 0,Gerd Moellmann2000-09-071-4/+15
* (set_font_frame_param): Use Fmodify_frame_parametersGerd Moellmann2000-08-301-1/+2
* (default_face_vector): New function.Miles Bader2000-08-291-8/+25
* (merge_face_vectors):Miles Bader2000-08-281-0/+19
* (lface_fully_specified_p): Handle :inherit.Gerd Moellmann2000-08-271-3/+6
* (QCinherit):Miles Bader2000-08-261-23/+233
* (lface_equal_p): Compare strings differently.Gerd Moellmann2000-08-201-109/+123
* (Ftty_suppress_bold_inverse_default_colors): Doc fix.Gerd Moellmann2000-08-091-1/+2
* (face_at_buffer_position): Update call to overlays_at.Miles Bader2000-08-081-3/+3
* Replace `illegal' with `invalid'.Gerd Moellmann2000-08-051-13/+13
* (face-alternative-font-family-alist): RemoveGerd Moellmann2000-07-181-4/+3
* check default_face before dereferencingSam Steingold2000-07-141-193/+193
* (realize_x_face): Make fontset using the base of theKenichi Handa2000-07-141-7/+10
* (ASET): Remove definition.Gerd Moellmann2000-07-131-4/+0
* Include fontset.h dependent on HAVE_WINDOW_SYSTEM, not HAVE_X_WINDOWS.Dave Love2000-06-231-1/+5
* (font_list): Handle the case that REGISTRY doesn't contain informationKenichi Handa2000-06-201-6/+13
* (syms_of_xfaces) [DEBUG_X_COLORS]: Defsubr dump_colorsGerd Moellmann2000-06-181-1/+1
* (Fdump_colors) [DEBUG_X_COLORS]: New function.Gerd Moellmann2000-06-121-83/+108
* (realize_x_face): When copying BASE_FACE bitwise to theGerd Moellmann2000-06-021-1/+11
* (free_realized_faces): Block/unblock input.Gerd Moellmann2000-05-291-0/+19
* (realize_x_face): Fix the argument of the secondKenichi Handa2000-04-281-12/+12
* (Ftty_suppress_bold_inverse_default_colors): Doc fix.Gerd Moellmann2000-04-171-2/+2
* (realize_face): Change FRAME_X_P to FRAME_WINDOW_P.Jason Rumney2000-04-101-1/+1
* (tty_suppress_bold_inverse_default_colors_p): NewGerd Moellmann2000-04-091-0/+31
* Fix Lisp_Object/int type confusion revealed by making Lisp_Object a union type:Ken Raeburn2000-04-011-6/+7
* (realize_basic_faces): Block input while realizingGerd Moellmann2000-04-011-0/+5
* (realize_tty_face): Use find_symbol_value insteadGerd Moellmann2000-03-301-18/+4
* *** empty log message ***Kenichi Handa2000-03-301-7/+7
* Augment the comment of lookup_face.Kenichi Handa2000-03-301-1/+7
* (register_color, unregister_colors, unregister_colors)Gerd Moellmann2000-03-271-2/+66
* (lookup_face): Don't assert FACE_SUITABLE_FOR_CHAR_P.Gerd Moellmann2000-03-271-0/+2
* (lface_same_font_attributes_p): Compare font attributesGerd Moellmann2000-03-221-0/+1
* (check_lface_attrs) [GLYPH_DEBUG]: Fix syntax error.Gerd Moellmann2000-03-211-4/+3
* (Qx_charset_registry, Vface_default_registry):Kenichi Handa2000-03-211-777/+506
* (x_free_colors): Access colormap of frame usingGerd Moellmann2000-03-041-14/+24
* Change many FRAME_X... macros to FRAME_WINDOW... or otherJason Rumney2000-03-041-95/+239
* (x_free_colors): New function.Gerd Moellmann2000-03-021-45/+47
* (tty_defined_color): Don't return faulire indicationEli Zaretskii2000-02-171-0/+3
* (tty_defined_color): Declare color_idx unsigned long.Dave Love2000-02-141-2/+3
* (syms_of_xfaces): defsubr Scolor_gray_p andEli Zaretskii2000-01-041-1/+1
* (syms_of_xfaces): Change Sface_color_gray_p toGerd Moellmann2000-01-031-2/+2
* (Qunspecified_fg, Qunspecified_bg): Remove.Eli Zaretskii2000-01-031-15/+12