aboutsummaryrefslogtreecommitdiffstats
path: root/src/xdisp.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix last changeEli Zaretskii2024-06-201-5/+8
* Fix use of ':align-to' in 'wrap-prefix'Eli Zaretskii2024-06-201-1/+8
* Avoid crashes in half-baked emacsclient framesEli Zaretskii2024-06-071-3/+6
* Spelling fixesPaul Eggert2024-06-041-2/+2
* Avoid assertion violations in 'try_window_id'Eli Zaretskii2024-06-031-0/+7
* Prevent crashes due to redisplay while realizing the default faceEli Zaretskii2024-05-261-2/+4
* Merge from origin/emacs-29Eli Zaretskii2024-05-251-1/+1
|\
| * Avoid assertion violations in displaying under 'outline-minor-mode'Eli Zaretskii2024-05-251-1/+1
* | New functions '(set-)window-cursor-type'Eshel Yaron2024-05-181-11/+18
* | Fix some compilation warningsEli Zaretskii2024-05-141-0/+3
* | Pacify gcc -Wmissing-variable-declarationsPaul Eggert2024-05-111-2/+0
* | Replace calls to intern with a constant string with DEFSYMsPo Lu2024-05-091-6/+13
* | Do not report text conversion information from tooltip framesPo Lu2024-05-071-0/+1
* | Fix cursor misalignment on truncated RTL rowsPo Lu2024-05-051-1/+1
* | Merge from origin/emacs-29Eli Zaretskii2024-04-271-0/+2
|\ \ | |/
| * Avoid assertion violations in 'push_prefix_prop'Eli Zaretskii2024-04-211-0/+2
* | Better verify arguments to android-relinquish-directory-accessPo Lu2024-04-211-1/+4
* | Another fix for bug#70385Eli Zaretskii2024-04-171-1/+2
* | ; * src/xdisp.c (redisplay_internal): Typo fix in commentRobert Pluim2024-04-171-1/+1
* | * src/xdisp.c (note_fringe_highlight): Another attempt to fix bug#70385.Eli Zaretskii2024-04-161-1/+2
* | Minor fix in detecting recursive redisplay invocationsEli Zaretskii2024-04-161-4/+7
* | Another fix for bug#70385Po Lu2024-04-161-2/+4
* | Fix bug#70385Po Lu2024-04-151-4/+23
* | ; Fix coding style of last change to xdisp.cPo Lu2024-04-131-6/+7
* | Merge from origin/emacs-29Eli Zaretskii2024-04-131-1/+1
|\ \ | |/
| * Fix display of vscrolled windowsEli Zaretskii2024-04-111-1/+1
* | Support tooltips for fringe indicatorsVladimir Kazanov2024-04-131-2/+59
* | Speed up display of RTL text with many character compositionsEli Zaretskii2024-03-211-9/+11
* | Fix display of reordered Arabic textEli Zaretskii2024-02-261-5/+4
* | ; Don't use non-ASCII characters in C comments in xdisp.c.Eli Zaretskii2024-02-171-1/+1
* | Fix 'min-width' display property in 'buffer-text-pixel-size'Eli Zaretskii2024-02-111-3/+0
* | Fix signed/unsigned promotion errors involving Emacs_RectanglePo Lu2024-02-111-16/+17
* | Prefer `ITREE_FOREACH` over `overlays_in`Stefan Monnier2024-02-051-1/+1
* | (w->base_line_number): Rework the way we flush the cacheStefan Monnier2024-02-041-36/+46
* | Fix display of invisible text with opposite directionalityEli Zaretskii2024-02-041-33/+158
* | Prevent continuation from affecting tab width in/after line prefixPo Lu2024-02-011-17/+57
* | Don't hang when display objects are displaced by line or wrap-prefixesPo Lu2024-01-311-65/+135
* | ; Fix typosStefan Kangas2024-01-281-1/+1
* | Be more systematic about parens in C source codePaul Eggert2024-01-201-5/+5
* | Remove redundant conversion from bool to boolStefan Kangas2024-01-081-1/+1
* | (backtrace-on-redisplay-error): Use `handler-bind`Stefan Monnier2024-01-041-2/+18
* | Merge from savannah/emacs-29Po Lu2024-01-021-1/+1
|\ \ | |/
| * ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
* | Prevent overlapping sections of glyphs from being misalignedPo Lu2023-12-311-2/+7
* | ; * src/xdisp.c (draw_glyphs): Fix coding style.Po Lu2023-12-231-1/+1
* | Respect mouse-face on SVG image glyphs (bug#67794)Manuel Giraud2023-12-231-0/+20
* | Split safe_call between redisplay and non-redisplay versionsStefan Monnier2023-12-231-80/+35
* | Avoid infloop with wide imagesEli Zaretskii2023-12-041-1/+4
* | Improve 'window-text-pixel-size' when buffer includes imagesEli Zaretskii2023-12-031-6/+27
* | Merge from origin/emacs-29Eli Zaretskii2023-12-021-2/+4
|\ \ | |/