summaryrefslogtreecommitdiff
path: root/src/xdisp.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git.savannah.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano2021-11-111-123/+481
|\
| * Enable scrolling optimization for xwidgetsPo Lu2021-11-071-2/+2
| * General improvements to NS portPo Lu2021-11-061-2/+0
| * Improve font display on NS portPo Lu2021-11-061-2/+0
| * Better detection of potentially malicious bidi textEli Zaretskii2021-11-041-7/+12
| * Merge from origin/emacs-28Eli Zaretskii2021-11-031-1/+2
| |\
| | * Fix header-line and tab-line when mode-line-compact is setEli Zaretskii2021-11-031-1/+2
| * | (string-pixel-width): Rewrite to avoid side effectsStefan Monnier2021-10-271-3/+6
| * | In 'window-text-pixel-size' use actual mode line heights if wanted (Bug#38181)Martin Rudalics2021-10-221-9/+34
| * | Merge from origin/emacs-28Glenn Morris2021-10-211-2/+15
| |\|
| | * Display a tab bar item as sunken when appropriatePo Lu2021-10-201-2/+7
| | * Fix tab bar item highlight when a mouse click is droppedPo Lu2021-10-201-0/+8
| * | Merge from origin/emacs-28Glenn Morris2021-10-191-3/+3
| |\|
| | * Rename tab-bar-drag-maybe to tab-bar--dragging-in-progressJuri Linkov2021-10-181-3/+3
| * | Merge from origin/emacs-28Glenn Morris2021-10-181-1/+11
| |\|
| | * Add tab-bar-drag-maybe for indication of tab dragging (bug#50993)Martin Rudalics2021-10-171-1/+11
| * | ; Fix typos in last change.Eli Zaretskii2021-10-171-5/+5
| * | Minor stylistic changes in last commitEli Zaretskii2021-10-171-40/+34
| * | Fix minor issues with text display when cursor is in mouse facePo Lu2021-10-171-64/+180
| * | Merge from origin/emacs-28Glenn Morris2021-10-161-11/+8
| |\|
| | * Fixes to account for windows' tab linesMartin Rudalics2021-10-151-11/+8
| * | Fix display of cursor in mouse-highlighted face with ':box'Eli Zaretskii2021-10-141-2/+145
| |/
| * Fix point positioning on mouse clicks with non-zero line-heightEli Zaretskii2021-10-101-0/+2
| * Backward compatibility option for 'nobreak-char-display'Eli Zaretskii2021-10-051-2/+24
| * Avoid segfaults due to 'bug-reference-mode'Eli Zaretskii2021-09-191-0/+6
| * Avoid crashes due to clearing of a frame's face cacheEli Zaretskii2021-09-151-6/+7
| * Support mouse events clicked on the tab bar but outside of any tab (bug#41343)Juri Linkov2021-09-131-1/+1
| * Merge branch 'feature/tab-bar-events'Juri Linkov2021-09-091-60/+44
| |\
| | * Improve tab-bar event handling (bug#41343)Juri Linkov2021-09-051-22/+22
| | * Bind [drag-mouse-1] to tab-bar-mouse-move-tab on tab-bar-mapJuri Linkov2021-08-181-4/+1
| | * Redesign tab-bar event processing (bug#41342, bug#41343)Juri Linkov2021-08-181-47/+34
| * | Improve documentation of line truncation and wrappingEli Zaretskii2021-09-041-1/+4
| * | Fix inaccuracies in documentation of 'message-truncate-lines'Eli Zaretskii2021-08-191-1/+1
| * | ; * src/xdisp.c (hscroll_window_tree): Fix a typo in a comment.Eli Zaretskii2021-08-191-1/+1
| * | Fix errors with hscrolling mini-windows under truncate-linesEli Zaretskii2021-08-191-2/+10
| * | Yet another place inside redisplay_window to prevent quittingEli Zaretskii2021-08-181-0/+7
| * | Fix abort when turning on Hebrew or Arabic input methodsEli Zaretskii2021-08-181-0/+1
| * | Another fix for quitting while displaying non-selected windowsEli Zaretskii2021-08-171-0/+13
| |/
| * ; * src/xdisp.c (display_mode_lines): Fix comment.Eli Zaretskii2021-08-151-2/+3
| * Fix unwarranted point movement after C-gEli Zaretskii2021-08-151-5/+11
| * Fix automatic hscrolling when line numbers are displayedEli Zaretskii2021-08-061-4/+5
* | Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano2021-07-251-36/+50
|\|
| * Fix display of line/wrap-prefix when there's a display property at BOLEli Zaretskii2021-07-221-2/+18
| * Fix display of mode-line with bidi formatting controlsEli Zaretskii2021-07-181-34/+32
* | Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano2021-07-181-1/+19
|\|
| * Show hand cursor when dragging frame (Bug#49247)Martin Rudalics2021-07-051-1/+19
* | Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano2021-06-201-1/+1
|\|
| * * src/xdisp.c (gui_draw_bottom_divider): Fix misleading indentation.Mattias EngdegÄrd2021-06-161-1/+1
* | Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano2021-06-131-13/+20
|\|
| * * src/xdisp.c (Fwindow_text_pixel_size): Plug memory leak. (Bug#48884)Eli Zaretskii2021-06-071-0/+3