aboutsummaryrefslogtreecommitdiffstats
path: root/src/xdisp.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix vertical cursor motion across tall text or small imagesEli Zaretskii2021-05-131-0/+42
* Major rewrite of adjust_frame_sizeMartin Rudalics2021-04-271-19/+10
* Fix 'window-text-pixel-size' when there's after-string at EOBEli Zaretskii2021-04-221-1/+13
* ; Fix a couple of recent typos.Basil L. Contovounesios2021-04-141-2/+3
* * src/xdisp.c (wset_update_mode_line): Move from `src/window.c`Stefan Monnier2021-04-131-0/+12
* Resurrect mouse-highlight of close buttons on tab-barEli Zaretskii2021-04-131-3/+113
* Fix handling of mouse clicks on tab-bar buttonsEli Zaretskii2021-04-111-137/+10
* Prevent open minibuffers getting lost when their frame gets deletedAlan Mackenzie2021-03-211-2/+1
* Fix dangerous code in xdisp.cEli Zaretskii2021-02-241-2/+3
* Better support for 'truncate-line' non-nil in the mini-windowEli Zaretskii2021-02-241-11/+20
* * src/xdisp.c (move_it_to): Fix last change. (Bug#46316)Eli Zaretskii2021-02-141-1/+2
* Fix I-search at EOB when long lines are truncatedEli Zaretskii2021-02-131-1/+3
* Fix vertical cursor motion among many imagesEli Zaretskii2021-02-131-2/+2
* Fix scrolling past tall imagesEli Zaretskii2021-02-081-2/+5
* ; * src/xdisp.c (Fwindow_text_pixel_size): Fix comment.Eli Zaretskii2021-02-051-2/+2
* ; * src/xdisp.c (Fwindow_text_pixel_size): Another minor fix.Eli Zaretskii2021-02-051-1/+1
* Fix last change in 'window-text-pixel-size'Eli Zaretskii2021-02-051-1/+2
* Fix 'window-text-pixel-size' for short spans of textEli Zaretskii2021-02-041-1/+22
* Merge from origin/emacs-27Glenn Morris2021-02-031-2/+4
|\
| * Improve documentation of auto-resize-tool/tab-barsEli Zaretskii2021-01-301-2/+4
| * Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* | Make syntax errors say the line/column they appear atLars Ingebrigtsen2021-02-011-0/+9
* | Remove unused argument from set_frame_menubar (Bug#45759)Stefan Kangas2021-01-301-1/+1
* | Fix display of stretches of whitespace in the display marginsEli Zaretskii2021-01-271-1/+2
* | Enable TTY mouse-face support when built without GPM supportJoão Távora2021-01-221-2/+1
* | Make mouse-related calls be more consistent on all frame typesJared Finder2021-01-161-2/+1
* | Fix 'window-text-pixel-size' when there are leading/trailing spacesAaron Jensen2021-01-151-2/+6
* | Fix 'visual-line-mode' when 'word-wrap-by-category' is in effectEli Zaretskii2021-01-131-3/+2
* | Fix off-by-one error in mode-line-compact codeAmin Bandali2021-01-041-1/+1
* | * src/xdisp.c (syms_of_xdisp): New var redisplay-skip-fontification-on-inputStefan Monnier2021-01-041-0/+14
* | Fix backslash mistakes in doc strings in C codeMattias Engdegård2021-01-021-1/+1
* | Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* | Improve the `long' computation of `mode-line-compact'Lars Ingebrigtsen2020-12-301-2/+1
* | * src/xdisp.c (display_mode_line): I guess FALSE should be false.Glenn Morris2020-12-281-1/+1
* | Revert the previous display_string changeLars Ingebrigtsen2020-12-291-24/+20
* | Fix compact mode line text propertiesLars Ingebrigtsen2020-12-291-14/+27
* | Add a parameter to display_string to allow not ignoring text propsLars Ingebrigtsen2020-12-291-19/+26
* | Introduce new variable mode-line-compactLars Ingebrigtsen2020-12-291-3/+46
* | Inhibit buffer hooks in temporary buffersBasil L. Contovounesios2020-12-201-2/+2
* | Fix C-n/C-p when a line starts with an imageEli Zaretskii2020-12-151-1/+21
* | Improve accuracy of scrolling commandsEli Zaretskii2020-12-141-1/+12
* | New variable `redisplay_adhoc_scroll_in_resize_mini_windows`Stefan Monnier2020-12-121-22/+36
* | Avoid segfaults in pos_visible_pEli Zaretskii2020-12-101-22/+18
* | Don't abort when terminated by SIGINT in -batchEli Zaretskii2020-12-041-2/+7
* | Merge from origin/emacs-27Michael Albinus2020-11-251-0/+2
|\ \ | |/
| * Fix display artifacts when 'display' properties cover newlinesEli Zaretskii2020-11-241-0/+2
* | Merge from origin/emacs-27Glenn Morris2020-11-161-9/+9
|\ \ | |/
| * Fix display of truncated R2L lines on TTY framesEli Zaretskii2020-11-141-2/+1
| * Avoid crashes when a reversed glyph row starts with a compositionEli Zaretskii2020-11-141-7/+8
* | Merge from origin/emacs-27Glenn Morris2020-11-131-3/+3
|\ \ | |/