summaryrefslogtreecommitdiff
path: root/src/keyboard.c
Commit message (Expand)AuthorAgeFilesLines
* Merge from origin/emacs-28Eli Zaretskii2022-01-011-1/+1
|\
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* | Accumulate deltas in pinch events that were skippedPo Lu2021-12-261-3/+23
* | Coalesce pinch gestures in the keyboard bufferPo Lu2021-12-261-0/+36
* | Add support for pinch gestures to the XI2 buildPo Lu2021-12-261-0/+21
* | Merge remote-tracking branch 'origin/master' into feature/pgtkPo Lu2021-12-171-0/+43
|\ \
| * | Add support for touchscreen events generated by XInput 2Po Lu2021-12-171-0/+43
* | | Merge remote-tracking branch 'origin/master' into feature/pgtkPo Lu2021-12-021-0/+17
|\| |
| * | Add `touch-end' event typePo Lu2021-12-021-0/+17
* | | Merge remote-tracking branch 'origin/master' into feature/pgtkPo Lu2021-12-011-0/+6
|\| |
| * | Support precision mouse scrolling on MS-WindowsEli Zaretskii2021-12-011-0/+6
* | | Merge remote-tracking branch 'origin/master' into feature/pgtkPo Lu2021-11-301-23/+32
|\| |
| * | Make `xwidget-display-event' a special event as wellPo Lu2021-11-221-1/+1
| * | Merge from origin/emacs-28Stefan Kangas2021-11-211-12/+13
| |\|
| | * Fix mouse events on tab bar or tool bar when 'track-mouse' is tmartin rudalics2021-11-201-12/+13
| * | Add support for the Haiku operating system and its window systemPo Lu2021-11-201-9/+12
| * | Expose pixel-wise wheel events to LispPo Lu2021-11-201-1/+5
| * | Fix recent changes related to USABLE_SIGIOEli Zaretskii2021-11-171-0/+2
| * | Make process_pending_signals useful on systems without SIGIOKen Brown2021-11-171-2/+0
* | | Merge branch 'master' of git.savannah.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano2021-11-111-92/+211
|\| |
| * | Fix documentation and coding style in recent xwidget commitsEli Zaretskii2021-11-071-12/+4
| * | Make "open in new window" from an xwidget's context menu workPo Lu2021-11-071-0/+7
| * | Implement function for sending events to widgetsPo Lu2021-11-071-1/+1
| * | Merge from origin/emacs-28Eli Zaretskii2021-11-061-0/+2
| |\|
| | * Clarify "text area of a window" in the documentationEli Zaretskii2021-11-061-0/+2
| * | ; * src/keyboard.c (readable_events): Fix a thinko.Eli Zaretskii2021-10-281-2/+2
| * | Ignore more events in input-pending-pEli Zaretskii2021-10-281-24/+47
| * | Merge from origin/emacs-28Glenn Morris2021-10-211-0/+2
| |\|
| | * ; * src/keyboard.c (readable_events): Add a comment.Eli Zaretskii2021-10-211-0/+2
| * | Merge from origin/emacs-28Glenn Morris2021-10-141-1/+14
| |\|
| | * In make_lispy_position fix Bug#50993 in rudimentary fashionMartin Rudalics2021-10-141-1/+14
| * | Have 'while-no-input-ignore-events' handle idle timers too (Bug#49997)Martin Rudalics2021-10-121-15/+28
| * | Allow :keys in menus to be computed dynamicallyLars Ingebrigtsen2021-10-111-1/+3
| * | Merge from origin/emacs-28Glenn Morris2021-10-071-1/+2
| |\|
| | * ; * src/keyboard.c (make_lispy_position): Avoid GCC warning. (Bug#51076)Eli Zaretskii2021-10-071-1/+2
| * | Add new user option 'translate-upper-case-key-bindings'Lars Ingebrigtsen2021-10-041-7/+20
| |/
| * ; * src/keyboard.c (Frecursive_edit): Minor fixes of the doc string.Eli Zaretskii2021-09-201-5/+6
| * Improve documentation of exiting recursive editingMiha Rihtaršič2021-09-201-4/+14
| * ; * src/keyboard.c (make_lispy_position): Fix a recent change.Eli Zaretskii2021-09-111-1/+4
| * Fix tab-bar scrolling for mice that report mouse-wheel eventsEli Zaretskii2021-09-111-12/+37
| * Merge branch 'feature/tab-bar-events'Juri Linkov2021-09-091-0/+6
| |\
| | * Redesign tab-bar event processing (bug#41342, bug#41343)Juri Linkov2021-08-181-0/+6
| * | Allow kmacros to end with C-g in minibufferMiha Rihtaršič2021-09-081-0/+4
| * | Fix segfault with invalid key-translation-map bindingEli Zaretskii2021-09-011-2/+1
| * | In batch mode, avoid killing Emacs with C-g in the minibufferMiha Rihtaršič2021-09-011-18/+19
| * | Make run-at-time try harder to run at integral multiplesLars Ingebrigtsen2021-08-311-1/+1
| |/
| * Fix problem where an error would change standard-outputLars Ingebrigtsen2021-08-131-2/+4
* | Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano2021-07-251-26/+56
|\|
| * Make input of multi-key inputs in different emacsclients more logicalLogan Perkins2021-07-211-10/+16
| * Make `C-g' after `M-x' not give a backtrace unless requiredLars Ingebrigtsen2021-07-211-2/+2