| Commit message (Expand) | Author | Age | Files | Lines |
* | font.c (font_range): Return the range for the font found at first. | Kenichi Handa | 2010-05-14 | 1 | -36/+7 |
* | * font.c (syms_of_font): Make the style table vars read-only. | Stefan Monnier | 2010-04-20 | 1 | -0/+8 |
* | Addendum to last patch: add "Medium" GTK font name keyword. | Chong Yidong | 2010-02-26 | 1 | -0/+6 |
* | Recognize more keywords in GTK font names (Bug#5646). | Chong Yidong | 2010-02-26 | 1 | -0/+18 |
* | font.c (font_parse_xlfd): If FONT is a font-entity and pixel size in NAME is ... | Kenichi Handa | 2010-01-31 | 1 | -0/+2 |
* | Add 2010 to copyright years. | Glenn Morris | 2010-01-13 | 1 | -2/+2 |
* | Fix slowdown and wrong font choosed by XSETTINGS changes. bug #5157. | Jan Djärv | 2010-01-06 | 1 | -10/+13 |
* | Fixing user-spec for fonts instead of using name. | Jan Djärv | 2010-01-06 | 1 | -5/+9 |
* | (Fclear_font_cache): Pass correct cache argument to | Andreas Schwab | 2009-12-19 | 1 | -3/+3 |
* | Fix a comment and delete trailing whitespace. | Chong Yidong | 2009-12-05 | 1 | -8/+8 |
* | (font_load_for_lface, font_open_by_name): Don't store name | YAMAMOTO Mitsuharu | 2009-12-01 | 1 | -3/+7 |
* | (font_open_entity): Don't use ASET if font_object is Qnil. | YAMAMOTO Mitsuharu | 2009-11-24 | 1 | -1/+2 |
* | Set Xft defaults if no XSETTING is found, better default for Gtk+ font dialog. | Jan Djärv | 2009-11-23 | 1 | -8/+14 |
* | * character.h (STRING_CHAR, STRING_CHAR_AND_LENGTH): Remove | Andreas Schwab | 2009-11-21 | 1 | -1/+1 |
* | Handle system default font and changing font parameters. | Jan Djärv | 2009-11-17 | 1 | -8/+32 |
* | * xterm.c (syms_of_xterm): | Dan Nicolaescu | 2009-11-06 | 1 | -1/+1 |
* | * process.c (socket_options): Make it const. | Dan Nicolaescu | 2009-11-06 | 1 | -5/+4 |
* | * alloc.c: Do not define struct catchtag. | Dan Nicolaescu | 2009-10-19 | 1 | -0/+1 |
* | (font_unparse_xlfd, font_unparse_fcname): Use long format in printf, and cast... | Adrian Robert | 2009-10-13 | 1 | -6/+7 |
* | * font.c (DEFAULT_ENCODING) [HAVE_NS]: Remove special case. | Adrian Robert | 2009-09-23 | 1 | -4/+0 |
* | Update comment for HAVE_NS code in font_find_for_lface(). | Adrian Robert | 2009-09-18 | 1 | -0/+1 |
* | (font_parse_xlfd): Check DPI and AVGWIDTH properties more rigidly. | Kenichi Handa | 2009-07-28 | 1 | -3/+8 |
* | (font_vconcat_entity_vectors): New function. | Kenichi Handa | 2009-07-14 | 1 | -98/+166 |
* | (font_sort_entities, font_list_entities) | Kenichi Handa | 2009-06-23 | 1 | -12/+14 |
* | (font_parse_family_registry): Fix for one-char foundry. | Kenichi Handa | 2009-06-10 | 1 | -2/+2 |
* | (font_sort_entities): Renamed from font_sort_entites. | Kenichi Handa | 2009-05-19 | 1 | -4/+4 |
* | (font_find_for_lface): Copy SPEC's FONT_TYPE too. | Kenichi Handa | 2009-05-18 | 1 | -0/+1 |
* | (Ffont_spec): Check arguments. | Kenichi Handa | 2009-05-15 | 1 | -1/+6 |
* | (font_update_drivers): Sanity fallback to avoid disabling all drivers. | Stefan Monnier | 2009-05-06 | 1 | -0/+17 |
* | * xfaces.c (face_at_buffer_position): New arg base_face_id. | Chong Yidong | 2009-04-30 | 1 | -2/+3 |
* | (font_score): Check AVGWIDTH too. | Kenichi Handa | 2009-04-21 | 1 | -0/+3 |
* | (font_load_for_lface): Cancel previous change. | Kenichi Handa | 2009-04-21 | 1 | -2/+1 |
* | (font_put_frame_data): Use xfree instead of free. | Andreas Schwab | 2009-04-18 | 1 | -1/+1 |
* | * font.c (Qja, Qko): Move definitions here from ftfont.c. | Chong Yidong | 2009-04-17 | 1 | -0/+6 |
* | (font_sort_entites): Change the meaning of the arg | Kenichi Handa | 2009-04-16 | 1 | -40/+13 |
* | (Ffont_info): Fix docstring. Fix the second element of | Kenichi Handa | 2009-04-14 | 1 | -4/+4 |
* | (font_delete_unmatched): Preserve the order of list | Kenichi Handa | 2009-04-13 | 1 | -2/+9 |
* | (font_put_extra): If VAL is nil, delete the slot for PROP | Kenichi Handa | 2009-04-09 | 1 | -1/+12 |
* | (find_font_encoding): Return Qnil for unsupported encoding. | Kenichi Handa | 2009-03-24 | 1 | -2/+1 |
* | (font_open_by_spec): New function. | Kenichi Handa | 2009-03-11 | 1 | -9/+23 |
* | (font_select_entity): New function. | Kenichi Handa | 2009-03-05 | 1 | -63/+75 |
* | (font_style_to_value): Set value for unknown symbols to | Chong Yidong | 2009-02-27 | 1 | -5/+5 |
* | (Qfont_spec, Qfont_entity, Qfont_object): Definitions | Chong Yidong | 2009-02-21 | 1 | -6/+0 |
* | (Ffont_spec): Fix typo. | Kenichi Handa | 2009-02-18 | 1 | -1/+1 |
* | (font_check_otf_features): Fix handling of `nil' element. | Kenichi Handa | 2009-02-18 | 1 | -3/+30 |
* | Remove spurious semicolons. | Juanma Barranquero | 2009-02-11 | 1 | -1/+1 |
* | (Ffont_spec): Docstring modified. | Kenichi Handa | 2009-02-05 | 1 | -1/+2 |
* | (font_parse_xlfd): Handle patterns of length < 2. | Chong Yidong | 2009-01-24 | 1 | -2/+2 |
* | (font_spec_from_name): Return Qnil if font name could not be parsed. | Chong Yidong | 2009-01-19 | 1 | -5/+11 |
* | (Ffont_variation_glyphs): Silence compiler. | Glenn Morris | 2009-01-16 | 1 | -1/+3 |