aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Clean up and simplify image-type setupPaul Eggert2019-05-174-366/+88
* | Tune reading of radix integersPaul Eggert2019-05-151-74/+73
* | Merge from origin/emacs-26Glenn Morris2019-05-141-3/+4
|\ \ | |/
| * Fix description of (move-to-column <n> t) when column <n> is inside a tabAlan Mackenzie2019-05-091-3/+4
* | Avoid artifacts in ftx and ftcr font backend driversYAMAMOTO Mitsuharu2019-05-142-7/+37
* | Fix broken build on m68kPaul Eggert2019-05-131-52/+25
* | Convert Free_Pixmap macro into terminal hookAlexander Gramiak2019-05-109-35/+51
* | Remove display member of glyph_stringAlexander Gramiak2019-05-104-74/+90
* | Port LIBRSVG_CHECK_VERSION fix to picky cppPaul Eggert2019-05-081-2/+6
* | Merge from origin/emacs-26Glenn Morris2019-05-081-1/+1
|\ \ | |/
| * ; * src/lisp.h (DEFSYM): Fix inaccurate comment.Eli Zaretskii2019-05-061-1/+1
* | Fix compilation with old versions of librsvgEli Zaretskii2019-05-081-1/+2
* | Add an assertion to xdisp.cEli Zaretskii2019-05-081-0/+1
* | Pacify GCC 9.1Paul Eggert2019-05-072-6/+4
* | * src/marker.c (buf_bytepos_to_charpos): Re-add the CHAR_HEAD_P assertionStefan Monnier2019-05-074-31/+18
* | Clarify what constitutes an event (bug#35238)Basil L. Contovounesios2019-05-071-1/+1