summaryrefslogtreecommitdiff
path: root/src/xftfont.c
Commit message (Expand)AuthorAge
* Merge from origin/emacs-29Eli Zaretskii2023-01-01
|\
| * ; Add 2023 to copyright years.Eli Zaretskii2023-01-01
* | Speed up handling X selection requestsPo Lu2022-12-01
|/
* Whitelist some incorrectly labeled "color" fonts under XftPo Lu2022-05-19
* Clean up X11 double buffering codePo Lu2022-05-03
* Correctly allocate colors in xftfontPo Lu2022-02-10
* Improve portability of alpha channel handling on TrueColor visualsPo Lu2022-01-31
* Make cursor alpha consistent with a transparent backgroundPo Lu2022-01-31
* Implement `alpha-background' on non-Cairo buildsPo Lu2022-01-31
* Add some code for transparent frame backgrounds without CairoPo Lu2022-01-24
* ; Add 2022 to copyright years.Eli Zaretskii2022-01-01
* Fix compilation of xftfont.c with old fontconfigEli Zaretskii2021-07-25
* Update copyright year to 2021Paul Eggert2021-01-01
* Update copyright year to 2020Paul Eggert2020-01-01
* Fix typo in populating otf_capability method for HarfBuzzYAMAMOTO Mitsuharu2019-12-03
* Handle FC_CHARCELL in xftfont_openLars Ingebrigtsen2019-11-17
* 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
* Implement the otf_capability method for HarfBuzzYAMAMOTO Mitsuharu2019-07-01
* 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
* | Add new font backend drivers for text shaping by HarfBuzzYAMAMOTO Mitsuharu2019-05-05
* | Merge branch 'master' into harfbuzzYAMAMOTO Mitsuharu2019-04-27
|\|
| * Unify three font info structuresRobert Pluim2019-02-08
| * Add portable dumperDaniel Colascione2019-01-15
| * 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
* | | Unify three font info structuresRobert Pluim2019-02-08
* | | Provide text directionality and language to HarfBuzz shaperEli Zaretskii2018-12-29
* | | Properly fix building with HarfBuzz and without libotfKhaled Hosny2018-12-22
* | | More fixes for build without libotfMike Kupfer2018-12-17
* | | Cache hb_font_tKhaled Hosny2018-12-10
* | | First attempt at HarfBuzz shapingKhaled Hosny2018-12-10
|/ /
* | More macro renamings for bignumTom Tromey2018-08-07
* | Rename integerp->fixnum, etc, in preparation for bignumsTom Tromey2018-07-12
|/
* Update copyright year to 2018Paul Eggert2018-01-01
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-13
* Merge from origin/emacs-25Paul Eggert2017-01-01
|\
| * Update copyright year to 2017Paul Eggert2016-12-31
* | Use C99 syntax for font driversPaul Eggert2016-12-12
* | Make struct font_drivers read-onlyPaul Eggert2016-12-01