summaryrefslogtreecommitdiff
path: root/src/xfaces.c
Commit message (Expand)AuthorAgeFilesLines
* (internal_resolve_face_name): Return a value.Stefan Monnier2007-08-291-1/+3
* Merge from emacs--devo--0Miles Bader2007-07-311-1/+1
|\
| * Merge from emacs--rel--22Miles Bader2007-07-261-1/+1
| |\
| | * Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
| | * (syms_of_xfaces): Delete stray semicolon.Chong Yidong2007-06-051-1/+1
* | | Merge from emacs--devo--0Miles Bader2007-06-111-0/+2
|\ \ \ | |/ /
| * | (Finternal_lisp_face_p): Signal error for face alias loops.Juanma Barranquero2007-06-051-0/+2
* | | Merge from emacs--devo--0Miles Bader2007-05-301-1/+1
|\ \ \ | |/ /
| * | * xfaces.c (syms_of_xfaces): Delete stray semicolon.Dan Nicolaescu2007-05-261-1/+1
| |/
* | Merged from emacs@sv.gnu.orgKaroly Lorentey2007-02-241-6/+4
|\ \ | |/
| * (Fcolor_distance): Don't continue checking a color for errors after it has beenJuanma Barranquero2007-02-141-6/+4
* | Merged from emacs@sv.gnu.orgKaroly Lorentey2007-01-291-1/+1
|\ \ | |/
| * Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
* | Merged from emacs@sv.gnu.org. Last-minute emacsclient rewrites be damned!Karoly Lorentey2006-12-031-5/+13
|\ \ | |/
| * (realize_default_face): Check if the default font nameChong Yidong2006-11-211-4/+12
| * (Fdisplay_supports_face_attributes_p): InitializeAndreas Schwab2006-11-191-1/+1
* | Merged from emacs@sv.gnu.org.Karoly Lorentey2006-12-031-2/+2
|\ \ | |/
| * (best_matching_font): Fix logic to decide whether to use overstriking toJuanma Barranquero2006-10-271-2/+2
* | Merged from emacs@sv.gnu.orgKaroly Lorentey2006-10-141-1/+5
|\ \ | |/
| * (load_pixmap): Add quotes in error message.Richard M. Stallman2006-08-201-1/+1
| * (lookup_named_face, Fdisplay_supports_face_attributes_p):Richard M. Stallman2006-07-291-0/+4
* | Merged from emacs@sv.gnu.orgKaroly Lorentey2006-07-291-13/+1
|\ \ | |/
| * * xfaces.c (signal_error): Move to eval.c.Kim F. Storm2006-07-181-13/+1
* | Merged from emacs@sv.gnu.org.Karoly Lorentey2006-07-141-5/+9
|\ \ | |/
| * (load_pixmap): Use CHECK_TYPE.Kim F. Storm2006-07-121-4/+1
| * (Fface_attribute_relative_p): Doc fix.Richard M. Stallman2006-07-031-1/+8
* | Merged from emacs@sv.gnu.orgKaroly Lorentey2006-05-241-20/+20
|\ \ | |/
| * (best_matching_font): Abort for best == NULL before we start to use it.Richard M. Stallman2006-05-221-18/+18
| * (best_matching_font): Fix crash in 2006-05-17 change.Kim F. Storm2006-05-201-2/+2
* | Fix stupid crash during startup.Karoly Lorentey2006-05-201-1/+1
* | Merged from emacs@sv.gnu.orgKaroly Lorentey2006-05-201-22/+21
|\ \ | |/
| * (better_font_p): Any font beats no font.Richard M. Stallman2006-05-171-22/+21
* | Merged from emacs@sv.gnu.orgKaroly Lorentey2006-05-171-0/+10
|\ \ | |/
| * (realize_default_face): If the font chosen for theKenichi Handa2006-05-101-0/+10
* | Merged from emacs@sv.gnu.orgKaroly Lorentey2006-04-191-18/+22
|\ \ | |/
| * (Finternal_merge_in_global_face, try_font_list): AddYAMAMOTO Mitsuharu2006-04-121-18/+22
* | Merged from emacs@sv.gnu.orgKaroly Lorentey2006-02-121-1/+1
|\ \ | |/
| * Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+1
* | Merged from miles@gnu.org--gnu-2005 (patch 659-663)Karoly Lorentey2005-12-031-1/+1
|\ \ | |/
| * (Finternal_set_lisp_face_attribute_from_resource): Handle :inherit propertyEli Zaretskii2005-11-261-1/+1
* | Merged from miles@gnu.org--gnu-2005 (patch 656-658)Karoly Lorentey2005-11-231-4/+19
|\ \ | |/
| * (merge_face_vectors): Don't do :ignore-defface overwriting here.Chong Yidong2005-11-201-4/+12
| * * xfaces.c (Finternal_set_lisp_face_attribute): UseChong Yidong2005-11-201-1/+8
* | Merged from miles@gnu.org--gnu-2005 (patch 655)Karoly Lorentey2005-11-181-19/+44
|\ \ | |/
| * (Fface_attribute_relative_p, Fmerge_face_attribute): HandleChong Yidong2005-11-181-2/+2
| * * xfaces.c (Qignore_defface): New variable.Chong Yidong2005-11-181-17/+42
* | Merged from miles@gnu.org--gnu-2005 (patch 578-592)Karoly Lorentey2005-10-121-0/+6
|\ \ | |/
| * (x_create_gc, x_free_gc) [MAC_OS]: Add BLOCK_INPUT. Add debug code.YAMAMOTO Mitsuharu2005-10-081-0/+6
* | Merged from miles@gnu.org--gnu-2005 (patch 118-132, 551-577)Karoly Lorentey2005-10-091-7/+13
|\ \ | |/
| * (face_color_gray_p): Colors close to black count as gray.Richard M. Stallman2005-10-021-7/+12