summaryrefslogtreecommitdiff
path: root/src/ftfont.c
Commit message (Expand)AuthorAge
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-01
* Whitelist some incorrectly labeled "color" fonts under XftPo Lu2022-05-19
* Skip virtual FcPattern entries for variable weight fontsSean Whitton2022-01-12
* Merge from origin/emacs-28Eli Zaretskii2022-01-01
|\
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-01
* | Add support for the Haiku operating system and its window systemPo Lu2021-11-20
* | Allow choosing regular-weighted fonts when medium-weighted existLars Ingebrigtsen2021-11-12
|/
* Fix problem with certain fonts in ftfont_shape_by_fltKenichi Handa2021-07-20
* Update copyright year to 2021Paul Eggert2021-01-01
* Omit "V" at the start of DEFVAR_BOOL varsPaul Eggert2020-08-25
* Prefer Fvector to make_uninit_vectorPaul Eggert2020-08-15
* Remove unused variable from ftfont.cIgor Saprykin2020-04-25
* Use correct registry name for windows-1251 charsetRobert Pluim2020-03-19
* Fix display of Big5 characters when using FontconfigEli Zaretskii2020-03-14
* Update copyright year to 2020Paul Eggert2020-01-01
* Ignore all color fonts when using XFTRobert Pluim2019-12-29
* Fix typo in populating otf_capability method for HarfBuzzYAMAMOTO Mitsuharu2019-12-03
* In Cairo builds, omit some unnecessary functionsPaul Eggert2019-11-14
* extern function cleanupPaul Eggert2019-08-24
* Rename font_driver member close -> close_fontMattias EngdegÄrd2019-07-09
* Rename font_driver member open -> open_fontMattias EngdegÄrd2019-07-09
* Avoid some unnecessary stdio.h includesPaul Eggert2019-07-08
* Add HarfBuzz fallbacks for libotf functions used in ftfont_listYAMAMOTO Mitsuharu2019-07-06
* Implement the otf_capability method for HarfBuzzYAMAMOTO Mitsuharu2019-07-01
* Fix negation in elements of OTF feature listYAMAMOTO Mitsuharu2019-06-30
* Support font driver supersessionYAMAMOTO Mitsuharu2019-06-18
* Implement the get_variation_glyphs method for FreeType >= 2.3.6YAMAMOTO Mitsuharu2019-06-02
* Revert previous commitYAMAMOTO Mitsuharu2019-06-02
* Make fthbfont and derivatives use common HarfBuzz code in hbfont.cYAMAMOTO Mitsuharu2019-06-02
* Make fthbfont and derivatives use common HarfBuzz code in hbfont.cYAMAMOTO Mitsuharu2019-06-02
* Merge branch 'master' into harfbuzzYAMAMOTO Mitsuharu2019-05-23
|\
| * Make Cairo build obey hint-style font setting (Bug#35781)YAMAMOTO Mitsuharu2019-05-23
| * Replace XChar2b with unsigned in all font backendsAlexander Gramiak2019-05-19
| * Avoid artifacts in ftx and ftcr font backend driversYAMAMOTO Mitsuharu2019-05-14
* | Fix last changes in src/ftfont.cYAMAMOTO Mitsuharu2019-05-05
* | Add new font backend drivers for text shaping by HarfBuzzYAMAMOTO Mitsuharu2019-05-05
* | Merge branch 'master' into harfbuzzYAMAMOTO Mitsuharu2019-04-27
|\|
| * Use bitmap strikes as fallbacks for ftcr font backendYAMAMOTO Mitsuharu2019-04-20
| * Unify three font info structuresRobert Pluim2019-02-08
| * Add portable dumperDaniel Colascione2019-01-15
| * Use shortcuts for FlengthPaul Eggert2019-01-09
| * Merge from origin/emacs-26Paul Eggert2018-12-31
| |\
| | * Update copyright year to 2019Paul Eggert2019-01-01
| * | Merge from origin/emacs-26Glenn Morris2018-12-15
| |\|
| | * Document font structure layout constraintsRobert Pluim2018-12-14
| | * ; * src/ftfont.c (ftfont_spec_pattern): Fix whitespace.Eli Zaretskii2018-06-05
| | * Port FC_COLOR change to older fontconfigPaul Eggert2018-06-05
| | * Ignore color fonts when using XftRobert Pluim2018-06-05
* | | Unify three font info structuresRobert Pluim2019-02-08
* | | Always set explicit HarfBuzz buffer directionKhaled Hosny2019-01-05