summaryrefslogtreecommitdiff
path: root/src/xftfont.c
AgeCommit message (Expand)Author
2026-05-09; Don't block/unblock input in text_extents methodsEli Zaretskii
2026-01-01; Add 2026 to copyright years.Sean Whitton
2025-02-01Merge branch 'scratch/no-purespace' into 'master'Stefan Kangas
2025-01-01Update copyright year to 2025Paul Eggert
2024-12-12Pure storage removal: Replace calls to removed functionsPip Cet
2024-01-02Merge from savannah/emacs-29Po Lu
2024-01-02; Add 2024 to copyright yearsPo Lu
2023-01-01Merge from origin/emacs-29Eli Zaretskii
2023-01-01; Add 2023 to copyright years.Eli Zaretskii
2022-12-01Speed up handling X selection requestsPo Lu
2022-05-19Whitelist some incorrectly labeled "color" fonts under XftPo Lu
2022-05-03Clean up X11 double buffering codePo Lu
2022-02-10Correctly allocate colors in xftfontPo Lu
2022-01-31Improve portability of alpha channel handling on TrueColor visualsPo Lu
2022-01-31Make cursor alpha consistent with a transparent backgroundPo Lu
2022-01-31Implement `alpha-background' on non-Cairo buildsPo Lu
2022-01-24Add some code for transparent frame backgrounds without CairoPo Lu
2022-01-01; Add 2022 to copyright years.Eli Zaretskii
2021-07-25Fix compilation of xftfont.c with old fontconfigEli Zaretskii
2021-01-01Update copyright year to 2021Paul Eggert
2020-01-01Update copyright year to 2020Paul Eggert
2019-12-03Fix typo in populating otf_capability method for HarfBuzzYAMAMOTO Mitsuharu
2019-11-17Handle FC_CHARCELL in xftfont_openLars Ingebrigtsen
2019-07-09Rename font_driver member close -> close_fontMattias EngdegÄrd
2019-07-09Rename font_driver member open -> open_fontMattias EngdegÄrd
2019-07-08Avoid some unnecessary stdio.h includesPaul Eggert
2019-07-01Implement the otf_capability method for HarfBuzzYAMAMOTO Mitsuharu
2019-06-18Support font driver supersessionYAMAMOTO Mitsuharu
2019-06-02Implement the get_variation_glyphs method for FreeType >= 2.3.6YAMAMOTO Mitsuharu
2019-06-02Revert previous commitYAMAMOTO Mitsuharu
2019-06-02Make fthbfont and derivatives use common HarfBuzz code in hbfont.cYAMAMOTO Mitsuharu
2019-06-02Make fthbfont and derivatives use common HarfBuzz code in hbfont.cYAMAMOTO Mitsuharu
2019-05-23Merge branch 'master' into harfbuzzYAMAMOTO Mitsuharu
2019-05-23Make Cairo build obey hint-style font setting (Bug#35781)YAMAMOTO Mitsuharu
2019-05-19Replace XChar2b with unsigned in all font backendsAlexander Gramiak
2019-05-05Add new font backend drivers for text shaping by HarfBuzzYAMAMOTO Mitsuharu
2019-04-27Merge branch 'master' into harfbuzzYAMAMOTO Mitsuharu
2019-02-08Unify three font info structuresRobert Pluim
2019-02-08Unify three font info structuresRobert Pluim
2019-01-15Add portable dumperDaniel Colascione
2018-12-31Merge from origin/emacs-26Paul Eggert
2019-01-01Update copyright year to 2019Paul Eggert
2018-12-29Provide text directionality and language to HarfBuzz shaperEli Zaretskii
2018-12-22Properly fix building with HarfBuzz and without libotfKhaled Hosny
2018-12-17More fixes for build without libotfMike Kupfer
2018-12-15Merge from origin/emacs-26Glenn Morris
2018-12-14Document font structure layout constraintsRobert Pluim
2018-12-10Cache hb_font_tKhaled Hosny
2018-12-10First attempt at HarfBuzz shapingKhaled Hosny
2018-08-07More macro renamings for bignumTom Tromey