aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | 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
| * | | | | Avoid compilation warning in ftfont.cEli Zaretskii2018-12-171-0/+2
| * | | | | 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-173-4/+4
| * | | | | Fix compilation errors when building without libotfEli Zaretskii2018-12-171-3/+3
| * | | | | Assume hb_ft_font_create_referenced if HarfBuzzPaul Eggert2018-12-141-15/+0
| * | | | | Fix crash in the Cairo buildAri Roponen2018-12-141-0/+3
| * | | | | Simplify mainline Harfbuzz-using codePaul Eggert2018-12-131-13/+12
| * | | | | Fix uni_combining()Khaled Hosny2018-12-101-10/+8
| * | | | | WIP: implement some Unicode callback functionsKhaled Hosny2018-12-101-0/+149
| * | | | | Set cluster level to oneKhaled Hosny2018-12-101-0/+1
| * | | | | Cache hb_font_tKhaled Hosny2018-12-102-20/+58
| * | | | | Allow turning HarfBuzz off at run timeKhaled Hosny2018-12-101-7/+12
| * | | | | First attempt at HarfBuzz shapingKhaled Hosny2018-12-105-35/+195
| * | | | | Add support for building with HarfBuzzKhaled Hosny2018-12-101-2/+4
* | | | | | Fix image_set_crop yet againYAMAMOTO Mitsuharu2019-06-071-15/+3
* | | | | | Fix recently-introduced image_set_crop typoPaul Eggert2019-06-071-1/+1
* | | | | | Use copy_file_range to copy filesPaul Eggert2019-06-071-8/+33
* | | | | | Fix overflow issues in image rotationPaul Eggert2019-06-062-93/+77
* | | | | | Fix redisplay glitches with RTL composed textEli Zaretskii2019-06-061-2/+16
* | | | | | Restore height and with from that were accidentally removedMark A. Hershberger2019-06-061-1/+3
* | | | | | Add native image rotation and croppingAlan Third2019-06-056-94/+326
* | | | | | Adjust comments/debug to match C bignum codePaul Eggert2019-06-041-2/+2
* | | | | | Always allow at least double-precision bignumsPaul Eggert2019-06-042-5/+8
* | | | | | * src/xterm.c (x_scroll_run) [USE_CAIRO]: Dirty only destination rectangle.YAMAMOTO Mitsuharu2019-06-041-1/+2
* | | | | | * src/image.c (cr_create_cr_surface_from_image): Add const to variable `key'.YAMAMOTO Mitsuharu2019-06-041-1/+1
* | | | | | Merge from origin/emacs-26Glenn Morris2019-06-011-8/+1
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | Pacify GCC 9 -Wredundant-declsPaul Eggert2019-05-301-8/+1
| * | | | | Pacify librsvg 2.45.1 and laterPaul Eggert2019-05-301-0/+15
| * | | | | Simplify xd_signature to pacify GCC 9Paul Eggert2019-05-301-5/+3
* | | | | | Merge from origin/emacs-26Glenn Morris2019-06-011-0/+1
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Pacify GCC when compiling unexelf.c on Fedora 30Paul Eggert2019-05-301-0/+1
* | | | | | Merge from origin/emacs-26Glenn Morris2019-06-011-9/+19
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Improve documentation of decoding into a unibyte bufferEli Zaretskii2019-05-251-2/+5
| * | | | | ; * src/coding.c: Improve commentary. (Bug#34765)Eli Zaretskii2019-05-231-7/+14
* | | | | | Improve eq1/memql performancePaul Eggert2019-05-301-9/+11
* | | | | | Fix `memql' for bignumsMattias EngdegÄrd2019-05-301-10/+24
* | | | | | Add stipple support on cairoYAMAMOTO Mitsuharu2019-05-303-4/+81
* | | | | | Fix breakage of native image scaling on XRENDER by previous changeYAMAMOTO Mitsuharu2019-05-301-0/+2