aboutsummaryrefslogtreecommitdiffstats
path: root/src/xfaces.c
Commit message (Expand)AuthorAgeFilesLines
* (xstrlwr): Don't use tolower for non-ASCII characters.YAMAMOTO Mitsuharu2005-09-061-1/+4
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-071-2/+2
* (Finternal_lisp_face_p): Doc fix.Juanma Barranquero2005-07-211-1/+1
* [MAC_OS] (XCreateGC): Remove extern.YAMAMOTO Mitsuharu2005-07-181-2/+0
* (try_font_list) [MAC_OS]: Try font family nameYAMAMOTO Mitsuharu2005-07-131-8/+15
* * xfaces.c (x_update_menu_appearance): Use fontSet resource forJan Djärv2005-07-111-0/+5
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
* (x_supports_face_attributes_p): Follow error conventions.Juanma Barranquero2005-06-231-1/+1
* Revision: [email protected]/emacs--cvs-trunk--0--patch-438Miles Bader2005-06-221-4/+4
* Rename obsolete function Qframe_update_face_colors toJuri Linkov2005-06-211-7/+7
* Revision: [email protected]/emacs--cvs-trunk--0--patch-435Miles Bader2005-06-201-1/+4
* (Fdisplay_supports_face_attributes_p): Fix typo in docstring.Juanma Barranquero2005-06-091-2/+2
* (Finternal_lisp_face_equal_p): Really report on faces in a frame, if theJuanma Barranquero2005-06-031-4/+4
* (build_scalable_font_name): Round pixel size to theYAMAMOTO Mitsuharu2005-06-011-2/+2
* (resolve_face_name): Add arg SIGNAL_P. Calls changed.Kim F. Storm2005-04-281-13/+35
* (resolve_face_name): Use Fget instead of Fsafe_get.Kim F. Storm2005-04-211-1/+1
* (resolve_face_name): Use Fsafe_get to avoid redisplayKim F. Storm2005-04-191-3/+5
* (realize_x_face) [!HAVE_WINDOW_SYSTEM]: Return NULL.Thien-Thi Nguyen2005-04-181-2/+3
* (lookup_derived_face): Add arg SIGNAL_P.Kim F. Storm2005-03-221-3/+3
* (x_update_menu_appearance) [HAVE_X_I18N]:Stefan Monnier2005-03-181-2/+6
* (x_update_menu_appearance) [USE_MOTIF]:Stefan Monnier2005-03-171-3/+10
* (Finternal_set_lisp_face_attribute): Allow :color propertyKim F. Storm2005-02-181-1/+1
* (face_color_supported_p): Use HAVE_WINDOW_SYSTEMEli Zaretskii2005-02-051-1/+1
* Copyright update.Stefan Monnier2005-02-031-1/+1
* (x_free_gc) [!GLYPH_DEBUG]: Fix xassert.Kim F. Storm2005-02-031-2/+2
* (merge_faces): Rename from merge_into_realized_face.Kim F. Storm2005-01-101-4/+20
* (merge_into_realized_face): New function. Used toKim F. Storm2005-01-091-0/+47
* * dispextern.h: Change HAVE_CARBON to MAC_OS.Steven Tamm2004-12-271-0/+3
* (lookup_named_face): Add signal_p arg. Return -1 ifKim F. Storm2004-11-221-5/+8
* (merge_named_face): GCPRO the face_name in theRichard M. Stallman2004-11-071-14/+12
* (Qface_no_inherit): New var.Kim F. Storm2004-09-141-18/+41
* (merge_face_ref): Specifying `unspecified' is a no-op.Richard M. Stallman2004-08-161-1/+4
* (Fcolor_supported_p): Doc fix.Luc Teirlinck2004-07-241-0/+1
* (x_supports_face_attributes_p)Stefan Monnier2004-06-301-3/+3
* (Finternal_copy_lisp_face): Small cleanup; doc fix.Richard M. Stallman2004-06-211-7/+8
* (face_attr_equal_p): Declare parameters.Andreas Schwab2004-06-131-0/+1
* Revision: [email protected]/emacs--cvs-trunk--0--patch-385Miles Bader2004-06-081-3/+3
* Revision: [email protected]/emacs--cvs-trunk--0--patch-381Miles Bader2004-06-071-127/+162
* Revision: [email protected]/emacs--cvs-trunk--0--patch-377Miles Bader2004-06-061-0/+6
* Revision: [email protected]/emacs--cvs-trunk--0--patch-374Miles Bader2004-06-041-71/+92
* (x_supports_face_attributes_p): Make this functionEli Zaretskii2004-06-041-0/+4
* Revision: [email protected]/emacs--cvs-trunk--0--patch-370Miles Bader2004-06-041-219/+355
* (face_at_buffer_position): Use GET_OVERLAYS_AT.Kim F. Storm2004-05-171-17/+1
* (Ftty_supports_face_attributes_p, Finternal_copy_lisp_face): Fix typo inJuanma Barranquero2004-05-131-7/+7
* Revision: [email protected]/emacs--cvs-trunk--0--patch-248Miles Bader2004-04-261-26/+0
* (face_color_supported_p): Fix compilation without X11.Stefan Monnier2004-04-091-10/+14
* Move include stdio.h to same place as in other files.Jan Djärv2004-02-091-1/+1
* (face_font_available_p): New function.Kenichi Handa2003-12-291-0/+63
* (cache_face): Abort if c->size exceeds MAX_FACE_ID.Kim F. Storm2003-12-281-7/+12
* * xfaces.c (lface_fully_specified_p): Take into account thatJan Djärv2003-12-241-1/+7