aboutsummaryrefslogtreecommitdiffstats
path: root/src/xftfont.c
Commit message (Expand)AuthorAgeFilesLines
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
* xftfont.c (xftfont_draw): Use the font metrics of s->font to fill background ...Kenichi Handa2011-12-151-1/+1
* * xftfont.c (xftfont_open): Rename locals to avoid shadowing.Paul Eggert2011-03-181-6/+6
* * xftfont.c (xftfont_shape): Now static, and defined only if needed.Paul Eggert2011-03-181-1/+3
* Port to Solaris 10, which doesn't support FC_HINT_STYLE.Paul Eggert2011-02-111-3/+5
* Merge from emacs-23; up to 2010-05-26T14:19:[email protected].Glenn Morris2011-02-051-1/+5
|\
| * Use FC_DUAL only when it is defined.Kenichi Handa2011-02-021-1/+5
* | Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-1/+1
* | Nuke arch-tags.Glenn Morris2011-01-151-2/+0
* | Merge from emacs-23Stefan Monnier2011-01-141-2/+2
|\|
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-2/+2
* | Merge changes from emacs-23 branch.Juanma Barranquero2010-10-191-0/+21
|\|
| * Fix incorrect font metrics when the same font is opened with different pixels...Kenichi Handa2010-10-151-0/+21
| * Check FC_DUAL too. For such fonts, check width one by one (Bug#4129).Naohiro Aota2010-06-301-1/+1
* | Remove extern declarations in .c files, .h files have them.Dan Nicolaescu2010-08-051-6/+0
* | Convert (most) functions in src to standard C.Dan Nicolaescu2010-07-041-54/+17
* | Remove __P and P_ from .c and .m files and definition of P_Jan D2010-07-021-17/+17
* | Check FC_DUAL too. For such fonts, check width one by one.Kenichi Handa2010-06-301-1/+1
|/
* 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-42/+101
* xftfont.c: Parse symbolic names for constants also.Jan Djärv2009-12-131-3/+19
* (struct xftfont_info): New member matrix.Kenichi Handa2009-12-121-1/+13
* Don't crash if an X terminal is deleted with force == t.Jan Djärv2009-11-271-1/+6
* * xftfont.c (xftfont_fix_match): Older versions of fontconfig doesJan Djärv2009-11-171-2/+3
* #ifdef on FC_LCD_FILTER.Jan Djärv2009-11-171-0/+3
* Handle system default font and changing font parameters.Jan Djärv2009-11-171-1/+53
* * alloc.c: Do not define struct catchtag.Dan Nicolaescu2009-10-191-0/+1
* (xftfont_open): Fix typo: FC_RGBA->FC_HINT_STYLE.Kenichi Handa2009-07-101-4/+3
* * xftfont.c (xftfont_open): Avoid passing NULL argument toChong Yidong2009-06-301-4/+5
* (xftfont_open): Make sure that Xrender extension is addedYAMAMOTO Mitsuharu2009-05-111-0/+10
* (xftfont_has_char): Special handling of `ja' and `ko' adstyle.Kenichi Handa2009-04-161-0/+12
* (xftfont_open): Fix setting font->underline_thickness.Kenichi Handa2009-04-061-1/+1
* Remove spurious semicolons.Juanma Barranquero2009-02-111-6/+6
* (xftfont_has_char): New function.Kenichi Handa2009-01-291-0/+17
* (struct xftfont_info): New member `index'.Kenichi Handa2009-01-271-1/+2
* Add 2009 to copyright years.Glenn Morris2009-01-081-2/+2
* (xftfont_open): Genarate a multibyte string if give names are utf-8.Kenichi Handa2008-12-191-2/+2
* (xftfont_open): Free Xft font pattern if XftFontOpenPattern fails.Chong Yidong2008-12-151-1/+4
* (syms_of_xftfont): Fix typo.Chong Yidong2008-12-091-1/+1
* (struct xftfont_info): New member ft_size. Make theKenichi Handa2008-07-091-85/+36
* (xftfont_open): Don't call FcConfigSubstitute andKenichi Handa2008-06-301-5/+4
* (xftfont_open): Handle QCembolden only when FC_EMBOLDEN is defined.Kenichi Handa2008-06-211-0/+2
* (xftfont_open): Add FOUNDRY, SPACING, DPI, SCALABLE to the pattern.Kenichi Handa2008-06-201-0/+17
* (QChinting , QCautohint, QChintstyle, QCrgba)Kenichi Handa2008-06-191-8/+53
* (xftfont_open): Delete unused variable. IfKenichi Handa2008-05-251-1/+3
* (xftfont_open): Ajusted for the change of extra infoKenichi Handa2008-05-191-21/+12
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-141-6/+4
* (xftfont_list): Adjusted for the change of `list'Kenichi Handa2008-05-141-119/+80
* (xftfont_draw): Pay attention to s->padding_p.Kenichi Handa2008-02-251-2/+7
* (xftfont_default_fid): Delete it.Kenichi Handa2008-02-171-27/+1