summaryrefslogtreecommitdiff
path: root/src/xftfont.c
Commit message (Expand)AuthorAgeFilesLines
* Rename font_driver member close -> close_fontMattias EngdegÄrd2019-07-091-1/+1
* Rename font_driver member open -> open_fontMattias EngdegÄrd2019-07-091-1/+1
* Avoid some unnecessary stdio.h includesPaul Eggert2019-07-081-1/+0
* Implement the otf_capability method for HarfBuzzYAMAMOTO Mitsuharu2019-07-011-0/+1
* Support font driver supersessionYAMAMOTO Mitsuharu2019-06-181-0/+1
* Implement the get_variation_glyphs method for FreeType >= 2.3.6YAMAMOTO Mitsuharu2019-06-021-1/+1
* Revert previous commitYAMAMOTO Mitsuharu2019-06-021-1/+1
* Make fthbfont and derivatives use common HarfBuzz code in hbfont.cYAMAMOTO Mitsuharu2019-06-021-1/+1
* Make fthbfont and derivatives use common HarfBuzz code in hbfont.cYAMAMOTO Mitsuharu2019-06-021-2/+2
* Merge branch 'master' into harfbuzzYAMAMOTO Mitsuharu2019-05-231-150/+6
|\
| * Make Cairo build obey hint-style font setting (Bug#35781)YAMAMOTO Mitsuharu2019-05-231-147/+4
| * Replace XChar2b with unsigned in all font backendsAlexander Gramiak2019-05-191-3/+2
* | Add new font backend drivers for text shaping by HarfBuzzYAMAMOTO Mitsuharu2019-05-051-13/+63
* | Merge branch 'master' into harfbuzzYAMAMOTO Mitsuharu2019-04-271-2/+9
|\ \ | |/
| * Unify three font info structuresRobert Pluim2019-02-081-34/+11
| * Add portable dumperDaniel Colascione2019-01-151-1/+8
| * 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/+4
| |\ \ | | |/
| | * Document font structure layout constraintsRobert Pluim2018-12-141-2/+4
* | | Unify three font info structuresRobert Pluim2019-02-081-35/+11
* | | Provide text directionality and language to HarfBuzz shaperEli Zaretskii2018-12-291-2/+2
* | | Properly fix building with HarfBuzz and without libotfKhaled Hosny2018-12-221-2/+2
* | | More fixes for build without libotfMike Kupfer2018-12-171-2/+2
* | | Cache hb_font_tKhaled Hosny2018-12-101-0/+13
* | | First attempt at HarfBuzz shapingKhaled Hosny2018-12-101-2/+2
|/ /
* | More macro renamings for bignumTom Tromey2018-08-071-10/+10
* | Rename integerp->fixnum, etc, in preparation for bignumsTom Tromey2018-07-121-5/+5
|/
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* 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-23/+23
* | Make struct font_drivers read-onlyPaul Eggert2016-12-011-35/+44
* | Add double-buffering support to reduce flickerDaniel Colascione2016-10-281-8/+23
|/
* Provide workaround for xftfont rendering problemEli Zaretskii2016-05-221-0/+24
* Rework C source files to avoid ^(Paul Eggert2016-03-101-2/+2
* Remove unneeded workaround in xftfont.cEli Zaretskii2016-02-251-10/+0
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Include-file cleanup for src directoryPaul Eggert2015-10-201-3/+0
* Reduce color allocation/query traffic in the TrueColor case.Ken Raeburn2015-10-081-2/+1
* Fix display of glyphless characters with problematic fontsEli Zaretskii2015-05-281-2/+20
* Use bool for boolean in xfont.c, xftfont.c, xgselect.cPaul Eggert2015-01-211-11/+11
* Prefer INLINE functions in font.h to match style used in lisp.hDmitry Antipov2015-01-161-4/+2
* Compute C decls for DEFSYMs automaticallyPaul Eggert2015-01-051-3/+0
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* One more minor cleanup of font subsystem.Dmitry Antipov2014-08-251-11/+9
* Next minor cleanup of font subsystem.Dmitry Antipov2014-07-091-2/+0
* * font.c (font_build_object) [HAVE_XFT || HAVE_FREETYPE || HAVE_NS]:Dmitry Antipov2014-07-081-13/+3
* Use convenient alists to manage per-frame font driver-specific data.Dmitry Antipov2014-07-031-4/+4