summaryrefslogtreecommitdiff
path: root/src/xfaces.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* *** empty log message ***Morten Welinder1994-10-171-9/+76
* (intern_face): Update mask properly to set stippleRichard M. Stallman1994-10-171-4/+5
* (intern_face): Set the fill_style.Richard M. Stallman1994-10-171-32/+110
* Eliminate the "display faces"; store GCs in the "computed faces".Richard M. Stallman1994-10-141-166/+71
* (compute_char_face): Don't use XFASTINT as an lvalue.Karl Heuer1994-10-041-2/+2
* (compute_char_face): Use new accessor macros instead of calling XSET directly.Karl Heuer1994-10-041-1/+1
* (compute_char_face): Handle list as overlay face property.Richard M. Stallman1994-09-291-2/+49
* (Fset_face_attribute_internal): Mark frame garbaged wheneverRichard M. Stallman1994-09-291-9/+12
* (compute_char_face): Pass new arg to overlays_at.Richard M. Stallman1994-09-211-2/+3
* Add #include "intervals.h"Karl Heuer1994-09-171-0/+1
* (compute_glyph_face_1): New function.Richard M. Stallman1994-08-071-0/+25
* (get_cached_face): Set the cached_index field.Richard M. Stallman1994-07-021-1/+5
* (Fset_face_attribute_internal): Always return valid data.Richard M. Stallman1994-05-201-1/+1
* Update copyright.Karl Heuer1994-05-041-1/+1
* (frame_update_line_height): Don't call x_set_window_size.Richard M. Stallman1994-04-141-5/+6
* (frame_update_line_height): Check param_faces[i] not null.Richard M. Stallman1994-04-101-37/+31
* (frame_update_line_height): New function.Richard M. Stallman1994-04-091-0/+26
* (compute_char_face): New arg MOUSE.Richard M. Stallman1994-03-311-8/+21
* (compute_char_face): Extract overlay-sorting code as a separate function,Karl Heuer1994-02-091-69/+4
* (init_frame_faces): Clear FRAME_N_COMPUTED_FACESRichard M. Stallman1994-02-061-9/+13
* (compute_char_face): Accept new arg LIMIT.Richard M. Stallman1993-11-201-4/+9
* Include <config.h> instead of "config.h".Roland McGrath1993-09-101-1/+1
* (face_name_id_number): Use assq_no_quit, not Fassq.Richard M. Stallman1993-07-241-1/+1
* * xfaces.c [XOS_NEEDS_TIME_H]: #undef USG while #includingJim Blandy1993-07-051-9/+11