summaryrefslogtreecommitdiff
path: root/src/keyboard.c
Commit message (Expand)AuthorAgeFilesLines
* Fix reporting of imaginary key prefixes on toolkit tool and menu barsPo Lu2022-03-021-0/+16
* ; Fix compilation warningsEli Zaretskii2022-02-201-0/+2
* Avoid consing extra string when processing GTK native inputPo Lu2022-02-191-0/+3
* Decode keyboard input as latin-1 whenever appropriatePo Lu2022-02-161-1/+9
* Don't decode text within XIM callbacks or handle_one_xeventPo Lu2022-02-161-4/+63
* Optionally allow point to enter composed character sequencesEli Zaretskii2022-02-121-16/+26
* Replace ptrdiff_t with new specpdl_ref type for specpdl referencesMattias EngdegÄrd2022-02-121-20/+19
* Revert "Don't output spurious prefixes in read-char-exclusive"Lars Ingebrigtsen2022-01-271-7/+6
* Don't output spurious prefixes in read-char-exclusiveLars Ingebrigtsen2022-01-241-6/+7
* Merge branch 'master' into scratch/correct-warning-posscratch/correct-warning-posAlan Mackenzie2022-01-221-12/+35
|\
| * * src/keyboard.c (start_polling): Fix type mixup.Glenn Morris2022-01-211-1/+1
| * * src/keyboard.c (syms_of_keyboard): Fix build without input polling.Po Lu2022-01-211-0/+2
| * Allow fractional values of `polling-period'Po Lu2022-01-211-12/+33
* | Merge branch 'master' into scratch/correct-warning-posAlan Mackenzie2022-01-111-1/+151
|\ \ | |/
| * Display pre-edit information from X input methodsPo Lu2022-01-071-9/+5
| * 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
| |\ \ \ | | |/ /
| * | | Merge branch 'master' of git.savannah.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano2021-11-111-92/+211
| |\ \ \
| * \ \ \ Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano2021-07-251-26/+56
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano2021-07-181-4/+5
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano2021-06-131-24/+98
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano2021-05-291-13/+0
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano2021-04-271-5/+2
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano2021-04-251-1/+1
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano2021-03-211-0/+6
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano2021-03-141-2/+1
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano2021-01-101-7/+1
| |\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano2021-01-031-2/+3
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano2020-12-211-0/+7
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano2020-12-141-58/+3
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | * src/keyboard.c (make_lispy_event): Fix coding styleYuuki Harano2020-11-241-1/+1
| * | | | | | | | | | | | | | | | implement pre-edit input methodYuuki Harano2020-11-221-0/+10
* | | | | | | | | | | | | | | | | First commit of scratch/correct-warning-pos.Alan Mackenzie2021-11-291-0/+2
| |_|_|_|_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | 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
| |_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | |