| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | Provide text directionality and language to HarfBuzz shaper | Eli Zaretskii | 2018-12-29 | 7 | -36/+104 | |
| | * | | | | | Clarify one FIXME a bit | Khaled Hosny | 2018-12-24 | 1 | -2/+2 | |
| | * | | | | | Cache HarfBuzz buffer | Khaled Hosny | 2018-12-24 | 1 | -11/+13 | |
| | * | | | | | Remove one more FIXME | Khaled Hosny | 2018-12-24 | 1 | -2/+2 | |
| | * | | | | | Replace another FIXME with a TODO and expanded comment | Khaled Hosny | 2018-12-22 | 1 | -1/+2 | |
| | * | | | | | Replace a FIXME with an expanded comment | Khaled Hosny | 2018-12-22 | 1 | -3/+4 | |
| | * | | | | | Subclass default HarfBuzz Unicode functions | Khaled Hosny | 2018-12-22 | 1 | -33/+14 | |
| | * | | | | | Fix previous commit | Khaled Hosny | 2018-12-22 | 1 | -0/+3 | |
| | * | | | | | Properly fix building with HarfBuzz and without libotf | Khaled Hosny | 2018-12-22 | 4 | -12/+11 | |
| | * | | | | | Fix one last compilation warning in ftfont.c | Eli Zaretskii | 2018-12-18 | 1 | -3/+3 | |
| | * | | | | | Condition some more hb_* functions on HAVE_LIBOTF. | Eli Zaretskii | 2018-12-18 | 1 | -2/+1 | |
| | * | | | | | Avoid compilation warning in ftfont.c | Eli Zaretskii | 2018-12-17 | 1 | -0/+2 | |
| | * | | | | | Fix last change. | Eli Zaretskii | 2018-12-17 | 1 | -1/+1 | |
| | * | | | | | * src/ftcrfont.c (ftcrfont_driver): Really commit last change. | Mike Kupfer | 2018-12-17 | 1 | -1/+1 | |
| | * | | | | | More fixes for build without libotf | Mike Kupfer | 2018-12-17 | 3 | -4/+4 | |
| | * | | | | | Fix compilation errors when building without libotf | Eli Zaretskii | 2018-12-17 | 1 | -3/+3 | |
| | * | | | | | Assume hb_ft_font_create_referenced if HarfBuzz | Paul Eggert | 2018-12-14 | 1 | -15/+0 | |
| | * | | | | | Fix crash in the Cairo build | Ari Roponen | 2018-12-14 | 1 | -0/+3 | |
| | * | | | | | Simplify mainline Harfbuzz-using code | Paul Eggert | 2018-12-13 | 1 | -13/+12 | |
| | * | | | | | Fix uni_combining() | Khaled Hosny | 2018-12-10 | 1 | -10/+8 | |
| | * | | | | | WIP: implement some Unicode callback functions | Khaled Hosny | 2018-12-10 | 1 | -0/+149 | |
| | * | | | | | Set cluster level to one | Khaled Hosny | 2018-12-10 | 1 | -0/+1 | |
| | * | | | | | Cache hb_font_t | Khaled Hosny | 2018-12-10 | 2 | -20/+58 | |
| | * | | | | | Allow turning HarfBuzz off at run time | Khaled Hosny | 2018-12-10 | 1 | -7/+12 | |
| | * | | | | | First attempt at HarfBuzz shaping | Khaled Hosny | 2018-12-10 | 5 | -35/+195 | |
| | * | | | | | Add support for building with HarfBuzz | Khaled Hosny | 2018-12-10 | 1 | -2/+4 | |
| * | | | | | | Fix image_set_crop yet again | YAMAMOTO Mitsuharu | 2019-06-07 | 1 | -15/+3 | |
| * | | | | | | Fix recently-introduced image_set_crop typo | Paul Eggert | 2019-06-07 | 1 | -1/+1 | |
| * | | | | | | Use copy_file_range to copy files | Paul Eggert | 2019-06-07 | 1 | -8/+33 | |
| * | | | | | | Fix overflow issues in image rotation | Paul Eggert | 2019-06-06 | 2 | -93/+77 | |
| * | | | | | | Fix redisplay glitches with RTL composed text | Eli Zaretskii | 2019-06-06 | 1 | -2/+16 | |
| * | | | | | | Restore height and with from that were accidentally removed | Mark A. Hershberger | 2019-06-06 | 1 | -1/+3 | |
| * | | | | | | Add native image rotation and cropping | Alan Third | 2019-06-05 | 6 | -94/+326 | |
| * | | | | | | Adjust comments/debug to match C bignum code | Paul Eggert | 2019-06-04 | 1 | -2/+2 | |
| * | | | | | | Always allow at least double-precision bignums | Paul Eggert | 2019-06-04 | 2 | -5/+8 | |
| * | | | | | | * src/xterm.c (x_scroll_run) [USE_CAIRO]: Dirty only destination rectangle. | YAMAMOTO Mitsuharu | 2019-06-04 | 1 | -1/+2 | |
| * | | | | | | * src/image.c (cr_create_cr_surface_from_image): Add const to variable `key'. | YAMAMOTO Mitsuharu | 2019-06-04 | 1 | -1/+1 | |
| * | | | | | | Merge from origin/emacs-26 | Glenn Morris | 2019-06-01 | 1 | -8/+1 | |
| |\ \ \ \ \ \ | | |_|_|/ / | |/| | | | | ||||||
| | * | | | | | Pacify GCC 9 -Wredundant-decls | Paul Eggert | 2019-05-30 | 1 | -8/+1 | |
| | * | | | | | Pacify librsvg 2.45.1 and later | Paul Eggert | 2019-05-30 | 1 | -0/+15 | |
| | * | | | | | Simplify xd_signature to pacify GCC 9 | Paul Eggert | 2019-05-30 | 1 | -5/+3 | |
| * | | | | | | Merge from origin/emacs-26 | Glenn Morris | 2019-06-01 | 1 | -0/+1 | |
| |\ \ \ \ \ \ | |/ / / / / | ||||||
| | * | | | | | Pacify GCC when compiling unexelf.c on Fedora 30 | Paul Eggert | 2019-05-30 | 1 | -0/+1 | |
| * | | | | | | Merge from origin/emacs-26 | Glenn Morris | 2019-06-01 | 1 | -9/+19 | |
| |\ \ \ \ \ \ | |/ / / / / | ||||||
| | * | | | | | Improve documentation of decoding into a unibyte buffer | Eli Zaretskii | 2019-05-25 | 1 | -2/+5 | |
| | * | | | | | ; * src/coding.c: Improve commentary. (Bug#34765) | Eli Zaretskii | 2019-05-23 | 1 | -7/+14 | |
| * | | | | | | Improve eq1/memql performance | Paul Eggert | 2019-05-30 | 1 | -9/+11 | |
| * | | | | | | Fix `memql' for bignums | Mattias EngdegÄrd | 2019-05-30 | 1 | -10/+24 | |
| * | | | | | | Add stipple support on cairo | YAMAMOTO Mitsuharu | 2019-05-30 | 3 | -4/+81 | |
| * | | | | | | Fix breakage of native image scaling on XRENDER by previous change | YAMAMOTO Mitsuharu | 2019-05-30 | 1 | -0/+2 | |