aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2019-05-30Fix breakage of native image scaling on XRENDER by previous changeYAMAMOTO Mitsuharu1-0/+2
2019-05-29Rework cairo image support to improve consistency (Bug#35871)YAMAMOTO Mitsuharu3-505/+485
2019-05-29Improve previous change for tool bar image support on GTK+2 with cairoYAMAMOTO Mitsuharu1-11/+16
2019-05-28Fix handling of -xrm on MS-Windows broken by recent commitsEli Zaretskii1-1/+1
2019-05-28Support tool bar icon image also on GTK+2 with cairoYAMAMOTO Mitsuharu1-5/+64
2019-05-26Update author/maintainer infoPaul Eggert3-6/+6
2019-05-25Improve documentation of decoding into a unibyte bufferEli Zaretskii1-2/+5
2019-05-24Undo use of Emacs_Pixmap over Pixmap for x_kill_gs_processYAMAMOTO Mitsuharu2-2/+2
2019-05-24Improve documentation of the 'function' special formMichael Heerdegen1-2/+2
2019-05-23; * src/coding.c: Improve commentary. (Bug#34765)Eli Zaretskii1-7/+14
2019-05-22Avoid backslash-newline-newline in source codePaul Eggert4-9/+9
2019-05-23Unbreak display of characters on MS-WindowsEli Zaretskii1-3/+15
2019-05-23Make Cairo build obey hint-style font setting (Bug#35781)YAMAMOTO Mitsuharu4-328/+433
2019-05-22Remove fixnum restriction on some display varsPaul Eggert7-110/+100
2019-05-21* src/xfont.c (xfont_draw): Allocate the XChar2b array (Bug#35814)Alexander Gramiak1-8/+18
2019-05-21Fix some deprecation notices on macOS 10.14Alan Third7-92/+63
2019-05-21Pacify libpng on interlaced images (Bug#35843)Paul Eggert1-1/+5
2019-05-21* src/ftcrfont.c (ftcrfont_open): Skip zero glyph index.YAMAMOTO Mitsuharu1-1/+1
2019-05-20Don't segfault on force-window-update of deleted windowNoam Postavsky1-1/+1
2019-05-19Fixes for "Maintainer:" and related linesPaul Eggert1-1/+1
2019-05-19Use HAVE_WINDOW_SYSTEM over HAVE_X11 || HAVE_NTGUI || HAVE_NSAlexander Gramiak1-2/+2
2019-05-19Introduce Emacs_Pix_Container and Emacs_Pix_Context typedefsAlexander Gramiak2-133/+138
2019-05-19Replace XChar2b with unsigned in all font backendsAlexander Gramiak17-152/+103
2019-05-19Introduce Emacs_GC struct and typedefAlexander Gramiak7-104/+82
2019-05-19Introduce Emacs_Rectangle struct and typedefAlexander Gramiak7-47/+43
2019-05-19Introduce Emacs_Pixmap typedefAlexander Gramiak9-21/+23
2019-05-19Introduce Emacs_Cursor typedefAlexander Gramiak11-63/+61
2019-05-19Introduce Emacs_Color struct and typedefAlexander Gramiak15-84/+80
2019-05-19Avoid triple buffering with Xdbe in cairoYAMAMOTO Mitsuharu3-120/+103
2019-05-18Fix display of images on MS-Windows broken by a recent commitEli Zaretskii1-6/+6
2019-05-17Clean up and simplify image-type setupPaul Eggert4-366/+88
2019-05-17Remove from docs references to obsolete MULE variablesEli Zaretskii2-10/+3
2019-05-15Tune reading of radix integersPaul Eggert1-74/+73
2019-05-14Backport: fix broken build on m68kPaul Eggert1-52/+25
2019-05-14Avoid artifacts in ftx and ftcr font backend driversYAMAMOTO Mitsuharu2-7/+37
2019-05-13Handle GNUTLS_E_AGAIN in emacs_gnutls_read (Bug#34341)Noam Postavsky1-2/+9
2019-05-13Fix broken build on m68kPaul Eggert1-52/+25
2019-05-11* src/xfns.c (x_create_tip_frame): Register font drivers as in normal frames.YAMAMOTO Mitsuharu1-1/+7
2019-05-10Convert Free_Pixmap macro into terminal hookAlexander Gramiak9-35/+51
2019-05-10Remove display member of glyph_stringAlexander Gramiak4-74/+90
2019-05-09Fix description of (move-to-column <n> t) when column <n> is inside a tabAlan Mackenzie1-3/+4
2019-05-08Port LIBRSVG_CHECK_VERSION fix to picky cppPaul Eggert1-2/+6
2019-05-08Fix compilation with old versions of librsvgEli Zaretskii1-1/+2
2019-05-08Add an assertion to xdisp.cEli Zaretskii1-0/+1
2019-05-07Pacify GCC 9.1Paul Eggert2-6/+4
2019-05-07* src/marker.c (buf_bytepos_to_charpos): Re-add the CHAR_HEAD_P assertionStefan Monnier4-31/+18
2019-05-07Clarify what constitutes an event (bug#35238)Basil L. Contovounesios1-1/+1
2019-05-07Fix 'load-average' on MS-WindowsEli Zaretskii1-0/+7
2019-05-06Make combine-after-change-calls work in the common case againStefan Monnier1-1/+12
2019-05-06; * src/lisp.h (DEFSYM): Fix inaccurate comment.Eli Zaretskii1-1/+1