aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Fix minor problem with scroll bar grabs on HaikuPo Lu2022-07-281-7/+8
| * | | | Fix race conditions in mouse button handling on HaikuPo Lu2022-07-281-49/+87
| * | | | * src/xterm.c (x_set_offset): Respect x-no-window-manager.Po Lu2022-07-281-1/+5
| * | | | Remove excessive synchronization from x_sync_with_movePo Lu2022-07-281-5/+3
| * | | | Fix thinko in last changePo Lu2022-07-271-7/+11
| * | | | Fix invalid current buffer after print-unreadable-function signalsPo Lu2022-07-271-3/+2
| * | | | Fix frame determination for XI touch eventsPo Lu2022-07-271-3/+3
| * | | | Remove workaround for some input method problemsPo Lu2022-07-271-43/+1
| * | | | Fix NS stretch glyph displayPo Lu2022-07-271-37/+90
| * | | | Teach 'network-lookup-address-info' to validate numeric addressesRobert Pluim2022-07-261-8/+19
| * | | | Fix flicker when moving tooltips between frames during mouse drag-and-dropPo Lu2022-07-263-3/+2
| * | | | Handle modifiers during Haiku DND wheel movementPo Lu2022-07-261-6/+7
| * | | | Merge from origin/emacs-28Stefan Kangas2022-07-261-1/+1
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Avoid infloop in 'recenter'Eli Zaretskii2022-07-251-1/+1
| * | | | Remove some redundant checks in the DND codePo Lu2022-07-261-4/+5
| * | | | Fix mouse face handling during frame reentry on HaikuPo Lu2022-07-251-0/+4
| * | | | Fix mouse face handling with tooltipsPo Lu2022-07-251-0/+27
| * | | | ; Rename misnamed function in xterm.cPo Lu2022-07-251-20/+17
| * | | | Prevent exposing tooltip frames to Lisp code during drag-and-dropPo Lu2022-07-241-5/+19
| * | | | Update pdumper.c after recent long lines changesBasil L. Contovounesios2022-07-231-1/+2
| * | | | Correct symbol in error for failed CHECK_INTEGER (bug#56723)Mattias EngdegÄrd2022-07-231-1/+1
| * | | | Undo C parts of "Don't use the Gtk region face"Po Lu2022-07-234-2/+93
| * | | | Don't use the Gtk region faceLars Ingebrigtsen2022-07-234-93/+2
| * | | | Improve efficiency of DND tooltip movementPo Lu2022-07-231-0/+16
| * | | | Merge from origin/emacs-28Stefan Kangas2022-07-231-5/+7
| |\ \ \ \ | | |/ / /
| | * | | * src/terminal.c (Fframe_terminal): Use active voiceRobert Pluim2022-07-221-1/+1
| | * | | Improve 'terminal-live-p' docstring some moreRobert Pluim2022-07-221-5/+6
| | * | | Improve terminal-live-p docstringRobert Pluim2022-07-221-1/+2
| | * | | Prevent GC of window referenced from EmacsScrollerGerd Moellmann2022-07-193-0/+39
| * | | | ; * src/xdisp.c (set_vertical_scroll_bar): Fix typoRobert Pluim2022-07-221-1/+1
| * | | | Fix display of scroll-bar in mini-windowsEli Zaretskii2022-07-221-11/+13
| * | | | Fix bug#56692 questionablyPo Lu2022-07-221-2/+4
| * | | | Fix handling hscroll during drag-and-dropPo Lu2022-07-221-1/+4
| * | | | Fix posn-timestamp of scroll bar events on GTKPo Lu2022-07-221-25/+43
| * | | | ; Clarify doc string of 'long-line-threshold'Eli Zaretskii2022-07-211-5/+7
| | |/ / | |/| |
| * | | Merge branch 'feature/fix-the-long-lines-display-bug'Gregory Heytings2022-07-2111-37/+153
| |\ \ \
| | * | | * src/xdisp.c (redisplay_window): Small optimization.feature/fix-the-long-lines-display-bugGregory Heytings2022-07-201-3/+4
| | * | | Further tweaks to long lines handling.Gregory Heytings2022-07-204-5/+9
| | * | | Simplified and improved heuristic for long lines detection.Gregory Heytings2022-07-195-22/+23
| | * | | Revert commits 1ff69cc744 and 9a894206f6.Gregory Heytings2022-07-193-16/+1
| | * | | Improve the heuristic for long lines detection again.Gregory Heytings2022-07-191-1/+3
| | * | | * src/xdisp.c (set_vertical_scroll_bar): Remove stale comment.Eli Zaretskii2022-07-181-2/+0
| | * | | Fix calculation of the vertical scroll bar's thumbEli Zaretskii2022-07-181-1/+17
| | * | | Improve the heuristic for long lines detection.Gregory Heytings2022-07-183-1/+14
| | * | | Shorter and safer fix for the segfault.Gregory Heytings2022-07-181-11/+4
| | * | | Further improvements to long lines handling.Gregory Heytings2022-07-181-3/+16
| | * | | Fix typo in e7b5912b23.Gregory Heytings2022-07-171-1/+1
| | * | | Improvements to long lines handling.Gregory Heytings2022-07-166-30/+76
| | * | | Avoid assertion violations in 'back_to_previous_visible_line_start'Eli Zaretskii2022-07-091-1/+2
| | * | | Fix segfault in composite.cEli Zaretskii2022-07-091-1/+1