aboutsummaryrefslogtreecommitdiffstats
path: root/src/font.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* * xterm.c (syms_of_xterm):Dan Nicolaescu2009-11-061-1/+1
* * process.c (socket_options): Make it const.Dan Nicolaescu2009-11-061-5/+4
* * alloc.c: Do not define struct catchtag.Dan Nicolaescu2009-10-191-0/+1
* (font_unparse_xlfd, font_unparse_fcname): Use long format in printf, and cast...Adrian Robert2009-10-131-6/+7
* * font.c (DEFAULT_ENCODING) [HAVE_NS]: Remove special case.Adrian Robert2009-09-231-4/+0
* Update comment for HAVE_NS code in font_find_for_lface().Adrian Robert2009-09-181-0/+1
* (font_parse_xlfd): Check DPI and AVGWIDTH properties more rigidly.Kenichi Handa2009-07-281-3/+8
* (font_vconcat_entity_vectors): New function.Kenichi Handa2009-07-141-98/+166
* (font_sort_entities, font_list_entities)Kenichi Handa2009-06-231-12/+14
* (font_parse_family_registry): Fix for one-char foundry.Kenichi Handa2009-06-101-2/+2
* (font_sort_entities): Renamed from font_sort_entites.Kenichi Handa2009-05-191-4/+4
* (font_find_for_lface): Copy SPEC's FONT_TYPE too.Kenichi Handa2009-05-181-0/+1
* (Ffont_spec): Check arguments.Kenichi Handa2009-05-151-1/+6
* (font_update_drivers): Sanity fallback to avoid disabling all drivers.Stefan Monnier2009-05-061-0/+17
* * xfaces.c (face_at_buffer_position): New arg base_face_id.Chong Yidong2009-04-301-2/+3
* (font_score): Check AVGWIDTH too.Kenichi Handa2009-04-211-0/+3
* (font_load_for_lface): Cancel previous change.Kenichi Handa2009-04-211-2/+1
* (font_put_frame_data): Use xfree instead of free.Andreas Schwab2009-04-181-1/+1
* * font.c (Qja, Qko): Move definitions here from ftfont.c.Chong Yidong2009-04-171-0/+6
* (font_sort_entites): Change the meaning of the argKenichi Handa2009-04-161-40/+13
* (Ffont_info): Fix docstring. Fix the second element ofKenichi Handa2009-04-141-4/+4
* (font_delete_unmatched): Preserve the order of listKenichi Handa2009-04-131-2/+9
* (font_put_extra): If VAL is nil, delete the slot for PROPKenichi Handa2009-04-091-1/+12
* (find_font_encoding): Return Qnil for unsupported encoding.Kenichi Handa2009-03-241-2/+1
* (font_open_by_spec): New function.Kenichi Handa2009-03-111-9/+23
* (font_select_entity): New function.Kenichi Handa2009-03-051-63/+75
* (font_style_to_value): Set value for unknown symbols toChong Yidong2009-02-271-5/+5
* (Qfont_spec, Qfont_entity, Qfont_object): DefinitionsChong Yidong2009-02-211-6/+0
* (Ffont_spec): Fix typo.Kenichi Handa2009-02-181-1/+1
* (font_check_otf_features): Fix handling of `nil' element.Kenichi Handa2009-02-181-3/+30
* Remove spurious semicolons.Juanma Barranquero2009-02-111-1/+1
* (Ffont_spec): Docstring modified.Kenichi Handa2009-02-051-1/+2
* (font_parse_xlfd): Handle patterns of length < 2.Chong Yidong2009-01-241-2/+2
* (font_spec_from_name): Return Qnil if font name could not be parsed.Chong Yidong2009-01-191-5/+11
* (Ffont_variation_glyphs): Silence compiler.Glenn Morris2009-01-161-1/+3
* (font_clear_prop): If clearing the family, clear the font width indexChong Yidong2009-01-131-1/+7
* (Ffont_family_list): Return a list of strings, not symbols.Chong Yidong2009-01-091-10/+5
* (font_open_for_lface): Handle unspecified height attribute.Chong Yidong2009-01-081-1/+12
* Add 2009 to copyright years.Glenn Morris2009-01-081-2/+2
* (font_range): Don't require a font for a variationKenichi Handa2008-12-301-0/+44
* (font_intern_prop): Validate str as multibyte.Kenichi Handa2008-12-301-3/+15
* (font_open_entity): Fix previous change.Kenichi Handa2008-12-161-3/+5
* (font_update_drivers): Fix mistake in reconstructing the driver list.Chong Yidong2008-12-161-8/+8
* (free_font_driver_list): Implement missing function.Chong Yidong2008-12-131-0/+14
* (font_rescale_ratio): Moved from xfaces.c. ArgumentKenichi Handa2008-12-131-2/+41
* * font.c (Ffont_spec): Move usage to end of docstring.Juanma Barranquero2008-12-101-7/+7
* (font_at): Set `multibyte' at first.Kenichi Handa2008-12-031-1/+3
* Handle fonts with corrupted size specs, i.e. non-int and non-float.Chong Yidong2008-12-031-2/+5
* (Fopen_font): Compute pixel size correctly.Chong Yidong2008-12-031-1/+1
* (font_unparse_fcname): Fix use of uninitialized variable.Andreas Schwab2008-12-021-2/+1