summaryrefslogtreecommitdiff
path: root/lisp/mouse.el
Commit message (Expand)AuthorAgeFilesLines
* ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
* Fix 'C-h k' for "Paste from Kill Menu" in context menusEli Zaretskii2023-04-081-1/+2
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* 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
* Make isearch respond to 'mouse-yank-at-point'Lars Ingebrigtsen2022-04-271-1/+3
* Respect new DND options when dragging to ourselves on HaikuPo Lu2022-04-051-1/+6
* Improve behavior of dragging text to windows on top of framesPo Lu2022-04-041-3/+20
* Make dragging stuff to a window above a frame workPo Lu2022-04-031-10/+22
* Fix error on mouse move over something not a window while dragging textPo Lu2022-04-021-11/+14
* ; * lisp/mouse.el (mouse-drag-and-drop-region-scroll-margin): Fix type.Po Lu2022-04-021-1/+2
* Add new option `mouse-drag-and-drop-region-scroll-margin'Po Lu2022-04-021-0/+36
* Implement DELETE selection target for cross program dragsPo Lu2022-04-021-80/+93
* Handle quitting correctly during interprogram drag-and-dropPo Lu2022-03-231-7/+9
* Fix two no-X compilation warningsLars Ingebrigtsen2022-03-221-0/+3
* Display drag-and-drop messages in echo area on non-graphics displaysPo Lu2022-03-171-3/+19
* Fix minor bugs with XDND supportPo Lu2022-03-161-1/+3
* Fix tooltip text properties showing up in dragged textPo Lu2022-03-161-8/+28
* Better handle drag-and-drop from one Emacs frame to anotherPo Lu2022-03-161-116/+119
* Add support for dragging text from Emacs to other programsPo Lu2022-03-161-107/+131
* * lisp/mouse.el (context-menu-entry): Remove help-buffer-under-preparation.Juri Linkov2022-02-201-3/+1
* * lisp/mouse.el (context-menu-entry): Don't create menu for Help commands.Juri Linkov2022-02-171-1/+3
* * lisp/mouse.el (context-menu-map): Select only unselected window (bug#53910)Juri Linkov2022-02-101-1/+3
* Improve selection of fonts available from `mouse-set-font'Po Lu2022-02-091-13/+62
* * lisp/mouse.el (context-menu-map): Select clicked window (bug#53249).Juri Linkov2022-01-151-0/+2
* More fixes for recently committed context-menu additions from bug#52973Juri Linkov2022-01-151-2/+3
* Revert "Add command to invoke a search engine"Lars Ingebrigtsen2022-01-151-30/+0
* Add new context menu functions to the context-menu-functions typeLars Ingebrigtsen2022-01-141-0/+3
* Add command to invoke a search enginePhilip Kaludercic2022-01-141-0/+30
* Prevent further cases of duplicated separators in context menusJim Porter2022-01-041-13/+21
* Merge from origin/emacs-28Eli Zaretskii2022-01-011-1/+1
|\
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* | lisp/mouse.el: Fix some lambdas quoted with ` or 'Stefan Monnier2021-12-081-73/+72
* | * lisp/mouse.el (context-menu-entry): Bind to make-sparse-keymap, not ignore.Juri Linkov2021-12-081-1/+1
* | Merge from origin/emacs-28Stefan Kangas2021-12-071-8/+9
|\|