aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/mouse.el (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ | |/
| * Select the right buffer for event in context-menu functions (bug#9923)Juri Linkov2021-12-061-8/+9
* | Fix regression introduced by previous context-menu-map changeLars Ingebrigtsen2021-12-051-1/+2
* | Remove separators at the beginning and end of the context menuJim Porter2021-12-031-5/+14
* | Ensure there are no duplicate separators when creating a context menuJim Porter2021-12-021-4/+4
* | Merge from origin/emacs-28Stefan Kangas2021-11-211-1/+5
|\ \ | |/
| * Fix mouse events on tab bar or tool bar when 'track-mouse' is tmartin rudalics2021-11-201-1/+5
* | Merge from origin/emacs-28Stefan Kangas2021-11-191-4/+7
|\ \ | |/
| * Fix sorting of menus in `context-menu-local' (bug#50067).Juri Linkov2021-11-181-2/+2
| * Fix flyspell-correct-word selected from context menu opened with the keyboardJuri Linkov2021-11-181-2/+5
* | Merge from origin/emacs-28Stefan Kangas2021-11-091-1/+1
|\ \ | |/
| * * lisp/mouse.el (mouse-buffer-menu-mode-groups): Tighten "Version Control".Juri Linkov2021-11-081-1/+1
* | Merge from origin/emacs-28Glenn Morris2021-10-221-1/+1
|\ \ | |/
| * * lisp/menu-bar.el (menu-bar-keymap): Add optional arg KEYMAP (bug#50067).Juri Linkov2021-10-211-1/+1
* | Merge from origin/emacs-28Glenn Morris2021-10-141-1/+2
|\ \ | |/
| * Fix Help functions for clicks on tool bar and tab barEli Zaretskii2021-10-141-1/+2
* | Perform cleanup on errors in mouse-drag-trackYuri D'Elia2021-10-061-67/+73
* | Improve interaction between mouse-drag-region and scroll-marginYuri D'Elia2021-10-061-7/+12
|/
* Move context-menu selection items Defun/List/Symbol to prog-mode (bug#9054)Juri Linkov2021-10-031-12/+1
* * lisp/mouse.el (context-menu-map): Fix when menu is a command (bug#50851)Juri Linkov2021-09-281-1/+1
* * lisp/mouse.el (context-menu-region): Check for nil for char-after at eobp.Juri Linkov2021-09-271-2/+3
* New thing-at-point target 'string' used in context-menu-regionJuri Linkov2021-09-241-6/+11