summaryrefslogtreecommitdiff
path: root/lisp/mouse.el
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* ; * lisp/mouse.el: declare functions to silence warningsMattias Engdegård2019-12-231-0/+3
* Adjust cursor column when auto-scrolling during rectangle selectionMattias Engdegård2019-12-171-3/+7
* Temporary enable transient-mark-mode for rectangle selectionMattias Engdegård2019-12-011-0/+4
* Improved mouse rectangle selection robustness (bug#38013)Mattias Engdegård2019-11-301-5/+13
* Mouse rectangular region selection (bug#38013)Mattias Engdegård2019-11-271-1/+112
* * lisp/tab-bar.el: Add missing arg.Juri Linkov2019-11-171-1/+1
* Fix some quoting glitches in doc stringsPaul Eggert2019-11-081-3/+3
* Inhibit undo-in-region for mouse-drag-region (bug#37700)Mattias Engdegård2019-10-311-0/+6
* Merge branch 'feature/tabs'Juri Linkov2019-10-011-0/+1
|\
| * Small fixes. Bind [tab-line mouse-1] to mouse-select-window.Juri Linkov2019-09-251-0/+1
* | lisp/*.el: Fix typos and other trivial doc fixesJuanma Barranquero2019-09-211-1/+1
|/
* Fix two mouse drag and drop issues (Bug#28620, Bug#36269)Martin Rudalics2019-08-041-2/+3
* Fix *Messages* grouping in C-Mouse-1 buffer menuLars Ingebrigtsen2019-07-151-1/+1
* Go back to "Maintainer: emacs-devel@gnu.org"Paul Eggert2019-05-251-0/+1
* Fixes for "Maintainer:" and related linesPaul Eggert2019-05-191-1/+0
* Declare rectangle functions in mouse.el to avoid warningsLars Ingebrigtsen2019-05-171-0/+4
* Avoid some double-rounding of Lisp timestampsPaul Eggert2019-02-221-3/+5
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | * mouse.el (mouse-posn-property): Add commentStefan Monnier2018-11-191-0/+4
* | 'minor-mode-menu-from-indicator' now display full minor mode.Pierre Téchoueyres2018-11-031-1/+4
* | Subject: (mouse-drag-and-drop-region): Simplify and remove assumptionsFederico Tedin2018-10-261-25/+11
* | Allow two mouse functions to work with Rectangle Mark modeFederico Tedin2018-10-171-26/+80
* | Merge from origin/emacs-26Glenn Morris2018-09-281-1/+1
|\ \ | |/
| * * lisp/mouse.el (tear-off-window): Fix non-mouse use (bug#32799)Stefan Monnier2018-09-221-1/+1
* | Merge from origin/emacs-26Glenn Morris2018-06-231-2/+2
|\ \ | |/
| * Fix bug of 'mouse-drag-and-drop-region' to detect edges of region (Bug#31905)Tak Kunihiro2018-06-201-2/+2
* | Merge from origin/emacs-26Glenn Morris2018-06-181-1/+5
|\ \ | |/
| * Prevent errant scroll on mouse click (Bug#31546)Aaron Jensen2018-06-171-1/+5
* | (read_key_sewuence): Use POSN in second event when needed (bug#30955)Stefan Monnier2018-03-271-1/+6
* | * lisp/mouse.el: Remove redundant ':group's.Stefan Monnier2018-03-271-26/+12
* | * lisp/mouse.el: Rework the mouse-1-click remappingStefan Monnier2018-01-301-52/+48
|/
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* Make 'mouse-drag-and-drop-region' more robust and customizableTak Kunihiro2017-12-171-59/+278
* ; Fix last fix of 'mouse-drag-and-drop-region'Martin Rudalics2017-11-141-1/+1
* Make 'mouse-drag-and-drop-region' work with 'mouse-autoselect-window' non-nilMartin Rudalics2017-11-141-1/+3
* Improve customization type of 'mouse-drag-and-drop-region'Charles A. Roelli2017-10-151-1/+9
* ; * lisp/mouse.el (secondary-selection-exist-p): Doc fix.Eli Zaretskii2017-09-211-1/+1
* Support setting region from secondary selection and vice versaTak Kunihiro2017-09-211-0/+28
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Spelling fixesPaul Eggert2017-07-061-1/+1
* Provide additional support for child framesMartin Rudalics2017-06-251-23/+410
* Support drag and drop of region by mouse (Bug#26725)Tak Kunihiro2017-05-271-5/+90
* Don't pass the value of point to 'push-mark', as that's the default.Bartosz Duszel2017-04-281-1/+1
* Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\
| * Update copyright year to 2017Paul Eggert2016-12-311-1/+1
| * Fix region display while dragging mouseEli Zaretskii2016-09-231-3/+5
* | Update parameter :version to 26.1 in several defcustomTino Calancha2016-11-171-1/+1
* | Merge from origin/emacs-25Paul Eggert2016-09-261-4/+6
|\ \ | |/