aboutsummaryrefslogtreecommitdiffstats
path: root/src/xfaces.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* (Vfont_list_limit): New.Gerd Moellmann1999-08-151-5/+47
* (realize_default_face) [MSDOS]: Don't take defaultEli Zaretskii1999-08-101-18/+26
* (load_color): Remove static from definition and removeEli Zaretskii1999-07-301-13/+139
* (prepare_face_for_display): Use FillOpaqueStippled instead ofGerd Moellmann1999-07-271-3/+2
* (load_face_colors): Load background color if settingGerd Moellmann1999-07-261-25/+12
* Implemented from scratch.Gerd Moellmann1999-07-211-863/+5706
* (Qmouse_face): Replace definition with extern decl.Richard M. Stallman1998-11-181-4/+2
* (unload_color): No longer static.Richard M. Stallman1998-04-251-1/+1
* (merge_face_list): New function.Richard M. Stallman1997-08-041-72/+66
* (Fset_face_attribute_internal): Set mouse_face_deferEli Zaretskii1997-07-101-0/+2
* (Fset_face_attribute_internal): Use FS_LOAD_FONTKenichi Handa1997-06-211-1/+1
* Include frame.h unconditionally.Richard M. Stallman1997-06-011-36/+40
* Include charset.h.Karl Heuer1997-02-201-11/+70
* Removed support for !MULTI_FRAME.Karl Heuer1996-09-011-2/+0
* (Fset_face_attribute_internal): Set mouse_face_defer flag.Richard M. Stallman1996-08-311-1/+4
* (init_frame_faces): Build faces for an MSDOS frame like for X frame.Richard M. Stallman1996-06-101-3/+3
* (Fset_face_attribute_internal) [MSDOS]: Don't maskRichard M. Stallman1996-06-061-3/+0
* Update FSF's address in the preamble.Erik Naggum1996-01-151-1/+2
* (Fpixmap_spec_p): Harmonize arguments with documentation.Erik Naggum1996-01-091-12/+12
* Comment fixes.Karl Heuer1996-01-051-1/+1
* (Fset_face_attribute_internal) [MSDOS]: Set font field to 1.Richard M. Stallman1995-11-221-1/+3
* (unload_color, unload_font): Never invalidate computed faces 0 and 1.Richard M. Stallman1995-11-211-2/+4
* (unload_font): Invalidate computed faces.Richard M. Stallman1995-11-101-1/+53
* (BITS_PER_SHORT, BITS_PER_INT, BITS_PER_LONG):Karl Heuer1995-10-311-1/+1
* Renamings: frame->display => frame->output, struct x_display -> sruct x_output.Richard M. Stallman1995-07-251-15/+15
* (unload_color): Don't free colors if immutable colormap.Richard M. Stallman1995-07-191-3/+11
* (compute_char_face): Use Fsafe_length.Richard M. Stallman1995-07-011-5/+10
* (load_color): misleading comment rewritten.Karl Heuer1995-06-051-3/+2
* (unload_color): Cast args of XFreeColors.Karl Heuer1995-05-231-1/+1
* (region_face, next_face_id): Make static.Richard M. Stallman1995-05-071-2/+2
* (compute_char_face): Don't use NULL.Richard M. Stallman1995-04-131-2/+3
* [! HAVE_X_WINDOWS] (build_face): Deleted.Richard M. Stallman1995-04-131-8/+0
* (intern_face): Cast FONT_DEFAULT to (XFontStruct *)Richard M. Stallman1995-04-071-1/+1
* (load_color): Call defined_color to allocate the color.Richard M. Stallman1995-03-061-10/+1
* (load_color): Ignore failure from XAllocColor.Richard M. Stallman1995-02-121-3/+3
* (Fpixmap_spec_p): Avoid function calls and assignments as arguments to aKarl Heuer1994-11-151-9/+9
* (load_pixmap): Handle bitmap_id < 0. F is a FRAME_PTR.Richard M. Stallman1994-11-131-3/+3
* (unload_color): Pass arg f to WHITE_PIX_DEFAULT and BLACK_PIX_DEFAULT.Richard M. Stallman1994-10-231-2/+2