aboutsummaryrefslogtreecommitdiffstats
path: root/src/xfaces.c
Commit message (Expand)AuthorAgeFilesLines
* (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
* (Fcolor_gray_p): Fix omission bug:Thien-Thi Nguyen2003-12-241-4/+10
* Add arch taglinesMiles Bader2003-09-011-0/+3
* (try_font_list): Call try_alternative_families to try any familyKenichi Handa2003-08-151-1/+1
* * xfaces.c (better_font_p): Prefer a real scalable font; i.e. notKenichi Handa2003-08-151-1/+16
* Fix some of the font/face problems.Jan Djärv2003-06-261-3/+4
* (Finternal_face_x_get_resource): Do it on Windows and Mac too.Jason Rumney2003-06-051-4/+0
* (font_rescale_ratio): Fix for K&R.Dave Love2003-06-021-1/+2
* (realize_default_face): Do not abort if lface is non-existent -Glenn Morris2003-05-291-1/+6
* (build_scalable_font_name): Remove `unused var pixel_size' warning.Stefan Monnier2003-05-251-5/+7
* [WINDOWSNT]: Move redefinition of FONT_WIDTH macro toKim F. Storm2003-05-241-29/+8
* (Finternal_set_lisp_face_attribute): Handle QunspecifiedRichard M. Stallman2003-05-191-14/+16
* (Vface_font_rescale_alist): New variable.Kenichi Handa2003-04-091-5/+64
* (choose_face_font): Make sure *NEEDS_OVERSTRIKE is always set.Miles Bader2003-04-031-1/+4
* Remove extern decl for frame parameter vars.Kim F. Storm2003-03-311-5/+0
* (x_face_list_fonts): Fix int/Lisp_Object mixup.Stefan Monnier2003-02-221-1/+1
* (try_alternative_families): Try all scalable fonts ifKenichi Handa2003-02-191-2/+2
* * xfaces.c (x_face_list_fonts): Set *pfonts to 0 if no fonts found.Jan Djärv2003-02-191-2/+6
* * xterm.c (x_list_fonts): If maxnames is less than 0, get all fontJan Djärv2003-02-181-27/+28
* Trailing whitespace deleted.Juanma Barranquero2003-02-041-24/+24
* (load_face_font): Set `face->overstrike' based on result fromMiles Bader2002-11-171-10/+44
* Remove definition of XColor.Juanma Barranquero2002-10-231-15/+0
* (try_font_list): Pay attention to the case that FAMILY is nil.Kenichi Handa2002-09-271-2/+2
* (try_font_list): New arg PREFER_FACE_FAMILY. If it isKenichi Handa2002-09-261-8/+21
* (Fcolor_supported_p): Just one arg is required.Richard M. Stallman2002-09-131-1/+1
* (may_use_scalable_font_p): Argument now points toKen Raeburn2002-07-191-5/+5
* (xstricmp): String pointer args now point to const.Ken Raeburn2002-07-161-1/+1
* Most uses of XSTRING combined with STRING_BYTES or indirection changed toKen Raeburn2002-07-151-57/+57
* Use macro SPECPDL_INDEX.Juanma Barranquero2002-07-111-1/+1
* Rename BINDING_STACK_SIZE to SPECPDL_INDEX.Juanma Barranquero2002-07-101-2/+2
* In src/:Andrew Choi2002-06-161-12/+14
* (tty_lookup_color): Type bool/Lisp_Object mismatch fixed.Stefan Monnier2002-06-111-1/+1
* (Ftty_supports_face_attributes_p): New function.Miles Bader2002-06-091-38/+353
* * xfaces.c (merge_face_vector_with_property): Use SYMBOL_NAME andKen Raeburn2002-05-201-1/+1
* Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,Andrew Choi2002-04-261-29/+34
* (clear_font_table): Don't free the default font ofStefan Monnier2002-04-191-3/+2
* (Finternal_make_lisp_face, Finternal_copy_lisp_face)Richard M. Stallman2002-02-131-0/+24
* (Qmode_line_inactive): New face variable for mode-lineKim F. Storm2002-02-081-0/+4
* (realize_default_face): Don't set the weight and slantEli Zaretskii2002-02-021-2/+4
* Doc fix.Pavel Janík2001-12-201-1/+1
* (merge_face_heights): Coerce back to int explicitly.Stefan Monnier2001-11-251-1/+1
* Fringe cleanup.Kim F. Storm2001-11-161-1/+1
* (Fface_attributes_as_vector): Doc fix.Pavel Janík2001-11-131-1/+1
* (Finternal_set_alternative_font_family_alist): Reindent.Pavel Janík2001-11-131-1/+1
* (merge_face_vectors): Use braces to follow GNU Coding Standards.Pavel Janík2001-11-091-18/+22
* Update usage of CHECK_ macros (remove unused second argument).Pavel Janík2001-11-021-43/+43