summaryrefslogtreecommitdiff
path: root/src/ftcrfont.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/master' into feature/pgtkPo Lu2021-11-301-8/+63
|\
| * Make overhangs in ftcrfont work on HaikuPo Lu2021-11-291-1/+8
| * Add support for the Haiku operating system and its window systemPo Lu2021-11-201-3/+53
* | * src/ftcrfont.c (ftcrfont_open): Revert redundant brace change.Yuuki Harano2021-11-241-2/+0
* | Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano2021-01-031-1/+1
|\|
| * Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* | Set screen/display dpi res to make broadway work as expectedJeff Walsh2020-11-241-0/+2
* | Introduce Pure GTK3 portYuuki Harano2020-11-221-0/+20
|/
* Fix scrolling problems with misc-fixed fonts under CairoEli Zaretskii2020-11-071-1/+6
* Handle Cairo errors in ftcrfont_openPip Cet2020-10-221-2/+14
* * src/ftcrfont.c (ftcrfont_open): Initialize the `max_width` fieldStefan Monnier2020-10-081-1/+5
* Prefer more inline functions in character.hPaul Eggert2020-04-171-3/+2
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Fix typo in populating otf_capability method for HarfBuzzYAMAMOTO Mitsuharu2019-12-031-1/+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-1/+1
* Avoid some unnecessary stdio.h includesPaul Eggert2019-07-081-1/+0
* Implement the otf_capability method for HarfBuzzYAMAMOTO Mitsuharu2019-07-011-0/+1
* Make ftcr font backend driver more consistent with xftYAMAMOTO Mitsuharu2019-06-221-0/+12
* Make ftcr font backend driver more consistent with xftYAMAMOTO Mitsuharu2019-06-221-20/+16
* Support font driver supersessionYAMAMOTO Mitsuharu2019-06-181-0/+1
* Implement the get_variation_glyphs method for FreeType >= 2.3.6YAMAMOTO Mitsuharu2019-06-021-3/+3
* Revert previous commitYAMAMOTO Mitsuharu2019-06-021-3/+3
* Make fthbfont and derivatives use common HarfBuzz code in hbfont.cYAMAMOTO Mitsuharu2019-06-021-3/+3
* Make fthbfont and derivatives use common HarfBuzz code in hbfont.cYAMAMOTO Mitsuharu2019-06-021-2/+2
* Merge branch 'master' into harfbuzzYAMAMOTO Mitsuharu2019-05-231-124/+293
|\
| * Make Cairo build obey hint-style font setting (Bug#35781)YAMAMOTO Mitsuharu2019-05-231-114/+256
| * * src/ftcrfont.c (ftcrfont_open): Skip zero glyph index.YAMAMOTO Mitsuharu2019-05-211-1/+1
| * Replace XChar2b with unsigned in all font backendsAlexander Gramiak2019-05-191-6/+5
| * Avoid artifacts in ftx and ftcr font backend driversYAMAMOTO Mitsuharu2019-05-141-2/+12
* | Add new font backend drivers for text shaping by HarfBuzzYAMAMOTO Mitsuharu2019-05-051-12/+59
* | Merge branch 'master' into harfbuzzYAMAMOTO Mitsuharu2019-04-271-31/+146
|\|
| * * src/ftcrfont.c (ftcrfont_shape): Fix last change.YAMAMOTO Mitsuharu2019-04-201-0/+2
| * Use bitmap strikes as fallbacks for ftcr font backendYAMAMOTO Mitsuharu2019-04-201-6/+94
| * * src/ftcrfont.c (ftcrfont_glyph_extents): Activate ft_size_draw.YAMAMOTO Mitsuharu2019-04-191-0/+1
| * * src/ftcrfont.c (ftcrfont_open): Avoid returning while blocking input.YAMAMOTO Mitsuharu2019-04-191-27/+25
| * * src/ftcrfont.c (ftcrfont_glyph_extents): Fix last change.YAMAMOTO Mitsuharu2019-04-181-3/+3
| * Use cairo_scaled_font_t object for text drawing and metrics calculationYAMAMOTO Mitsuharu2019-04-171-7/+24
| * Unify three font info structuresRobert Pluim2019-02-081-37/+6
| * Add portable dumperDaniel Colascione2019-01-151-0/+9
| * Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
| |\
| | * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
| * | Merge from origin/emacs-26Glenn Morris2018-12-151-2/+3
| |\|
| | * Document font structure layout constraintsRobert Pluim2018-12-141-2/+3
* | | Unify three font info structuresRobert Pluim2019-02-081-39/+6
* | | Properly fix building with HarfBuzz and without libotfKhaled Hosny2018-12-221-1/+1
* | | Fix last change.Eli Zaretskii2018-12-171-1/+1
* | | * src/ftcrfont.c (ftcrfont_driver): Really commit last change.Mike Kupfer2018-12-171-1/+1
* | | More fixes for build without libotfMike Kupfer2018-12-171-1/+1
* | | Fix crash in the Cairo buildAri Roponen2018-12-141-0/+3