summaryrefslogtreecommitdiff
path: root/src/font.h
Commit message (Expand)AuthorAgeFilesLines
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* ; Fix typosStefan Kangas2022-11-201-3/+3
* Merge from origin/emacs-28Stefan Kangas2022-09-211-1/+1
|\
| * ; More comment fixes in font.h (bug#57935)Eli Zaretskii2022-09-191-1/+1
| * ; * src/font.h (struct font_driver): Comment fix.Manuel Giraud2022-09-191-1/+1
* | Speed up opening fonts on HaikuPo Lu2022-05-051-2/+3
* | Merge from origin/emacs-28Eli Zaretskii2022-01-011-1/+1
|\ \ | |/
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* | Add support for the Haiku operating system and its window systemPo Lu2021-11-201-2/+2
|/
* Improve style and comments in font-related sourcesEli Zaretskii2021-11-131-3/+4
* Enhance font_range to check for emoji composition triggersRobert Pluim2021-09-271-1/+1
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* Merge from origin/emacs-27Glenn Morris2020-03-041-1/+1
|\
| * Don't attempt to cache glyph metrics for FONT_INVALID_CODERobert Pluim2020-03-021-1/+1
* | Remove unused ftx font backend driverStefan Kangas2020-01-151-4/+2
|/
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* ; * src/font.h (font_is_ignored): Add prototype to avoid warnings.Eli Zaretskii2019-11-141-0/+1
* Rename font_driver member close -> close_fontMattias EngdegÄrd2019-07-091-1/+1
* Rename font_driver member open -> open_fontMattias EngdegÄrd2019-07-091-5/+5
* Implement the otf_capability method for HarfBuzzYAMAMOTO Mitsuharu2019-07-011-0/+1
* Make fthbfont and derivatives use common HarfBuzz code in hbfont.cYAMAMOTO Mitsuharu2019-06-021-2/+0
* Move common HarfBuzz code to a common file hbfont.cEli Zaretskii2019-06-011-0/+5
* Add HarfBuzz font backend for MS-WindowsEli Zaretskii2019-05-311-0/+3
* Merge branch 'master' into harfbuzzYAMAMOTO Mitsuharu2019-05-231-2/+2
|\
| * Replace XChar2b with unsigned in all font backendsAlexander Gramiak2019-05-191-2/+2
* | Add new font backend drivers for text shaping by HarfBuzzYAMAMOTO Mitsuharu2019-05-051-2/+32
* | Merge branch 'master' into harfbuzzYAMAMOTO Mitsuharu2019-04-271-32/+35
|\ \ | |/
| * * src/font.h: Fix commentary.Paul Eggert2019-03-041-1/+1
| * Merge from origin/emacs-26Glenn Morris2019-01-071-30/+33
| |\
| | * Improve commentary in font.hEli Zaretskii2019-01-051-30/+33
| * | Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
| |\ \ | | |/
| | * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | | Provide text directionality and language to HarfBuzz shaperEli Zaretskii2018-12-291-3/+10
|/ /
* | More macro renamings for bignumTom Tromey2018-08-071-3/+3
* | Rename integerp->fixnum, etc, in preparation for bignumsTom Tromey2018-07-121-4/+4
* | New type Lisp_Misc_PtrPaul Eggert2018-06-141-1/+1
* | Use native alignment to access Lisp object dataPaul Eggert2018-06-101-6/+6
* | Improve GC+Cairo workaroundPaul Eggert2018-04-041-0/+16
|/
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* Change vectorlike from struct to unionPaul Eggert2017-11-131-3/+3
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Add PVSIZE function to return the size of a pseudovector.Lars Brinkhoff2017-04-101-3/+3
* Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\
| * Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* | Make struct font_drivers read-onlyPaul Eggert2016-12-011-11/+30
* | Add double-buffering support to reduce flickerDaniel Colascione2016-10-281-1/+10
|/
* Rework C source files to avoid ^(Paul Eggert2016-03-101-2/+2
* support rendering of wider range of combinging characters by ftfont backendK. Handa2016-01-261-0/+6
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Fix crash at startup related to GC of font entitiesEli Zaretskii2015-11-241-0/+42