aboutsummaryrefslogtreecommitdiffstats
path: root/src/xfaces.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* (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
* (Fcolor_gray_p): Renamed from face-color-gray-p.Eli Zaretskii2000-01-031-4/+4
* (tty_defined_color): Pass frame to tty-color-desc. TheEli Zaretskii2000-01-021-11/+22
* (realize_x_face): Don't use uninitialized localGerd Moellmann1999-12-221-2/+2
* (clear_font_table): Don't use uninitialized localGerd Moellmann1999-12-221-1/+1
* (face_color_supported_p): Check by tty_defined_colorKenichi Handa1999-12-221-9/+9
* (tty_defined_color): Fix last change.Eli Zaretskii1999-12-161-1/+1
* Changes for separate unspecified foreground and background colorsEli Zaretskii1999-12-151-19/+63
* (choose_face_fontset_font): Delete codes for aKenichi Handa1999-12-151-28/+18
* (x_set_menu_resources_from_menu_face): Make sureGerd Moellmann1999-12-071-0/+6
* (set_lface_from_font_name): Fix incomplete merge.Gerd Moellmann1999-12-061-1/+2
* Changes for automatic remapping of X colors on terminal frames:Eli Zaretskii1999-12-061-165/+176
* (set_lface_from_font_name): Fix previous change.Gerd Moellmann1999-11-261-6/+7
* (set_lface_from_font_name): New parameter may_fail_p.Gerd Moellmann1999-11-251-22/+47
* Don't duplicate Qmode_line definition done elsewhere.Dave Love1999-11-241-3/+2
* Add support for large files, 64-bit Solaris, system locale codings.Paul Eggert1999-10-191-2/+1
* (Qbitmap_spec_p): Replaces Qpixmap_spec_p.Gerd Moellmann1999-10-071-14/+14
* (toplevel) [USE_MOTIF]: Include some Motif headers.Gerd Moellmann1999-10-061-31/+286
* (load_pixmap): Call add_to_log without frame parameter.Gerd Moellmann1999-09-231-66/+21
* (frame_or_selected_frame): Change for Lisp_ObjectGerd Moellmann1999-09-131-25/+17
* (Fx_family_fonts): Replaces Fx_font_list.Gerd Moellmann1999-09-121-13/+44
* (recompute_basic_faces): Clear face cache.Gerd Moellmann1999-09-071-16/+134
* ChangeGerd Moellmann1999-09-051-5/+5
* Change spelling of `toolbar' to `tool_bar' or `tool-bar'.Gerd Moellmann1999-09-051-4/+4
* (Qmargin): Replacement for Qbitmap_area.Gerd Moellmann1999-08-241-4/+4
* (face_at_buffer_position): Don't xassert thatGerd Moellmann1999-08-211-1/+1
* (add_to_log): Renamed from display_message.Gerd Moellmann1999-08-171-42/+34