2008-04-27 |
Kenichi Handa |
(font_prop_validate): Signal `error' instead of `font'.
|
2008-03-01 |
Jason Rumney |
(font_unparse_fcname): Increase len when style is a symbol.
|
2008-02-26 |
Stefan Monnier |
* dispextern.h (face_at_buffer_position, face_for_overlay_string)
|
2008-02-26 |
Juanma Barranquero |
(Ffont_spec, Ffont_at): Fix typos in docstrings.
|
2008-02-25 |
Kenichi Handa |
If the font driver doesn't have `shape' function, return Qnil.
|
2008-02-22 |
Stefan Monnier |
(font_match_xlfd, font_check_xlfd_parse): New funs.
|
2008-02-18 |
Stefan Monnier |
(font_unparse_xlfd): Don't ignore integer pixel size specs.
|
2008-02-17 |
Kenichi Handa |
Include xterm.h.
|
2008-02-16 |
Eli Zaretskii |
(Ffont_fill_gstring, Fget_font_glyphs): Fix compilation warnings.
|
2008-02-06 |
Glenn Morris |
Update copyright years.
|
2008-02-06 |
Stefan Monnier |
(check_gstring): Use them and AREF to access the vector before
|
2008-01-28 |
Kenichi Handa |
(font_find_for_lface): Fix previous change. Be sure to
|
2008-01-28 |
Kenichi Handa |
(font_find_for_lface): Check if the character C is
|
2008-01-25 |
Kenichi Handa |
(font_load_for_face): Handle the case that the font in
|
2008-01-14 |
Kenichi Handa |
*** empty log message ***
|
2008-01-07 |
Kenichi Handa |
(Ffont_shape_text): Fix setting of `to' field of glyphs.
|
2008-01-07 |
Kenichi Handa |
(Ffont_shape_text): If the font driver doesn't have a
|
2007-12-25 |
Kenichi Handa |
(Ffont_fill_gstring): Stop filling when a character not
|
2007-12-21 |
Kenichi Handa |
(Ffont_shape_text): Avoid unnecessary composition.
|
2007-12-20 |
Jason Rumney |
(font_parse_fcname): Default weight and slant to normal.
|
2007-12-18 |
Kenichi Handa |
(font_prepare_cache, font_finish_cache, font_get_cache): New
|
2007-12-18 |
Kenichi Handa |
(Ffont_get): Fix arguments to Fassoc.
|
2007-12-14 |
Kenichi Handa |
(font_at): Handle the case that the arg C is negative.
|
2007-12-06 |
Kenichi Handa |
(Ffont_shape_text): Fix the return value.
|
2007-12-03 |
Kenichi Handa |
(font_gstring_produce): Delete it.
|
2007-12-03 |
Kenichi Handa |
(font_unparse_xlfd): If pixel_size is zero, make the
|
2007-12-01 |
Kenichi Handa |
* font.c [HAVE_M17N_FLT]: Include <m17n-flt.h>.
|
2007-11-23 |
Jason Rumney |
(Qfontp): Remove unused symbol.
|
2007-11-19 |
Kenichi Handa |
(font_update_drivers): Call driver->start_for_frame and
|
2007-11-05 |
Kenichi Handa |
(font_prop_validate_symbol): The argument prop_index is
|
2007-07-26 |
Kenichi Handa |
(Ffontp): Fix docstring.
|
2007-06-02 |
Jason Rumney |
(font_pixel_size): Reverse assq_no_quit args.
|
2007-05-31 |
Jason Rumney |
(font_put_extra): Expose externally.
|
2007-05-31 |
Jason Rumney |
(Ffont_get): Use font driver to determine otf capability.
|
2007-05-31 |
Jason Rumney |
(Ffont_get): Use font driver to determine otf capability.
|
2007-04-26 |
Kenichi Handa |
(check_otf_features): Define it regardless of
|
2007-04-25 |
Kenichi Handa |
(struct otf_list): Delete it.
|
2007-04-24 |
Kenichi Handa |
(font_at): If the window W is not on a window system,
|
2006-11-29 |
Kenichi Handa |
(font_parse_xlfd): Fix the array size of `f'.
|
2006-11-24 |
Kenichi Handa |
(Qopentype): New variable.
|
2006-10-27 |
Kenichi Handa |
(font_unparse_fcname): Pay attention to the case that
|
2006-10-23 |
Kenichi Handa |
(font_unparse_fcname): Pay attention to the case that
|
2006-10-17 |
Kenichi Handa |
(Qunicode_sip): New variable.
|
2006-08-21 |
Kenichi Handa |
*** empty log message ***
|
2006-08-01 |
Kenichi Handa |
(font_parse_fcname): Don't change :name property of FONT.
|
2006-07-28 |
Kenichi Handa |
(font_otf_capability): Fix handling of the default
|
2006-07-26 |
Kenichi Handa |
(font_unparse_fcname): Fix typo (swidth->width).
|
2006-07-24 |
Kenichi Handa |
Include window.h.
|
2006-07-14 |
Kenichi Handa |
(font_merge_old_spec): Treat '*' in foundry as a wild
|
2006-07-03 |
Kenichi Handa |
(font_find_for_lface): Code optimized.
|
2006-06-28 |
Kenichi Handa |
(QCscalable, Qc, Qm, Qp, Qd): New variables.
|
2006-06-21 |
Kenichi Handa |
(font_parse_xlfd): Fix generating of CHARSET_REGISTRY field.
|
2006-06-19 |
Kenichi Handa |
(font_parse_fcname): Fix previous change.
|
2006-06-19 |
Kenichi Handa |
(POINT_TO_PIXEL): Don't divice POINT by 10.
|
2006-06-19 |
Kenichi Handa |
(font_parse_fcname): Fix parsing of point-size.
|
2006-06-16 |
Kenichi Handa |
(XLFD_SMALLNUM_MASK): Delete this macro.
|
2006-06-14 |
Kenichi Handa |
(enum xlfd_field_index): Rename XLFD_XXX_SIZE_INDEX to
|
2006-06-09 |
Kenichi Handa |
(font_find_for_lface): Fix previous change.
|
2006-06-09 |
Kenichi Handa |
* font.c (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Moved from
|
2006-06-07 |
Miles Bader |
Add arch tagline
|