aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/mwheel.el (follow)
Commit message (Expand)AuthorAgeFilesLines
* (mouse-wheel-buttons): Map old-style wheel buttons to actual wheel eventsStefan Monnier2024-04-091-13/+8
* xt-mouse.el: Obey `mouse-wheel-*-event` variables (bug#68698)Stefan Monnier2024-01-281-1/+1
* Take stock of the wheel-up/down confusionStefan Monnier2024-01-241-4/+4
* Don't invert wheel event directionsPo Lu2024-01-211-1/+9
* * lisp/mwheel.el (mouse-wheel-obey-old-style-wheel-buttons): SimplifyStefan Monnier2024-01-201-10/+1
* mwheel.el: Code clean to reduce duplicationStefan Monnier2024-01-201-33/+21
* mwheel.el: Remove `mouse-wheel-*-alternate-event` varsStefan Monnier2024-01-201-55/+21
* mwheel.el: Unconditionally use the `wheel-up/down/...` eventsStefan Monnier2024-01-201-5/+10
* (mwheel--is-dir-p): New macro to reduce code duplicationStefan Monnier2024-01-121-22/+23
* (mouse-wheel-*-event): Minor cleanupsStefan Monnier2024-01-091-12/+6
* Merge from savannah/emacs-29Po Lu2024-01-021-1/+1
|\
| * ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
* | Merge remote-tracking branch 'origin/master' into feature/androidPo Lu2023-04-081-7/+6
|\ \
| * | Remove useless unwind-protect forms, or make them useful as intendedMattias EngdegÄrd2023-04-071-7/+6
| |/
* | Update Android portPo Lu2023-01-131-4/+8
|/
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* ; Fix warning in mwheel.elStefan Kangas2022-07-041-0/+1
* ; * lisp/mwheel.el (mouse-wheel-scroll-amount): Doc fix.Eli Zaretskii2022-07-031-3/+3
* * lisp/mwheel.el: More fixes for global-text-scale (bug#48307)Juri Linkov2022-07-031-20/+27
* ; Minor fixes for 'global-text-scale-adjust'Eli Zaretskii2022-07-021-1/+2
* Command for global adjustments to the default faceGregory Heytings2022-07-021-1/+19
* Prefer Emacs mouse button event names to XEmacs namesStefan Kangas2022-06-221-3/+4
* Update font scaling documentation to not talk about "face height"Stefan Kangas2022-06-201-3/+5
* Further audits of single quotes in Lisp doc stringsLars Ingebrigtsen2022-05-241-2/+2
* Merge from origin/emacs-28Eli Zaretskii2022-01-011-1/+1
|\
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* | Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano2021-12-061-1/+1
|\ \
| * | Fix tty mouse wheel on window systems other than XPo Lu2021-12-051-4/+16
* | | Fix build after mergePo Lu2021-11-301-1/+1
* | | Merge remote-tracking branch 'origin/master' into feature/pgtkPo Lu2021-11-301-54/+83
|\ \ \ | |/ /
| * | Fix mouse-wheel-text-scalePo Lu2021-11-241-2/+2
| * | Add :version tags to new mwheel defcustomsRobert Pluim2021-11-211-0/+2
| * | Add support for the Haiku operating system and its window systemPo Lu2021-11-201-4/+8
| * | Add support for event processing via XInput 2Po Lu2021-11-201-14/+52
| |/
* | Support xterm-mouse-mode mouse-4/5Yuuki Harano2021-11-171-21/+48
* | Merge branch 'master' of git.savannah.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano2021-11-111-24/+26
|\ \ | |/
| * Add missing single quotes in the Emacs manualJan Synacek2021-10-151-1/+1
| * * lisp/mwheel.el: Don't use `custom-initialize-delay`.Stefan Monnier2021-08-011-23/+25
* | Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano2021-05-191-1/+4
|\ \ | |/
| * mouse-wheel-progressive-speed doc string clarificationLars Ingebrigtsen2021-05-161-1/+4
* | Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano2021-03-211-0/+1
|\ \ | |/
| * Autoload 'mouse-wheel-mode'Lars Ingebrigtsen2021-03-181-0/+1
* | Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano2021-01-031-1/+1
|\ \ | |/
| * Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* | Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano2020-12-051-1/+0
|\ \ | |/
| * Remove redundant requires of 'custom'Stefan Kangas2020-12-031-1/+0
* | Introduce Pure GTK3 portYuuki Harano2020-11-221-4/+4
|/
* Fix last changeEli Zaretskii2020-11-031-3/+5
* Horizontal mouse wheel scrolling amount (bug#43568)Juri Linkov2020-11-031-5/+25
* Horizontal scrolling for mouse wheel with Shift modifier (bug#43568)Juri Linkov2020-09-241-3/+15