summaryrefslogtreecommitdiff
path: root/src/xdisp.c
Commit message (Expand)AuthorAgeFilesLines
* Prefer C23 ckd_* to Gnulib *_WRAPV macrosPaul Eggert2023-05-171-5/+4
* Merge from origin/emacs-29Eli Zaretskii2023-05-131-41/+168
|\
| * 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 changesscratch/long-lines-cleanupGregory 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
* | | Merge branch 'emacs-29'Stefan Monnier2023-05-101-2/+10
|\ \ \ | |/ /
| * | with-display-message: Workaround for bug#63253Stefan Monnier2023-05-091-2/+10
* | | Merge from origin/emacs-29Eli Zaretskii2023-05-021-3/+11
|\ \ \ | |/ /
| * | Fix vertical-motion when tab-line is displayed in a windowEli Zaretskii2023-05-011-3/+11
* | | Optimize search for composable characters in redisplayEli Zaretskii2023-04-291-10/+25
* | | Merge from origin/emacs-29João Távora2023-04-031-2/+3
|\ \ \ | |/ /
| * | Fix scrolling window when point moves upShynur2023-03-301-2/+3
| |/
| * Improve docs for global-mode-string / %M constructPhil Sainty2023-03-261-1/+1
* | Improve docs for global-mode-string / %M constructPhil Sainty2023-03-271-1/+1
* | Merge from origin/emacs-29Stefan Kangas2023-03-021-1/+1
|\ \ | |/
| * Replace C++ comments with C style equivalentsPo Lu2023-03-011-1/+1
* | Merge from origin/emacs-29Stefan Kangas2023-02-231-5/+5
|\ \ | |/
| * Avoid division by zero in get_narrowed_* functionsEli Zaretskii2023-02-221-5/+5
* | Merge from origin/emacs-29Stefan Kangas2023-02-191-2/+2
|\ \ | |/
| * Fix cursor motion when there's line-prefix and display string at BOLEli Zaretskii2023-02-181-2/+2
* | Merge from origin/emacs-29Stefan Kangas2023-02-181-4/+7
|\ \ | |/
| * Allow 'icon-title-format' to have the value tEli Zaretskii2023-02-171-4/+7
* | Merge from origin/emacs-29Stefan Kangas2023-02-151-13/+14
|\ \ | |/
| * 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
* | Merge from origin/emacs-29Stefan Kangas2023-02-081-0/+5
|\ \ | |/
| * Fix display of raised/lowered composed textEli Zaretskii2023-02-051-0/+5
* | Update some commentary for C23Paul Eggert2023-02-041-1/+1
* | Add new SI prefixes R, Q in other placesPaul Eggert2023-01-061-1/+3
* | Merge from origin/emacs-29Stefan Kangas2023-01-061-6/+9
|\ \ | |/
| * Avoid assertion violation due to fill-column indicator faceEli Zaretskii2023-01-051-6/+9
* | Merge from origin/emacs-29Eli Zaretskii2023-01-011-1/+1
|\ \ | |/
| * ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* | 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
|\ \ | |/