| Commit message (Expand) | Author | Age | Files | Lines |
* | (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 |
* | (font_clear_prop): If clearing the family, clear the font width index | Chong Yidong | 2009-01-13 | 1 | -1/+7 |
* | (Ffont_family_list): Return a list of strings, not symbols. | Chong Yidong | 2009-01-09 | 1 | -10/+5 |
* | (font_open_for_lface): Handle unspecified height attribute. | Chong Yidong | 2009-01-08 | 1 | -1/+12 |
* | Add 2009 to copyright years. | Glenn Morris | 2009-01-08 | 1 | -2/+2 |
* | (font_range): Don't require a font for a variation | Kenichi Handa | 2008-12-30 | 1 | -0/+44 |
* | (font_intern_prop): Validate str as multibyte. | Kenichi Handa | 2008-12-30 | 1 | -3/+15 |
* | (font_open_entity): Fix previous change. | Kenichi Handa | 2008-12-16 | 1 | -3/+5 |
* | (font_update_drivers): Fix mistake in reconstructing the driver list. | Chong Yidong | 2008-12-16 | 1 | -8/+8 |
* | (free_font_driver_list): Implement missing function. | Chong Yidong | 2008-12-13 | 1 | -0/+14 |
* | (font_rescale_ratio): Moved from xfaces.c. Argument | Kenichi Handa | 2008-12-13 | 1 | -2/+41 |
* | * font.c (Ffont_spec): Move usage to end of docstring. | Juanma Barranquero | 2008-12-10 | 1 | -7/+7 |
* | (font_at): Set `multibyte' at first. | Kenichi Handa | 2008-12-03 | 1 | -1/+3 |
* | Handle fonts with corrupted size specs, i.e. non-int and non-float. | Chong Yidong | 2008-12-03 | 1 | -2/+5 |
* | (Fopen_font): Compute pixel size correctly. | Chong Yidong | 2008-12-03 | 1 | -1/+1 |
* | (font_unparse_fcname): Fix use of uninitialized variable. | Andreas Schwab | 2008-12-02 | 1 | -2/+1 |
* | (register_font_driver): Use xmalloc. | Andreas Schwab | 2008-12-01 | 1 | -4/+2 |
* | (font_match_p): Fix previous change. | Kenichi Handa | 2008-10-23 | 1 | -1/+1 |
* | (font_match_p): Fix for the case that a vector of | Kenichi Handa | 2008-10-23 | 1 | -7/+43 |
* | (font_add_log): Check the values of extra properties. | Kenichi Handa | 2008-10-23 | 1 | -3/+6 |
* | (font_clear_prop): When clearing font width, clear the average width | Chong Yidong | 2008-10-14 | 1 | -1/+5 |
* | Don't include <m17n-flt.h>. | Andreas Schwab | 2008-10-12 | 1 | -3/+0 |
* | (font_delete_unmatched): Fix previous change. Don't | Kenichi Handa | 2008-10-09 | 1 | -0/+2 |
* | * nsfont.m (nsfont_spec_to_traits): Use UnXX masks only for non-normal styles... | Adrian Robert | 2008-10-01 | 1 | -4/+2 |
* | (font_matching_entity): Reflect ATTRS in font selection. | Kenichi Handa | 2008-10-01 | 1 | -6/+18 |
* | (Ffont_shape_gstring): Make glyphs of non-nil adjustment | Kenichi Handa | 2008-09-10 | 1 | -8/+27 |
* | (font_fill_lglyph_metrics): Use EMACS_INT in LGLYPH_SET_CODE to avoid | Eli Zaretskii | 2008-08-29 | 1 | -2/+5 |
* | (QCf): New variable. | Kenichi Handa | 2008-08-29 | 1 | -309/+129 |
* | (Vfont_log_deferred): New variable. | Kenichi Handa | 2008-08-19 | 1 | -0/+35 |
* | (font_add_log): Add the font properties :script, :lang, | Kenichi Handa | 2008-08-18 | 1 | -1/+22 |
* | Remove support for Mac Carbon. | Dan Nicolaescu | 2008-07-27 | 1 | -7/+0 |
* | restore ability under NS to change font size from font panel (lost during som... | Adrian Robert | 2008-07-20 | 1 | -0/+15 |
* | merging Emacs.app (NeXTstep port) | Adrian Robert | 2008-07-15 | 1 | -1/+15 |
* | * fontset.c (fontset_get_font_group): | Stefan Monnier | 2008-07-09 | 1 | -1/+1 |
* | (font_open_entity): Cancel the previous change. | Kenichi Handa | 2008-07-09 | 1 | -6/+0 |
* | (font_make_object): New arg entity and pixelsize. | Kenichi Handa | 2008-07-09 | 1 | -22/+165 |
* | (font_parse_fcname): Remove unused variables. | Kenichi Handa | 2008-06-25 | 1 | -26/+20 |
* | (Ffont_face_attributes): Multiply pixel size before point | Jason Rumney | 2008-06-24 | 1 | -1/+1 |
* | (font_score): Even if the PIXEL_SIZE is the same, check | Kenichi Handa | 2008-06-24 | 1 | -3/+2 |
* | (font_find_for_lface): Try the adstyle specified in the property of | Kenichi Handa | 2008-06-22 | 1 | -5/+29 |
* | (Ffont_face_attributes): Omit key-attribute pairs not defined by the | Chong Yidong | 2008-06-20 | 1 | -15/+30 |
* | (font_parse_xlfd): Fix previous change. | Kenichi Handa | 2008-06-19 | 1 | -45/+32 |
* | (Ffont_face_attributes): Only define if | Andreas Schwab | 2008-06-18 | 1 | -0/+6 |
* | (font_parse_fcname): For known key symbols, intern using correct | Chong Yidong | 2008-06-17 | 1 | -13/+11 |
* | (font_parse_fcname): Store divider characters for unknown-spec list. | Chong Yidong | 2008-06-17 | 1 | -3/+3 |