aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | 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
* | | | | | Rework cairo image support to improve consistency (Bug#35871)YAMAMOTO Mitsuharu2019-05-293-505/+485
* | | | | | Improve previous change for tool bar image support on GTK+2 with cairoYAMAMOTO Mitsuharu2019-05-291-11/+16
* | | | | | Fix handling of -xrm on MS-Windows broken by recent commitsEli Zaretskii2019-05-281-1/+1
* | | | | | Support tool bar icon image also on GTK+2 with cairoYAMAMOTO Mitsuharu2019-05-281-5/+64
* | | | | | Update author/maintainer infoPaul Eggert2019-05-263-6/+6
* | | | | | Undo use of Emacs_Pixmap over Pixmap for x_kill_gs_processYAMAMOTO Mitsuharu2019-05-242-2/+2
* | | | | | Improve documentation of the 'function' special formMichael Heerdegen2019-05-241-2/+2
* | | | | | Avoid backslash-newline-newline in source codePaul Eggert2019-05-224-9/+9
* | | | | | Unbreak display of characters on MS-WindowsEli Zaretskii2019-05-231-3/+15
| |_|_|/ / |/| | | |
* | | | | Make Cairo build obey hint-style font setting (Bug#35781)YAMAMOTO Mitsuharu2019-05-234-328/+433
* | | | | Remove fixnum restriction on some display varsPaul Eggert2019-05-227-110/+100
* | | | | Merge from origin/emacs-26Glenn Morris2019-05-221-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | Don't segfault on force-window-update of deleted windowNoam Postavsky2019-05-201-1/+1
* | | | | Merge from origin/emacs-26Glenn Morris2019-05-222-10/+3
|\ \ \ \ \ | |/ / / /
| * | | | Remove from docs references to obsolete MULE variablesEli Zaretskii2019-05-172-10/+3
| * | | | Backport: fix broken build on m68kPaul Eggert2019-05-141-52/+25
| * | | | Handle GNUTLS_E_AGAIN in emacs_gnutls_read (Bug#34341)Noam Postavsky2019-05-131-2/+9
* | | | | * src/xfont.c (xfont_draw): Allocate the XChar2b array (Bug#35814)Alexander Gramiak2019-05-211-8/+18
* | | | | Fix some deprecation notices on macOS 10.14Alan Third2019-05-217-92/+63
* | | | | Pacify libpng on interlaced images (Bug#35843)Paul Eggert2019-05-211-1/+5
* | | | | * src/ftcrfont.c (ftcrfont_open): Skip zero glyph index.YAMAMOTO Mitsuharu2019-05-211-1/+1
* | | | | Fixes for "Maintainer:" and related linesPaul Eggert2019-05-191-1/+1
* | | | | Use HAVE_WINDOW_SYSTEM over HAVE_X11 || HAVE_NTGUI || HAVE_NSAlexander Gramiak2019-05-191-2/+2
* | | | | Introduce Emacs_Pix_Container and Emacs_Pix_Context typedefsAlexander Gramiak2019-05-192-133/+138
* | | | | Replace XChar2b with unsigned in all font backendsAlexander Gramiak2019-05-1917-152/+103
* | | | | Introduce Emacs_GC struct and typedefAlexander Gramiak2019-05-197-104/+82
* | | | | Introduce Emacs_Rectangle struct and typedefAlexander Gramiak2019-05-197-47/+43
* | | | | Introduce Emacs_Pixmap typedefAlexander Gramiak2019-05-199-21/+23
* | | | | Introduce Emacs_Cursor typedefAlexander Gramiak2019-05-1911-63/+61
* | | | | Introduce Emacs_Color struct and typedefAlexander Gramiak2019-05-1915-84/+80
* | | | | Avoid triple buffering with Xdbe in cairoYAMAMOTO Mitsuharu2019-05-193-120/+103
* | | | | Fix display of images on MS-Windows broken by a recent commitEli Zaretskii2019-05-181-6/+6