summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Support font driver supersessionYAMAMOTO Mitsuharu2019-06-186-82/+38
* * src/image.c (image_set_rotation): Do negation at compile-time.Paul Eggert2019-06-171-2/+2
* Avoid rounding error in image rotationYAMAMOTO Mitsuharu2019-06-171-3/+3
* Fix up the --no-print-directory changes in src/Makefile.inLars Ingebrigtsen2019-06-171-6/+7
* Bump up max_specpdl_size to 1500. (Bug#36216)Juanma Barranquero2019-06-161-1/+1
* Revert "Simplify image transforms"Alan Third2019-06-161-98/+212
* Simplify image transformsAlan Third2019-06-161-212/+98
* Document image transformsAlan Third2019-06-161-0/+81
* * src/xfaces.c (dump_realized_face): Fix incorrect format string.Philipp Stephani2019-06-151-1/+1
* * src/xfaces.c (dump_realized_face): Fix format specifier.Philipp Stephani2019-06-151-1/+1
* * src/nsterm.m (ns_row_rect): Remove unused variable ‘f.’Philipp Stephani2019-06-151-1/+0
* Update hash value in pdumper.cEli Zaretskii2019-06-151-1/+1
* Improve error message when dmpstruct.h needs to be updatedEli Zaretskii2019-06-151-25/+25
* Avoid printing entering/leaving messages in second stage bootstrapLars Ingebrigtsen2019-06-151-0/+5
* Improve documentation of hash-code functionsEli Zaretskii2019-06-151-3/+9
* Remove non-Xdbe double-buffering code on cairoYAMAMOTO Mitsuharu2019-06-151-41/+6
* Rework x_scroll_run on cairoYAMAMOTO Mitsuharu2019-06-151-41/+43
* Fix text shaping of precomposed characters with HarfBuzzEli Zaretskii2019-06-131-1/+11
* Merge from origin/emacs-26Glenn Morris2019-06-111-1/+1
|\
| * Revert "Don't mark main_thread (Bug#36155)"Andreas Schwab2019-06-101-4/+1
| * Don't mark main_thread (Bug#36155)Andreas Schwab2019-06-101-1/+4
| * ; * src/keyboard.c (tool_bar_items): Fix a typo. (Bug#36143)Stefan Kangas2019-06-091-1/+1
* | Fix shaping of Arabic test when the region is extendedEli Zaretskii2019-06-111-1/+39
* | * src/editfns.c (Fngettext): Fix typos in docstring.Juanma Barranquero2019-06-101-3/+3
* | Document exporting/printing text with X core fonts to outline images on cairoYAMAMOTO Mitsuharu2019-06-101-2/+7
* | * src/fns.c (cmpfn_eql): Simplify.Paul Eggert2019-06-091-21/+14
* | 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