aboutsummaryrefslogtreecommitdiffstats
path: root/src/ftfont.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* | | Unify three font info structuresRobert Pluim2019-02-081-37/+26
* | | Always set explicit HarfBuzz buffer directionKhaled Hosny2019-01-051-8/+9
* | | Provide text directionality and language to HarfBuzz shaperEli Zaretskii2018-12-291-9/+32
* | | Clarify one FIXME a bitKhaled Hosny2018-12-241-2/+2
* | | Cache HarfBuzz bufferKhaled Hosny2018-12-241-11/+13
* | | Remove one more FIXMEKhaled Hosny2018-12-241-2/+2
* | | Replace another FIXME with a TODO and expanded commentKhaled Hosny2018-12-221-1/+2
* | | Replace a FIXME with an expanded commentKhaled Hosny2018-12-221-3/+4
* | | Subclass default HarfBuzz Unicode functionsKhaled Hosny2018-12-221-33/+14
* | | Fix previous commitKhaled Hosny2018-12-221-0/+3
* | | Properly fix building with HarfBuzz and without libotfKhaled Hosny2018-12-221-8/+7
* | | Fix one last compilation warning in ftfont.cEli Zaretskii2018-12-181-3/+3
* | | Condition some more hb_* functions on HAVE_LIBOTF.Eli Zaretskii2018-12-181-2/+1
* | | Avoid compilation warning in ftfont.cEli Zaretskii2018-12-171-0/+2
* | | Fix compilation errors when building without libotfEli Zaretskii2018-12-171-3/+3
* | | Assume hb_ft_font_create_referenced if HarfBuzzPaul Eggert2018-12-141-15/+0
* | | Simplify mainline Harfbuzz-using codePaul Eggert2018-12-131-13/+12
* | | Fix uni_combining()Khaled Hosny2018-12-101-10/+8
* | | WIP: implement some Unicode callback functionsKhaled Hosny2018-12-101-0/+149
* | | Set cluster level to oneKhaled Hosny2018-12-101-0/+1
* | | Cache hb_font_tKhaled Hosny2018-12-101-20/+45
* | | Allow turning HarfBuzz off at run timeKhaled Hosny2018-12-101-7/+12
* | | First attempt at HarfBuzz shapingKhaled Hosny2018-12-101-31/+186
|/ /
* | 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