aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/mouse.el (follow)
Commit message (Expand)AuthorAgeFilesLines
* WiPscratch/error-APIStefan Monnier16 hours1-2/+2
* ; Add 2026 to copyright years.Sean Whitton2026-01-011-1/+1
* Fix mouse dragging on touch screensPo Lu2025-11-251-9/+14
* Restore mouse line dragging in character increments (Bug#79351)Martin Rudalics2025-09-271-78/+140
* New mode 'mouse-shift-adjust-mode' for S-<mouse-1>Juri Linkov2025-09-161-7/+54
* Context menu related fixes (bug#64980)Juri Linkov2025-09-161-24/+1
* Add "Send to..." context menu item to mouse.elAlvaro Ramirez2025-07-191-1/+16
* Implement dragging and resizing of tty child framesMartin Rudalics2025-03-171-7/+17
* ; Fix documentation of recent change in mouse.elEli Zaretskii2025-03-151-1/+4
* Fix mouse-posn-propertyGerd Möllmann2025-03-151-7/+18
* Implement tab line dragging with mouse (Bug#76084)Martin Rudalics2025-02-101-5/+10
* * lisp/mouse.el (mouse-skip-word): Avoid errors at EOB. (Bug#75965)Eli Zaretskii2025-02-081-1/+7
* Merge branch 'scratch/no-purespace' into 'master'Stefan Kangas2025-02-011-75/+70
|\
| * Don't call purecopy in mouse.elStefan Kangas2024-12-121-75/+70
* | Fix mouse clicks on characters with parenthesis syntaxEli Zaretskii2025-01-041-24/+24
* | Update copyright year to 2025Paul Eggert2025-01-011-1/+1
|/
* (mouse-wheel-buttons): Map old-style wheel buttons to actual wheel eventsStefan Monnier2024-04-091-0/+13
* Context menu for project (bug#69566)Juri Linkov2024-03-141-0/+7
* New property 'context-menu-functions' (bug#62250)Juri Linkov2024-03-051-4/+10
* Merge from savannah/emacs-29Po Lu2024-01-021-1/+1
|\
| * ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
* | New defgroup pixel-scroll-precisionStefan Kangas2023-09-111-1/+1
* | Correct many instances of ``allows to''Po Lu2023-09-101-4/+5
* | Merge remote-tracking branch 'origin/master' into feature/androidPo Lu2023-07-191-13/+35
|\ \
| * | Improve reliability of minor mode menu dispatchPo Lu2023-07-191-13/+35
* | | Merge remote-tracking branch 'origin/master' into feature/androidPo Lu2023-07-181-3/+25
|\ \ \ | |/ /
| * | Fix display of minor mode menus when mode-line-compact is enabledPo Lu2023-07-181-3/+25
* | | Update Android portPo Lu2023-07-171-3/+9
|/ /
* | Merge from origin/emacs-29Eli Zaretskii2023-04-151-1/+2
|\ \ | |/
| * Fix 'C-h k' for "Paste from Kill Menu" in context menusEli Zaretskii2023-04-081-1/+2
* | Merge from origin/emacs-29Eli Zaretskii2023-01-011-1/+1
|\ \ | |/
| * ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* | New option for selecting symbols by double-clickingEli Zaretskii2022-12-161-2/+18
|/
* Avoid signaling args-out-of-range in mouse.elEli Zaretskii2022-11-231-0/+1
* Fix some no-X build warningsLars Ingebrigtsen2022-08-221-0/+3
* ; * lisp/mouse.el: Delete stale comment.Stefan Kangas2022-08-091-3/+1
* ; Fix typos.Mattias EngdegÄrd2022-07-021-3/+3
* Make <mouse-2> in mode line more careful as wellVisuwesh2022-06-261-3/+6
* Make <mouse-3> in the mode line more carefulVisuwesh2022-06-261-1/+7
* Allow appending to the kill ring with mouse selectionsLars Ingebrigtsen2022-06-201-2/+5
* New setting for mouse-drag-copy-region to not put "" onto kill ringLars Ingebrigtsen2022-06-091-3/+17
* Disable tooltip timeouts for drag-and-drop tooltipsPo Lu2022-06-091-1/+4
* Note caveats of `follow-tooltip' with system tooltipsPo Lu2022-06-091-0/+3
* Also show mouse DND tooltip contents during interprogram drag-and-dropPo Lu2022-06-091-2/+1
* Don't display mouse face during mouse drag-and-dropPo Lu2022-06-071-0/+1
* Improve doc of `mouse-drag-mode-line-buffer'Po Lu2022-06-041-1/+4
* Add new user option `mouse-drag-mode-line-buffer'Po Lu2022-06-031-1/+29
* Fix help-echo tooltips interfering with mouse drag-and-dropPo Lu2022-06-021-365/+378
* Improve mouse draggingPo Lu2022-05-121-1/+10
* Fix handling double-click-time nil or tStefan Kangas2022-05-021-0/+11