summaryrefslogtreecommitdiff
path: root/src/xdisp.c
Commit message (Expand)AuthorAgeFilesLines
* Merge from origin/emacs-29Stefan Kangas2022-12-281-3/+5
|\
| * Improve handling of tab-bar height.Gregory Heytings2022-12-261-3/+5
* | Redisplay "invisible" frames that are actually visible on modern XPo Lu2022-12-261-12/+12
* | Merge from origin/emacs-29Stefan Kangas2022-12-251-1/+7
|\ \ | |/
| * ; * src/xdisp.c (redisplay_internal): Reinstate the FRAME_LIVE_P test.Eli Zaretskii2022-12-241-0/+4
| * Fix crash after X errorPo Lu2022-12-241-5/+7
* | Merge from origin/emacs-29Stefan Kangas2022-12-191-4/+14
|\ \ | |/
| * Avoid crashes in PGTK build due to signal in 'note_mouse_highlight'Eli Zaretskii2022-12-181-4/+7
| * Fix resizing of mini-windows by 'set-minibuffer-message'Eli Zaretskii2022-12-171-0/+7
* | Merge from origin/emacs-29Po Lu2022-12-111-2/+1
|\ \ | |/
| * Actually improve detection of long linesGregory Heytings2022-12-111-2/+1
* | Make a boxed menu bar have a shadow at its right end (bug#59778)Manuel Giraud2022-12-041-5/+25
* | More behind the scenes transparent speedups around xselect.cPo Lu2022-12-021-7/+16
* | Merge from origin/emacs-29Stefan Kangas2022-12-021-1/+2
|\ \ | |/
| * Improve detection of very long linesEli Zaretskii2022-12-021-1/+2
* | Merge from origin/emacs-29Stefan Kangas2022-12-011-1/+2
|\ \ | |/
| * ; Fix typos (don't abbreviate "with" or "without")Stefan Kangas2022-12-011-1/+2
* | Make sure the menu-bar height is updated on X when fonts changeManuel Giraud2022-12-011-1/+17
|/
* Do not enter locked narrowing when it would span the whole bufferGregory Heytings2022-11-281-2/+3
* Minor improvements to locked narrowingGregory Heytings2022-11-271-4/+5
* Merge branch 'feature/improved-locked-narrowing'Gregory Heytings2022-11-271-11/+48
|\
| * ; * src/xdisp.c (get_locked_narrowing_begv): Minor change.Gregory Heytings2022-11-271-2/+1
| * Docstring improvementsGregory Heytings2022-11-261-1/+1
| * Docstring improvementsGregory Heytings2022-11-261-4/+5
| * Improve locked narrowing around low-level hooks.Gregory Heytings2022-11-261-4/+40
| * Reworked locked narrowing.Gregory Heytings2022-11-251-34/+0
| * Merge master into feature/improved-locked-narrowing.Gregory Heytings2022-11-241-21/+41
| |\
| * \ Merge master into feature/improved-locked-narrowing.Gregory Heytings2022-10-301-212/+133
| |\ \
| * \ \ Merge master into feature/improved-locked-narrowing.Gregory Heytings2022-08-231-1/+2
| |\ \ \
| * | | | Better way to protect redisplay routines from locked narrowings.Gregory Heytings2022-08-211-0/+35
| * | | | Revert 4f19e1a5d1Gregory Heytings2022-08-211-37/+19
| * | | | Fix mode line redisplay bug when locked narrowing is in effect.Gregory Heytings2022-08-211-19/+37
| * | | | Improved locked narrowing.Gregory Heytings2022-08-201-2/+2
* | | | | Fix error signaled by mouse-highlight on mode lineEli Zaretskii2022-11-231-1/+4
| |_|_|/ |/| | |
* | | | Fix click position to menu bar entry with no-toolkitManuel Giraud2022-11-191-1/+1
* | | | Merge remote-tracking branch 'origin/scratch/noverlay'Stefan Monnier2022-11-171-8/+2
|\ \ \ \
| * | | | itree.c: Get rid of the old iterator codescratch/noverlayStefan Monnier2022-11-171-8/+2
* | | | | Fix display of mode line when the right divider is usedEli Zaretskii2022-11-171-1/+19
|/ / / /
* | | | Avoid assertion violations in matrix_rowEli Zaretskii2022-11-091-1/+7
* | | | ; Avoid compiler warnings in 'extend_face_to_end_of_line'Eli Zaretskii2022-11-061-0/+3
* | | | Revert "Pacify -Wnull-dereference"Eli Zaretskii2022-11-061-8/+8
* | | | Pacify -Wnull-dereferencePo Lu2022-11-061-8/+8
* | | | Fix face extension when Org narrows the bufferEli Zaretskii2022-11-061-10/+9
| |_|/ |/| |
* | | Merge remote-tracking branch 'origin/feature/noverlay'Stefan Monnier2022-10-281-159/+36
|\ \ \
| * | | Prefix all itree.h type names with itree_Matt Armstrong2022-10-191-2/+2
| * | | New ITREE_FOREACH macroStefan Monnier2022-10-021-12/+5
| * | | Avoid nested iteration over intervals (bug#58144)Gerd Möllmann2022-09-281-2/+10
| * | | Merge 'master' into noverlayStefan Monnier2022-09-251-2064/+6473
| |\ \ \
| * | | | Remove redundant checks for the empty overlay treefeature/noverlayAndreas Politz2017-10-091-42/+40
| * | | | Provide a new tree data-structure for overlays.Andreas Politz2017-10-041-122/+45