| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | Merge changes from emacs-23 branch. | Juanma Barranquero | 2010-10-19 | 1 | -0/+21 |
|\ \
| |/ |
|
| * | Fix incorrect font metrics when the same font is opened with different pixels... | Kenichi Handa | 2010-10-15 | 1 | -0/+21 |
| * | Check FC_DUAL too. For such fonts, check width one by one (Bug#4129). | Naohiro Aota | 2010-06-30 | 1 | -1/+1 |
* | | Remove extern declarations in .c files, .h files have them. | Dan Nicolaescu | 2010-08-05 | 1 | -6/+0 |
* | | Convert (most) functions in src to standard C. | Dan Nicolaescu | 2010-07-04 | 1 | -54/+17 |
* | | Remove __P and P_ from .c and .m files and definition of P_ | Jan D | 2010-07-02 | 1 | -17/+17 |
* | | Check FC_DUAL too. For such fonts, check width one by one. | Kenichi Handa | 2010-06-30 | 1 | -1/+1 |
|/ |
|
* | Add 2010 to copyright years. | Glenn Morris | 2010-01-13 | 1 | -2/+2 |
* | Fix slowdown and wrong font choosed by XSETTINGS changes. bug #5157. | Jan Djärv | 2010-01-06 | 1 | -42/+101 |
* | xftfont.c: Parse symbolic names for constants also. | Jan Djärv | 2009-12-13 | 1 | -3/+19 |
* | (struct xftfont_info): New member matrix. | Kenichi Handa | 2009-12-12 | 1 | -1/+13 |
* | Don't crash if an X terminal is deleted with force == t. | Jan Djärv | 2009-11-27 | 1 | -1/+6 |
* | * xftfont.c (xftfont_fix_match): Older versions of fontconfig does | Jan Djärv | 2009-11-17 | 1 | -2/+3 |
* | #ifdef on FC_LCD_FILTER. | Jan Djärv | 2009-11-17 | 1 | -0/+3 |
* | Handle system default font and changing font parameters. | Jan Djärv | 2009-11-17 | 1 | -1/+53 |
* | * alloc.c: Do not define struct catchtag. | Dan Nicolaescu | 2009-10-19 | 1 | -0/+1 |
* | (xftfont_open): Fix typo: FC_RGBA->FC_HINT_STYLE. | Kenichi Handa | 2009-07-10 | 1 | -4/+3 |
* | * xftfont.c (xftfont_open): Avoid passing NULL argument to | Chong Yidong | 2009-06-30 | 1 | -4/+5 |
* | (xftfont_open): Make sure that Xrender extension is added | YAMAMOTO Mitsuharu | 2009-05-11 | 1 | -0/+10 |
* | (xftfont_has_char): Special handling of `ja' and `ko' adstyle. | Kenichi Handa | 2009-04-16 | 1 | -0/+12 |
* | (xftfont_open): Fix setting font->underline_thickness. | Kenichi Handa | 2009-04-06 | 1 | -1/+1 |
* | Remove spurious semicolons. | Juanma Barranquero | 2009-02-11 | 1 | -6/+6 |
* | (xftfont_has_char): New function. | Kenichi Handa | 2009-01-29 | 1 | -0/+17 |
* | (struct xftfont_info): New member `index'. | Kenichi Handa | 2009-01-27 | 1 | -1/+2 |
* | Add 2009 to copyright years. | Glenn Morris | 2009-01-08 | 1 | -2/+2 |
* | (xftfont_open): Genarate a multibyte string if give names are utf-8. | Kenichi Handa | 2008-12-19 | 1 | -2/+2 |
* | (xftfont_open): Free Xft font pattern if XftFontOpenPattern fails. | Chong Yidong | 2008-12-15 | 1 | -1/+4 |
* | (syms_of_xftfont): Fix typo. | Chong Yidong | 2008-12-09 | 1 | -1/+1 |
* | (struct xftfont_info): New member ft_size. Make the | Kenichi Handa | 2008-07-09 | 1 | -85/+36 |
* | (xftfont_open): Don't call FcConfigSubstitute and | Kenichi Handa | 2008-06-30 | 1 | -5/+4 |
* | (xftfont_open): Handle QCembolden only when FC_EMBOLDEN is defined. | Kenichi Handa | 2008-06-21 | 1 | -0/+2 |
* | (xftfont_open): Add FOUNDRY, SPACING, DPI, SCALABLE to the pattern. | Kenichi Handa | 2008-06-20 | 1 | -0/+17 |
* | (QChinting , QCautohint, QChintstyle, QCrgba) | Kenichi Handa | 2008-06-19 | 1 | -8/+53 |
* | (xftfont_open): Delete unused variable. If | Kenichi Handa | 2008-05-25 | 1 | -1/+3 |
* | (xftfont_open): Ajusted for the change of extra info | Kenichi Handa | 2008-05-19 | 1 | -21/+12 |
* | Switch to recommended form of GPLv3 permissions notice. | Glenn Morris | 2008-05-14 | 1 | -6/+4 |
* | (xftfont_list): Adjusted for the change of `list' | Kenichi Handa | 2008-05-14 | 1 | -119/+80 |
* | (xftfont_draw): Pay attention to s->padding_p. | Kenichi Handa | 2008-02-25 | 1 | -2/+7 |
* | (xftfont_default_fid): Delete it. | Kenichi Handa | 2008-02-17 | 1 | -27/+1 |
* | Update copyright years and GPL version. | Glenn Morris | 2008-02-06 | 1 | -3/+3 |
* | (xftfont_encode_char): Use the macro FONT_INVALID_CODE. | Kenichi Handa | 2007-12-25 | 1 | -1/+1 |
* | (xftfont_start_for_frame): Delete prototype. | Kenichi Handa | 2007-12-18 | 1 | -1/+0 |
* | (struct xftfont_info): Delete the member ft_face. | Kenichi Handa | 2007-12-10 | 1 | -16/+26 |
* | *** empty log message *** | Kenichi Handa | 2007-12-03 | 1 | -2/+2 |
* | Include "ftfont.h". | Kenichi Handa | 2007-12-01 | 1 | -2/+53 |
* | (struct xftface_info): Delete the member xft_draw. | Kenichi Handa | 2007-11-19 | 1 | -21/+42 |
* | (xftfont_draw): Adjusted for the change of struct | Kenichi Handa | 2007-09-13 | 1 | -8/+5 |
* | (xftfont_draw): If s->font_info != s->face->font_info, | Kenichi Handa | 2007-08-22 | 1 | -6/+19 |
* | (xftfont_open): If one of font's ASCII glyph has | Kenichi Handa | 2007-06-20 | 1 | -16/+23 |
* | (xftfont_open): Call FcConfigSubstitute. | Kenichi Handa | 2006-12-06 | 1 | -0/+4 |