summaryrefslogtreecommitdiff
path: root/src/xdisp.c
Commit message (Expand)AuthorAgeFilesLines
* Fix setting cursor when the window's op line has 'line-prefix'Eli Zaretskii2023-12-021-2/+4
* ; Fix doc strings of overlay-arrow variablesEli Zaretskii2023-10-011-2/+3
* Fix 'window-text-pixel-size' when there are several images at STARTEli Zaretskii2023-09-141-1/+0
* Avoid crashes in 'display_count_lines' when current buffer was killedEli Zaretskii2023-08-121-0/+2
* Fix rare crashes in redisplay due to problems with fontsetsEli Zaretskii2023-08-121-5/+16
* Avoid crashes due to invalid 'mode-line-format'Eli Zaretskii2023-07-301-1/+2
* ; * src/xdisp.c: Fix wording in commentary.Eli Zaretskii2023-07-201-2/+1
* ; * src/xdisp.c: Fix typos in the commentary.Eli Zaretskii2023-07-191-8/+8
* ; * src/xdisp.c: Improve commentary. (Bug#64596)Eli Zaretskii2023-07-191-44/+78
* ; * src/xdisp.c: Minor improvements of the commentary.Eli Zaretskii2023-07-181-15/+17
* ; * src/xdisp.c (syms_of_xdisp) <display-line-numbers>: Fix typoGregory Heytings2023-06-131-1/+1
* ; * src/xdisp.c (redisplay_tool_bar): Fix a typo in a comment.Eli Zaretskii2023-06-091-1/+1
* Fix rare crashes in 'try_window_reusing_current_matrix'Eli Zaretskii2023-05-251-1/+3
* Merge branch 'scratch/long-lines-cleanup' into 'emacs-29'Gregory Heytings2023-05-131-41/+168
|\
| * Add an assertion in, and a commentary for, 'get_nearby_bol_pos'Gregory Heytings2023-05-131-3/+9
| * Another final fix to last changesGregory Heytings2023-04-021-1/+1
| * Three final fixes to last changesGregory Heytings2023-04-011-3/+3
| * Two further fixes to last changesGregory Heytings2023-04-011-2/+3
| * Improve and fix last changesGregory Heytings2023-04-011-12/+21
| * Fix cursor motion in character-only terminalsGregory Heytings2023-03-291-2/+6
| * Make get_medium_narrowing_begv/zv staticGregory Heytings2023-03-291-2/+2
| * Improve accuracy of cursor motion commands in long linesGregory Heytings2023-03-291-2/+21
| * Remove labeled restrictions before calling FwidenGregory Heytings2023-03-291-0/+1
| * Code cleanup for long line optimizationsGregory Heytings2023-03-291-36/+123
* | with-display-message: Workaround for bug#63253Stefan Monnier2023-05-091-2/+10
* | Fix vertical-motion when tab-line is displayed in a windowEli Zaretskii2023-05-011-3/+11
* | Fix scrolling window when point moves upShynur2023-03-301-2/+3
|/
* Improve docs for global-mode-string / %M constructPhil Sainty2023-03-261-1/+1
* Replace C++ comments with C style equivalentsPo Lu2023-03-011-1/+1
* Avoid division by zero in get_narrowed_* functionsEli Zaretskii2023-02-221-5/+5
* Fix cursor motion when there's line-prefix and display string at BOLEli Zaretskii2023-02-181-2/+2
* Allow 'icon-title-format' to have the value tEli Zaretskii2023-02-171-4/+7
* Rename with/without-narrowing to with/without-restrictionEli Zaretskii2023-02-131-1/+1
* Update the documentation about labeled (locked) narrowingGregory Heytings2023-02-091-6/+5
* Rename two long line optimizations variablesGregory Heytings2023-02-091-6/+6
* Add specific symbols for narrowingsGregory Heytings2023-02-091-1/+3
* Fix display of raised/lowered composed textEli Zaretskii2023-02-051-0/+5
* Avoid assertion violation due to fill-column indicator faceEli Zaretskii2023-01-051-6/+9
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* Improve handling of tab-bar height.Gregory Heytings2022-12-261-3/+5
* ; * 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
* 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
* Actually improve detection of long linesGregory Heytings2022-12-111-2/+1
* Improve detection of very long linesEli Zaretskii2022-12-021-1/+2
* ; Fix typos (don't abbreviate "with" or "without")Stefan Kangas2022-12-011-1/+2
* 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
|\