summaryrefslogtreecommitdiff
path: root/src/ftfont.c
Commit message (Expand)AuthorAgeFilesLines
* Use bitmap strikes as fallbacks for ftcr font backendYAMAMOTO Mitsuharu2019-04-201-5/+39
* Unify three font info structuresRobert Pluim2019-02-081-34/+25
* Add portable dumperDaniel Colascione2019-01-151-0/+10
* Use shortcuts for FlengthPaul Eggert2019-01-091-5/+3
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | Merge from origin/emacs-26Glenn Morris2018-12-151-2/+3
|\ \ | |/
| * Document font structure layout constraintsRobert Pluim2018-12-141-2/+3
| * ; * src/ftfont.c (ftfont_spec_pattern): Fix whitespace.Eli Zaretskii2018-06-051-1/+1
| * Port FC_COLOR change to older fontconfigPaul Eggert2018-06-051-1/+1
| * Ignore color fonts when using XftRobert Pluim2018-06-051-0/+7
* | More macro renamings for bignumTom Tromey2018-08-071-15/+15
* | Rename integerp->fixnum, etc, in preparation for bignumsTom Tromey2018-07-121-25/+25
* | Avoid allocating a Lisp_Save_Value in ftfont.cPaul Eggert2018-06-141-14/+12
* | Fix ftfont_open2 failure cleanupPaul Eggert2018-06-071-2/+5
* | Improve GC+Cairo workaroundPaul Eggert2018-04-041-8/+1
* | ; * src/ftfont.c (ftfont_spec_pattern): Fix whitespace.Eli Zaretskii2018-04-031-1/+1
* | Work around GC+Cairo bugPaul Eggert2018-04-031-0/+6
* | Port FC_COLOR change to older fontconfigPaul Eggert2018-04-031-1/+1
* | Ignore color fonts when using XftRobert Pluim2018-04-031-0/+7
|/
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Avoid abort in ftfont.c due to faulty fontsWerner LEMBERG2017-04-111-1/+2
* Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\
| * Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* | Use C99 syntax for font driversPaul Eggert2016-12-121-17/+17
* | Make struct font_drivers read-onlyPaul Eggert2016-12-011-99/+45
* | * src/lisp.h (LISP_INITIALLY_ZERO): Remove.Paul Eggert2016-12-011-2/+1
* | New C macro AUTO_STRING_WITH_LENPaul Eggert2016-04-041-3/+2
|/
* * src/ftfont.c (ftfont_shape_by_flt): Parenthesize as per GNU style.Paul Eggert2016-03-251-2/+2
* Fix display of Indic scriptsK. Handa2016-03-251-1/+6
* Rework C source files to avoid ^(Paul Eggert2016-03-101-2/+2
* Backport:fix previous change of src/ftfont.c (ftfont_shape_by_flt)K. Handa2016-01-261-4/+6
* support rendering of wider range of combinging characters by ftfont backendK. Handa2016-01-261-5/+25
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Spruce up ftfont.c memory allocationPaul Eggert2015-11-131-56/+50
* Use INT_ADD_WRAPV etc. to check integer overflowPaul Eggert2015-11-081-8/+10
* Include-file cleanup for src directoryPaul Eggert2015-10-201-4/+0
* fix for the case that M17N_FLT_USE_NEW_FEATURE is not definedK. Handa2015-09-021-33/+35
* Fix typoK. Handa2015-09-021-2/+2
* fix previous changeK. Handa2015-09-021-0/+8
* Use the new type MFLTGlyphFT for MFLTGlyphString.glyphs.K. Handa2015-09-011-131/+208
* * src/ftfont.c (ftfont_close): Add comment re Bug#20890.Paul Eggert2015-07-261-0/+4
* * src/ftfont.c (ftfont_open2): Round divisions by upEM.YAMAMOTO Mitsuharu2015-06-051-7/+9
* Remove unused DEFSYMsPaul Eggert2015-05-311-1/+0
* Merge branch 'master' into cairoJan D2015-04-031-1/+0
|\
| * Prefer 'Qfoo' to 'intern ("foo")'Paul Eggert2015-02-211-1/+0
* | Add cairo drawing.Jan D2015-02-111-5/+21
|/
* Count MANY function args more reliablyPaul Eggert2015-01-251-7/+1
* Prefer INLINE functions in font.h to match style used in lisp.hDmitry Antipov2015-01-161-6/+3