summaryrefslogtreecommitdiff
path: root/src/font.h
Commit message (Expand)AuthorAge
* Update copyright year to 2021Paul Eggert2021-01-01
* Merge from origin/emacs-27Glenn Morris2020-03-04
|\
| * Don't attempt to cache glyph metrics for FONT_INVALID_CODERobert Pluim2020-03-02
* | Remove unused ftx font backend driverStefan Kangas2020-01-15
|/
* Update copyright year to 2020Paul Eggert2020-01-01
* ; * src/font.h (font_is_ignored): Add prototype to avoid warnings.Eli Zaretskii2019-11-14
* Rename font_driver member close -> close_fontMattias EngdegÄrd2019-07-09
* Rename font_driver member open -> open_fontMattias EngdegÄrd2019-07-09
* Implement the otf_capability method for HarfBuzzYAMAMOTO Mitsuharu2019-07-01
* Make fthbfont and derivatives use common HarfBuzz code in hbfont.cYAMAMOTO Mitsuharu2019-06-02
* Move common HarfBuzz code to a common file hbfont.cEli Zaretskii2019-06-01
* Add HarfBuzz font backend for MS-WindowsEli Zaretskii2019-05-31
* Merge branch 'master' into harfbuzzYAMAMOTO 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
|\|
| * * src/font.h: Fix commentary.Paul Eggert2019-03-04
| * Merge from origin/emacs-26Glenn Morris2019-01-07
| |\
| | * Improve commentary in font.hEli Zaretskii2019-01-05
| * | Merge from origin/emacs-26Paul Eggert2018-12-31
| |\|
| | * Update copyright year to 2019Paul Eggert2019-01-01
* | | Provide text directionality and language to HarfBuzz shaperEli Zaretskii2018-12-29
|/ /
* | More macro renamings for bignumTom Tromey2018-08-07
* | Rename integerp->fixnum, etc, in preparation for bignumsTom Tromey2018-07-12
* | New type Lisp_Misc_PtrPaul Eggert2018-06-14
* | Use native alignment to access Lisp object dataPaul Eggert2018-06-10
* | Improve GC+Cairo workaroundPaul Eggert2018-04-04
|/
* Update copyright year to 2018Paul Eggert2018-01-01
* Change vectorlike from struct to unionPaul Eggert2017-11-13
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-13
* Add PVSIZE function to return the size of a pseudovector.Lars Brinkhoff2017-04-10
* Merge from origin/emacs-25Paul Eggert2017-01-01
|\
| * Update copyright year to 2017Paul Eggert2016-12-31
* | Make struct font_drivers read-onlyPaul Eggert2016-12-01
* | Add double-buffering support to reduce flickerDaniel Colascione2016-10-28
|/
* Rework C source files to avoid ^(Paul Eggert2016-03-10
* support rendering of wider range of combinging characters by ftfont backendK. Handa2016-01-26
* Update copyright year to 2016Paul Eggert2016-01-01
* Fix crash at startup related to GC of font entitiesEli Zaretskii2015-11-24
* Include-file cleanup for src directoryPaul Eggert2015-10-20
* Add cairo drawing.Jan D2015-02-11
* Prefer INLINE functions in font.h to match style used in lisp.hDmitry Antipov2015-01-16
* Port to HAVE_FREETYPE && !HAVE_XFTPaul Eggert2015-01-10
* Compute C decls for DEFSYMs automaticallyPaul Eggert2015-01-05
* Update copyright year to 2015Paul Eggert2015-01-01
* One more minor cleanup of font subsystem.Dmitry Antipov2014-08-25
* * font.c, font.h (font_unparse_fcname): Now static.Paul Eggert2014-07-09
* Next minor cleanup of font subsystem.Dmitry Antipov2014-07-09
* * font.c (font_build_object) [HAVE_XFT || HAVE_FREETYPE || HAVE_NS]:Dmitry Antipov2014-07-08
* * font.h (struct font_driver): Remove get_outline and free_outline;Dmitry Antipov2014-07-04