summaryrefslogtreecommitdiff
path: root/src/xfaces.c
Commit message (Expand)AuthorAgeFilesLines
* (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
* Separate parameter faces (those created and modified by the user)Jim Blandy1993-06-221-128/+159
* * xfaces.c (recompute_basic_faces): This shouldn't be declared static.Jim Blandy1993-06-191-1/+1
* * xfaces.c: Add forward declaration for recompute_basic_faces.Jim Blandy1993-06-191-4/+5
* * xfaces.c (compute_base_face): Initialize the face's stipple.Jim Blandy1993-06-171-0/+4
* * xfaces.c (init_frame_faces): Remove assumption that the selectedJim Blandy1993-06-091-14/+26
* (same_size_fonts): Compare only the width.Richard M. Stallman1993-06-061-2/+9
* Test XOS_NEEDS_TIME_H, not HPUX, for including time.hj.Richard M. Stallman1993-06-021-2/+2
* (init_frame_faces): Don't look at selected_frame unless it is an X frame.Richard M. Stallman1993-06-011-8/+9
* * xfaces.c (unload_color): Don't #include <X11/Intrinsic.h>,Jim Blandy1993-05-301-2/+6
* Fix HPUX conditional syntax.Richard M. Stallman1993-05-301-1/+1
* * xfaces.c (init_frame_faces): We have to make sure that face ID'sJim Blandy1993-05-301-1/+20
* [HPUX]: Include time.h and define __TIMEVAL__.Richard M. Stallman1993-05-291-0/+6
* * xterm.h: New section for declarations for xfaces.c.Jim Blandy1993-05-251-64/+104
* * xfns.c (Fx_list_fonts): New function.Jim Blandy1993-05-251-24/+20
* (Fset_face_attribute_internal): Don't call unload_fontRichard M. Stallman1993-05-241-1/+2
* * xfaces.c (Fset_face_attribute_internal): Don't free the frame'sJim Blandy1993-05-231-2/+6
* Updated copyright years.Jim Blandy1993-05-221-1/+1
* Get the types right, baby.Jim Blandy1993-05-201-2/+2
* Make sure that all the display faces use fonts of theJim Blandy1993-05-191-5/+26
* * xfaces.c (free_frame_faces): Don't free the resources from theJim Blandy1993-05-181-38/+6
* (compute_char_face): Pass 0 as EXTEND arg to overlays_at.Richard M. Stallman1993-05-161-6/+18
* * xfaces.c (Fset_face_attribute_internal): Jolt redisplay, so itJim Blandy1993-05-161-0/+11