summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix int overflow bug in ‘equal’Paul Eggert2019-06-081-2/+1
* Tune base64 decodingPaul Eggert2019-06-081-97/+124
* Minor fixes for the last commitsEli Zaretskii2019-06-081-19/+11
* Add support for base64url variant of base-64 encoding/decodingPierre Téchoueyres2019-06-081-29/+137
* Support X core font driver on cairo (Bug#28236)YAMAMOTO Mitsuharu2019-06-083-84/+261
* Implement native image rotation and cropping on cairoYAMAMOTO Mitsuharu2019-06-084-46/+73
* Fix commentary about fixnums and hashes.Paul Eggert2019-06-072-24/+18
* Fix minor ssize_t / ptrdiff_t confusionPaul Eggert2019-06-071-1/+2
* Use machine pointer width for face hashesPaul Eggert2019-06-072-9/+7
* Merge branch 'master' of git.savannah.gnu.org:/srv/git/emacsEli Zaretskii2019-06-071-2/+6
|\
| * Merge from origin/emacs-26Glenn Morris2019-06-071-2/+6
| |\
| | * * src/fns.c (Fmapconcat): Doc fix. (Bug#35710)Eli Zaretskii2019-06-071-2/+6
* | | Merge remote-tracking branch 'origin/harfbuzz'Eli Zaretskii2019-06-0721-139/+1357
|\ \ \ | |/ / |/| |
| * | ; * src/hbfont.c (hbfont_shape): Fix a typo in a comment.Eli Zaretskii2019-06-021-1/+1
| * | Implement the get_variation_glyphs method for FreeType >= 2.3.6YAMAMOTO Mitsuharu2019-06-024-10/+30
| * | Revert previous commitYAMAMOTO Mitsuharu2019-06-024-30/+10
| * | Make fthbfont and derivatives use common HarfBuzz code in hbfont.cYAMAMOTO Mitsuharu2019-06-024-10/+30
| * | Make fthbfont and derivatives use common HarfBuzz code in hbfont.cYAMAMOTO Mitsuharu2019-06-024-299/+6
| * | ; src/w32uniscribe.c: Remove redundant include of math.h.Eli Zaretskii2019-06-011-1/+0
| * | Port hbfont.c to GCC 9 with --enable-gcc-warningsPaul Eggert2019-06-011-3/+3
| * | ; * src/font.c (Ffont_variation_glyphs): Doc fix.Eli Zaretskii2019-06-011-3/+3
| * | Implement the get_variation_glyphs method for HarfBuzz on MS-WindowsEli Zaretskii2019-06-011-1/+50
| * | ; * src/hbfont.c: Fix commentary.Eli Zaretskii2019-06-011-3/+1
| * | Prefer HarfBuzz to Uniscribe on MS-WindowsEli Zaretskii2019-06-011-4/+72
| * | Move common HarfBuzz code to a common file hbfont.cEli Zaretskii2019-06-015-426/+499
| * | Fix handling of -xrm on MS-Windows broken by recent commitsEli Zaretskii2019-05-311-1/+1
| * | Unbreak display of characters on MS-WindowsEli Zaretskii2019-05-311-3/+15
| * | Add HarfBuzz font backend for MS-WindowsEli Zaretskii2019-05-316-31/+740
| * | Merge branch 'master' into harfbuzzYAMAMOTO Mitsuharu2019-05-2369-2457/+2445
| |\ \
| * | | * src/xfns.c (x_create_tip_frame): Register font drivers as in normal frames.YAMAMOTO Mitsuharu2019-05-111-1/+7
| * | | Fix last changes in src/ftfont.cYAMAMOTO Mitsuharu2019-05-051-5/+1
| * | | Add new font backend drivers for text shaping by HarfBuzzYAMAMOTO Mitsuharu2019-05-056-101/+274
| * | | Fix NS buildYAMAMOTO Mitsuharu2019-05-021-2/+2
| * | | Merge branch 'master' into harfbuzzYAMAMOTO Mitsuharu2019-04-27231-7693/+16093
| |\ \ \
| * | | | Unify three font info structuresRobert Pluim2019-02-084-115/+79
| * | | | Always set explicit HarfBuzz buffer directionKhaled Hosny2019-01-051-8/+9
| * | | | We need the bidi level not the paragraph directionKhaled Hosny2019-01-053-10/+10
| * | | | ; Fix last change in src /composite.c.Eli Zaretskii2019-01-021-4/+4
| * | | | Fix text direction of the HarfBuzz shaping bufferEli Zaretskii2019-01-024-8/+20
| * | | | Provide text directionality and language to HarfBuzz shaperEli Zaretskii2018-12-297-36/+104
| * | | | Clarify one FIXME a bitKhaled Hosny2018-12-241-2/+2
| * | | | Cache HarfBuzz bufferKhaled Hosny2018-12-241-11/+13
| * | | | Remove one more FIXMEKhaled Hosny2018-12-241-2/+2
| * | | | Replace another FIXME with a TODO and expanded commentKhaled Hosny2018-12-221-1/+2
| * | | | Replace a FIXME with an expanded commentKhaled Hosny2018-12-221-3/+4
| * | | | Subclass default HarfBuzz Unicode functionsKhaled Hosny2018-12-221-33/+14
| * | | | Fix previous commitKhaled Hosny2018-12-221-0/+3
| * | | | Properly fix building with HarfBuzz and without libotfKhaled Hosny2018-12-224-12/+11
| * | | | Fix one last compilation warning in ftfont.cEli Zaretskii2018-12-181-3/+3
| * | | | Condition some more hb_* functions on HAVE_LIBOTF.Eli Zaretskii2018-12-181-2/+1