aboutsummaryrefslogtreecommitdiffstats
path: root/src/font.c
Commit message (Expand)AuthorAgeFilesLines
* * font.c (syms_of_font): Make the style table vars read-only.Stefan Monnier2010-04-201-0/+8
* Addendum to last patch: add "Medium" GTK font name keyword.Chong Yidong2010-02-261-0/+6
* Recognize more keywords in GTK font names (Bug#5646).Chong Yidong2010-02-261-0/+18
* font.c (font_parse_xlfd): If FONT is a font-entity and pixel size in NAME is ...Kenichi Handa2010-01-311-0/+2
* Add 2010 to copyright years.Glenn Morris2010-01-131-2/+2
* Fix slowdown and wrong font choosed by XSETTINGS changes. bug #5157.Jan Djärv2010-01-061-10/+13
* Fixing user-spec for fonts instead of using name.Jan Djärv2010-01-061-5/+9
* (Fclear_font_cache): Pass correct cache argument toAndreas Schwab2009-12-191-3/+3
* Fix a comment and delete trailing whitespace.Chong Yidong2009-12-051-8/+8
* (font_load_for_lface, font_open_by_name): Don't store nameYAMAMOTO Mitsuharu2009-12-011-3/+7
* (font_open_entity): Don't use ASET if font_object is Qnil.YAMAMOTO Mitsuharu2009-11-241-1/+2
* Set Xft defaults if no XSETTING is found, better default for Gtk+ font dialog.Jan Djärv2009-11-231-8/+14
* * character.h (STRING_CHAR, STRING_CHAR_AND_LENGTH): RemoveAndreas Schwab2009-11-211-1/+1
* Handle system default font and changing font parameters.Jan Djärv2009-11-171-8/+32
* * 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