aboutsummaryrefslogtreecommitdiffstats
path: root/src/font.c
Commit message (Expand)AuthorAgeFilesLines
* Do not include stdlib.h and string.h, config.h does it.Dan Nicolaescu2010-10-011-1/+0
* Fix some more uses of int instead of EMACS_INT.Eli Zaretskii2010-09-231-1/+1
* Fix -Wwrite_strings in general and for Gtk+ specific code.Jan D2010-08-111-1/+1
* Remove incorrect const use.Dan Nicolaescu2010-08-091-6/+6
* Use const char* instead of char*.Dan Nicolaescu2010-08-091-4/+4
* Use const char* instead of char*.Dan Nicolaescu2010-08-081-8/+8
* Remove extern declarations in .c files, .h files have them.Dan Nicolaescu2010-08-051-24/+1
* Use const, move declarations to header files.Dan Nicolaescu2010-07-261-6/+0
* merge trunkKenichi Handa2010-07-261-33/+0
|\
| * Remove unused static functions.Juanma Barranquero2010-07-231-33/+0
* | font.c (Ffont_shape_gstring): Terminate GSTRING by nil if the number of glyph...Kenichi Handa2010-07-261-0/+2
|/
* Do not record a font-entity in the property of font-object.Kenichi Handa2010-07-141-13/+4
* merge trunkKenichi Handa2010-07-121-3/+3
|\
| * Use strchr, strrchr instead of index, rindexAndreas Schwab2010-07-111-3/+3
* | merge trunkKenichi Handa2010-07-091-50/+25
|\|
| * Convert DEFUNs to standard C.Dan Nicolaescu2010-07-081-50/+24
* | merge trunkKenichi Handa2010-07-081-235/+102
|\|
| * Convert (most) functions in src to standard C.Dan Nicolaescu2010-07-041-211/+78
| * Remove __P and P_ from .c and .m files and definition of P_Jan D2010-07-021-32/+32
* | Make font-get to get :otf value dynamically from a font-object.Kenichi Handa2010-07-081-38/+162
|/
* * font.c (font_parse_fcname): Allow . for sizes like 7.5 (bug#6437).Jan Djärv2010-06-221-1/+1
* Handle face-ignored-fontsKenichi Handa2010-05-281-2/+35
* font.c (font_range): Return the range for the font found at first.Kenichi Handa2010-05-141-36/+7
* * 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