summaryrefslogtreecommitdiff
path: root/src/xdisp.c
Commit message (Expand)AuthorAgeFilesLines
* Fix misuses of NULL when talking about the NUL characterStefan Monnier2019-03-211-5/+5
* Define macros to abstract support for external menu/tool-barsAlexander Gramiak2019-03-161-23/+20
* Fix show-trailing-whitespace in R2L textEli Zaretskii2019-03-111-1/+1
* Rewrite minibuffer window resizing codeMartin Rudalics2019-03-111-59/+33
* Fix OBJECT binding in conditional display specsEli Zaretskii2019-03-061-2/+2
* In unwind_with_echo_area_buffer use set_marker_restricted_bothMartin Rudalics2019-03-061-9/+9
* Fix minibuffer resizing with temporarily selected frames (Bug#34317)Martin Rudalics2019-03-041-6/+13
* Simplify list creation in C codePaul Eggert2019-03-041-8/+6
* DEFVAR_INT variables are now intmax_tPaul Eggert2019-02-271-14/+23
* Avoid segfaults due to image cache being cleared during redisplayEli Zaretskii2019-02-041-1/+14
* Fix bugs caused by running window change functions during redisplayMartin Rudalics2019-02-021-24/+3
* Unbreak the macOS NS buildEli Zaretskii2019-01-191-2/+0
* Merge from origin/emacs-26Glenn Morris2019-01-181-26/+19
|\
| * Prevent redrawing if frame is garbagedAlan Third2019-01-151-13/+1
| * Attempt to fix hangs on MS-Windows due to C-gEli Zaretskii2019-01-141-13/+18
* | Run window change functions during redisplayMartin Rudalics2019-01-111-31/+41
* | Use shortcuts for FlengthPaul Eggert2019-01-091-1/+1
* | Avoid a compiler warning on macOS.Philipp Stephani2019-01-021-0/+2
* | Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\ \ | |/
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | Fix assertion-violations on non-integersPaul Eggert2018-12-301-1/+1
* | Avoid that unwind_format_mode_line messes up buffer points (Bug#32777)Martin Rudalics2018-12-291-1/+31
* | Merge from origin/emacs-26Glenn Morris2018-12-151-1/+4
|\ \ | |/
| * Fix display of line numbers in empty lines beyond EOBEli Zaretskii2018-12-141-1/+4
* | Fix stray CHECK_FIXNUM_COERCE_MARKERPaul Eggert2018-12-131-1/+1
* | Add make_vector and make_nil_vectorPaul Eggert2018-12-091-2/+2
* | Convert NS face colors to RGBA when comparing with frame valuesRobert Pluim2018-11-301-3/+3
* | Merge from origin/emacs-26Glenn Morris2018-11-281-2/+13
|\ \ | |/
| * Fix more drawing bugs in NS port (bug#32932)Alan Third2018-11-251-2/+13
* | A further fix for locally remapped fringe faceEli Zaretskii2018-11-041-0/+15
* | Merge from origin/emacs-26Glenn Morris2018-10-161-24/+34
|\ \ | |/
| * Use the 'line-number' face for line-number fields past EOBEli Zaretskii2018-10-131-24/+34
* | Allow 'make-cursor-line-fully-visible' name a functionEli Zaretskii2018-09-301-17/+52
* | Don't call modification hooks unpreparedNoam Postavsky2018-09-151-0/+9
* | Simplify bignum->intmax conversionPaul Eggert2018-09-041-3/+5
* | Merge from origin/emacs-26Glenn Morris2018-08-291-8/+12
|\ \ | |/
| * Avoid infinite hscrolling loops when line numbers are displayedEli Zaretskii2018-08-281-8/+12
* | Improve bignum support for system typesPaul Eggert2018-08-271-19/+22
* | Turn misc objects into pseudovectorsPaul Eggert2018-08-111-23/+22
* | Merge remote-tracking branch 'origin/master' into feature/bignumTom Tromey2018-08-091-17/+38
|\ \
| * | ; Fix typos in commentaryCharles A. Roelli2018-08-081-13/+13
| * | ; * src/xdisp.c: Fix typo.Charles A. Roelli2018-08-051-1/+1
| * | Merge from emacs-26Noam Postavsky2018-08-041-0/+1
| |\ \ | | |/
| | * Avoid assertion violations in maybe_produce_line_numberEli Zaretskii2018-08-021-0/+1
| * | Prefer NILP (x) to EQ (x, Qnil)Paul Eggert2018-07-191-1/+1
| * | Avoid infloop in redisplay due to faulty mode-line propertiesJonathan Kyle Mitchell2018-07-141-2/+22
* | | More macro renamings for bignumTom Tromey2018-08-071-94/+94
* | | Rename integerp->fixnum, etc, in preparation for bignumsTom Tromey2018-07-121-207/+207
|/ /
* | Merge from origin/emacs-26Glenn Morris2018-07-021-2/+4
|\ \ | |/
| * * src/xdisp.c (Vmouse_autoselect_window): Clarify doc-string (Bug#31975)Martin Rudalics2018-06-271-2/+4