summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2022-07-20Implement wheel movement during DND on HaikuPo Lu
2022-07-20Fix setting user time upon scrolling self during DNDPo Lu
2022-07-19Simplified and improved heuristic for long lines detection.Gregory Heytings
2022-07-19Revert commits 1ff69cc744 and 9a894206f6.Gregory Heytings
2022-07-19Improve the heuristic for long lines detection again.Gregory Heytings
2022-07-19; * src/data.c (Fash): More precise doc stringMattias Engdegård
2022-07-19Prevent GC of window referenced from EmacsScrollerGerd Moellmann
2022-07-19Merge from origin/emacs-28Stefan Kangas
2022-07-19Fix timestamp specified in wheel movement XDND eventsPo Lu
2022-07-19Make drag-and-drop wheel movement work locally too on XPo Lu
2022-07-18* src/xdisp.c (set_vertical_scroll_bar): Remove stale comment.Eli Zaretskii
2022-07-18Fix calculation of the vertical scroll bar's thumbEli Zaretskii
2022-07-18Improve the heuristic for long lines detection.Gregory Heytings
2022-07-18Shorter and safer fix for the segfault.Gregory Heytings
2022-07-18; * src/buffer.c (syms_of_buffer) <mode-line-format>: Doc fix.Eli Zaretskii
2022-07-18Clarify `take` and `ntake` documentation (bug#56521)Mattias Engdegård
2022-07-18Further improvements to long lines handling.Gregory Heytings
2022-07-18Implement last change on Haiku as wellPo Lu
2022-07-18Preserve echo area message when running DND mouse movement functionPo Lu
2022-07-18Handle virtual modifiers in the DND scrolling codePo Lu
2022-07-17Add `take` and `ntake` (bug#56521)Mattias Engdegård
2022-07-17Fix leaking of file descriptors due to pipe processes on MS-WindowsEli Zaretskii
2022-07-17; * src/xdisp.c (redisplay_tool_bar): Fix a possible typo.Eli Zaretskii
2022-07-17Fix tab-bar resizing under 'auto-resize-tab-bars' = 'grow-only'Eli Zaretskii
2022-07-17Handle scrolling during XDND drag-and-dropPo Lu
2022-07-17Fix drag-and-drop button button flagsPo Lu
2022-07-17Fix typo in e7b5912b23.Gregory Heytings
2022-07-16Improvements to long lines handling.Gregory Heytings
2022-07-16* src/composite.c (find_automatic_composition): Fix off-by-one error.Eli Zaretskii
2022-07-16; * src/xdisp.c (try_window): Expand the commentary. (Bug#56561)Eli Zaretskii
2022-07-16Handle XDND mouse rects synchronouslyPo Lu
2022-07-15Fix ASAN error with fringe bitmap on NSAndreas Schwab
2022-07-15; * src/nsterm.m (ns_draw_window_cursor): Fix last change.Po Lu
2022-07-15Fix double unfocus during NS cursor displayPo Lu
2022-07-15Only preserve PRIMARY and CLIPBOARD selection ownership by defaultPo Lu
2022-07-15Avoid infloop in redisplay when displaying a tooltipEli Zaretskii
2022-07-15Fix generated drag-and-drop mouse rectanglesPo Lu
2022-07-15Fix sending button presses if the drop target specified a mouse rectanglePo Lu
2022-07-14Fix --without-x build after previous image cache changesLars Ingebrigtsen
2022-07-14Prune animation cache when images are no longer reachableLars Ingebrigtsen
2022-07-14Make image-cache-size also include the animation cacheLars Ingebrigtsen
2022-07-14Prune the animation cache from gcLars Ingebrigtsen
2022-07-14* src/gtkutil.c (xg_free_frame_widgets): Avoid compiler warning.Eli Zaretskii
2022-07-14; * src/xterm.c (x_scroll_bar_expose, mark_xterm): Fix last change.Eli Zaretskii
2022-07-14Silence unused variable warning in a build --without-allStefan Kangas
2022-07-14; Fix compilation warnings in a build --without-allEli Zaretskii
2022-07-14Pacify -Wunused-macros in --without-all buildsStefan Kangas
2022-07-14; Fix typosStefan Kangas
2022-07-14Try to restore the initial "daemon" frame when a display goes downPo Lu
2022-07-14; Fix typos: prefer American spellingStefan Kangas