summaryrefslogtreecommitdiff
path: root/lisp/mouse.el
AgeCommit message (Expand)Author
2026-05-05Improve 'context-menu-send-to' (bug#79512)Juri Linkov
2026-03-10Use single-arg form of `signal` to re-throw an errorStefan Monnier
2026-01-01; Add 2026 to copyright years.Sean Whitton
2025-11-25Fix mouse dragging on touch screensPo Lu
2025-09-27Restore mouse line dragging in character increments (Bug#79351)Martin Rudalics
2025-09-16New mode 'mouse-shift-adjust-mode' for S-<mouse-1>Juri Linkov
2025-09-16Context menu related fixes (bug#64980)Juri Linkov
2025-07-19Add "Send to..." context menu item to mouse.elAlvaro Ramirez
2025-03-17Implement dragging and resizing of tty child framesMartin Rudalics
2025-03-15; Fix documentation of recent change in mouse.elEli Zaretskii
2025-03-15Fix mouse-posn-propertyGerd Möllmann
2025-02-10Implement tab line dragging with mouse (Bug#76084)Martin Rudalics
2025-02-08* lisp/mouse.el (mouse-skip-word): Avoid errors at EOB. (Bug#75965)Eli Zaretskii
2025-02-01Merge branch 'scratch/no-purespace' into 'master'Stefan Kangas
2025-01-04Fix mouse clicks on characters with parenthesis syntaxEli Zaretskii
2025-01-01Update copyright year to 2025Paul Eggert
2024-12-12Don't call purecopy in mouse.elStefan Kangas
2024-04-09(mouse-wheel-buttons): Map old-style wheel buttons to actual wheel eventsStefan Monnier
2024-03-14Context menu for project (bug#69566)Juri Linkov
2024-03-05New property 'context-menu-functions' (bug#62250)Juri Linkov
2024-01-02Merge from savannah/emacs-29Po Lu
2024-01-02; Add 2024 to copyright yearsPo Lu
2023-09-11New defgroup pixel-scroll-precisionStefan Kangas
2023-09-10Correct many instances of ``allows to''Po Lu
2023-07-19Merge remote-tracking branch 'origin/master' into feature/androidPo Lu
2023-07-19Improve reliability of minor mode menu dispatchPo Lu
2023-07-18Merge remote-tracking branch 'origin/master' into feature/androidPo Lu
2023-07-18Fix display of minor mode menus when mode-line-compact is enabledPo Lu
2023-07-17Update Android portPo Lu
2023-04-15Merge from origin/emacs-29Eli Zaretskii
2023-04-08Fix 'C-h k' for "Paste from Kill Menu" in context menusEli Zaretskii
2023-01-01Merge from origin/emacs-29Eli Zaretskii
2023-01-01; Add 2023 to copyright years.Eli Zaretskii
2022-12-16New option for selecting symbols by double-clickingEli Zaretskii
2022-11-23Avoid signaling args-out-of-range in mouse.elEli Zaretskii
2022-08-22Fix some no-X build warningsLars Ingebrigtsen
2022-08-09; * lisp/mouse.el: Delete stale comment.Stefan Kangas
2022-07-02; Fix typos.Mattias EngdegÄrd
2022-06-26Make <mouse-2> in mode line more careful as wellVisuwesh
2022-06-26Make <mouse-3> in the mode line more carefulVisuwesh
2022-06-20Allow appending to the kill ring with mouse selectionsLars Ingebrigtsen
2022-06-09New setting for mouse-drag-copy-region to not put "" onto kill ringLars Ingebrigtsen
2022-06-09Disable tooltip timeouts for drag-and-drop tooltipsPo Lu
2022-06-09Note caveats of `follow-tooltip' with system tooltipsPo Lu
2022-06-09Also show mouse DND tooltip contents during interprogram drag-and-dropPo Lu
2022-06-07Don't display mouse face during mouse drag-and-dropPo Lu
2022-06-04Improve doc of `mouse-drag-mode-line-buffer'Po Lu
2022-06-03Add new user option `mouse-drag-mode-line-buffer'Po Lu
2022-06-02Fix help-echo tooltips interfering with mouse drag-and-dropPo Lu
2022-05-12Improve mouse draggingPo Lu