summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Fix 'load-average' on MS-WindowsEli Zaretskii2019-05-071-0/+7
* | Make combine-after-change-calls work in the common case againStefan Monnier2019-05-061-1/+12
* | * lisp/custom.el: Avoid adding vars to load-history multiple timesStefan Monnier2019-05-061-22/+28
* | Use simpler way to print function pointersPaul Eggert2019-05-052-21/+28
* | Fixed fill-column-indicator face removing background.Jimmy Aguilar Mena2019-05-051-5/+5
* | ;Corrected display-fill-column-indicator mode.Jimmy Aguilar Mena2019-05-051-45/+48
* | *src/xdisp.c: Fixed fill column indicator position in terminal mode.Jimmy Aguilar Mena2019-05-051-2/+2
* | display-fill-column-indicator interface correctionsJimmy Aguilar Mena2019-05-051-26/+36
* | ;Small changes in the documentationJimmy Aguilar Mena2019-05-051-4/+3
* | Fixed fill-column-indicator for continuation linesJimmy Aguilar Mena2019-05-051-12/+15
* | Display-fill-column-indicator NEWS info.Jimmy Aguilar Mena2019-05-051-17/+46
* | Start display-fill-column-indicator-mode.Jimmy Aguilar Mena2019-05-051-9/+170
* | Avoid compiler warning in print.cEli Zaretskii2019-05-051-1/+1
* | Avoid crashes in read_integerEli Zaretskii2019-05-051-3/+2
* | Avoid suppressing -Wcast-function-type warning.Philipp Stephani2019-05-052-6/+1
* | Refactoring: Factor out a function to set an mpz_t from a Lisp int.Philipp Stephani2019-05-042-4/+13
* | Avoid undefined behavior when printing function pointers.Philipp Stephani2019-05-041-11/+18
* | Fix bytecode optimization typoPaul Eggert2019-05-041-1/+1
* | Minor fix in .gdbinitEli Zaretskii2019-05-041-2/+4
* | ; * src/minibuf.c (Fread_buffer): Doc fix. (Bug#35361)Eli Zaretskii2019-05-041-1/+2
* | ; * src/xfaces.c (merge_face_ref): Improve commentary.Eli Zaretskii2019-05-041-8/+10
* | Pacify librsvg 2.45.1 and laterPaul Eggert2019-05-031-3/+18
* | Simplify xd_signature to pacify GCC 9Paul Eggert2019-05-031-5/+3