aboutsummaryrefslogtreecommitdiffstats
path: root/src/w32faces.c (unfollow)
Commit message (Expand)AuthorFilesLines
1999-10-19Add support for large files, 64-bit Solaris, system locale codings.Paul Eggert1-2/+2
1999-09-12Use XCAR and XCDR instead of explicit member references.Ken Raeburn1-12/+12
1998-11-04(Qmouse_face): Replace definition with extern decl.Geoff Voelker1-1/+3
1998-10-20Update comments referring to obsolete structs.Geoff Voelker1-30/+90
1998-04-17(Qforeground_color, Qbackground_color): Declare.Geoff Voelker1-69/+67
1997-01-20Change all uses of win95, winnt, and win32Geoff Voelker1-1/+1
1996-11-19Change identifiers of the form win32* to w32*.Geoff Voelker1-16/+16
1996-09-01Removed support for !MULTI_FRAME.Karl Heuer1-2/+0
1996-01-15Update FSF's address in the preamble.Erik Naggum1-1/+2
1996-01-05Comment fixes.Karl Heuer1-1/+1
1995-11-07Initial revisionGeoff Voelker1-207/+33
1995-10-31(BITS_PER_SHORT, BITS_PER_INT, BITS_PER_LONG):Karl Heuer1-1/+1
1995-07-25Renamings: frame->display => frame->output, struct x_display -> sruct x_output.Richard M. Stallman1-15/+15
1995-07-19(unload_color): Don't free colors if immutable colormap.Richard M. Stallman1-3/+11
1995-07-01(compute_char_face): Use Fsafe_length.Richard M. Stallman1-5/+10
1995-06-05(load_color): misleading comment rewritten.Karl Heuer1-3/+2
1995-05-23(unload_color): Cast args of XFreeColors.Karl Heuer1-1/+1
1995-05-07(region_face, next_face_id): Make static.Richard M. Stallman1-2/+2
1995-04-13(compute_char_face): Don't use NULL.Richard M. Stallman1-2/+3
1995-04-13[! HAVE_X_WINDOWS] (build_face): Deleted.Richard M. Stallman1-8/+0
1995-04-07(intern_face): Cast FONT_DEFAULT to (XFontStruct *)Richard M. Stallman1-1/+1
1995-03-06(load_color): Call defined_color to allocate the color.Richard M. Stallman1-10/+1
1995-02-12(load_color): Ignore failure from XAllocColor.Richard M. Stallman1-3/+3
1994-11-15(Fpixmap_spec_p): Avoid function calls and assignments as arguments to aKarl Heuer1-9/+9
1994-11-13(load_pixmap): Handle bitmap_id < 0. F is a FRAME_PTR.Richard M. Stallman1-3/+3
1994-10-23(unload_color): Pass arg f to WHITE_PIX_DEFAULT and BLACK_PIX_DEFAULT.Richard M. Stallman1-2/+2
1994-10-17*** empty log message ***Morten Welinder1-9/+76
1994-10-17(intern_face): Update mask properly to set stippleRichard M. Stallman1-4/+5
1994-10-17(intern_face): Set the fill_style.Richard M. Stallman1-32/+110
1994-10-14Eliminate the "display faces"; store GCs in the "computed faces".Richard M. Stallman1-166/+71
1994-10-04(compute_char_face): Don't use XFASTINT as an lvalue.Karl Heuer1-2/+2
1994-10-04(compute_char_face): Use new accessor macros instead of calling XSET directly.Karl Heuer1-1/+1
1994-09-29(compute_char_face): Handle list as overlay face property.Richard M. Stallman1-2/+49
1994-09-29(Fset_face_attribute_internal): Mark frame garbaged wheneverRichard M. Stallman1-9/+12
1994-09-21(compute_char_face): Pass new arg to overlays_at.Richard M. Stallman1-2/+3
1994-09-17Add #include "intervals.h"Karl Heuer1-0/+1
1994-08-07(compute_glyph_face_1): New function.Richard M. Stallman1-0/+25
1994-07-02(get_cached_face): Set the cached_index field.Richard M. Stallman1-1/+5
1994-05-20(Fset_face_attribute_internal): Always return valid data.Richard M. Stallman1-1/+1
1994-05-04Update copyright.Karl Heuer1-1/+1
1994-04-14(frame_update_line_height): Don't call x_set_window_size.Richard M. Stallman1-5/+6
1994-04-10(frame_update_line_height): Check param_faces[i] not null.Richard M. Stallman1-37/+31
1994-04-09(frame_update_line_height): New function.Richard M. Stallman1-0/+26
1994-03-31(compute_char_face): New arg MOUSE.Richard M. Stallman1-8/+21
1994-02-09(compute_char_face): Extract overlay-sorting code as a separate function,Karl Heuer1-69/+4
1994-02-06(init_frame_faces): Clear FRAME_N_COMPUTED_FACESRichard M. Stallman1-9/+13
1993-11-20(compute_char_face): Accept new arg LIMIT.Richard M. Stallman1-4/+9
1993-09-10Include <config.h> instead of "config.h".Roland McGrath1-1/+1
1993-07-24(face_name_id_number): Use assq_no_quit, not Fassq.Richard M. Stallman1-1/+1
1993-07-05* xfaces.c [XOS_NEEDS_TIME_H]: #undef USG while #includingJim Blandy1-9/+11