aboutsummaryrefslogtreecommitdiffstats
path: root/src/keyboard.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix some C symbol extern visibilityPaul Eggert2025-12-081-3/+0
* Revert “Avoid some union buffered_input_event uses”Paul Eggert2025-03-031-6/+11
* Fix MS-Windows build broken by buffered_input_event changesEli Zaretskii2025-03-031-0/+2
* Avoid some union buffered_input_event usesPaul Eggert2025-03-031-11/+4
* Turn macros into enums in keyboard.hStefan Kangas2025-01-171-26/+34
* Update copyright year to 2025Paul Eggert2025-01-011-1/+1
* Prefer static_assert to verifyStefan Kangas2024-08-221-2/+2
* Restore specbound keyboard-locals in the correct KBOARDPo Lu2024-05-231-1/+0
* Fix implementation of the --terminal command-line switchEli Zaretskii2024-05-041-0/+3
* * src/keyboard.c (requeued_events_pending_p): New functionTim Ruffing2024-03-101-0/+1
* * src/keyboard.c (requeued_events_pending_p): Improve name and fix commentTim Ruffing2024-03-101-1/+1
* Be more systematic about parens in C source codePaul Eggert2024-01-201-13/+13
* Merge from savannah/emacs-29Po Lu2024-01-021-1/+1
|\
| * ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
* | Update Android portPo Lu2023-07-051-0/+8
* | Update Android portPo Lu2023-01-171-2/+11
|/
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* Rewrite PGTK selection code from scratchPo Lu2022-06-211-1/+5
* Rework X selections to make it safe to run the debugger inside convertersPo Lu2022-06-061-3/+0
* Fix race conditions in handling of unsupported drops on XPo Lu2022-05-091-0/+9
* Remove redundant declarations from keyboard.h that are now in lisp.hPo Lu2022-01-241-2/+0
* Merge from origin/emacs-28Eli Zaretskii2022-01-011-1/+1
|\
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* | Add support for xwidgets to the PGTK portPo Lu2021-12-291-1/+1
* | Implement function for sending events to widgetsPo Lu2021-11-071-1/+1
|/
* * src/xdisp.c (syms_of_xdisp): New var redisplay-skip-fontification-on-inputStefan Monnier2021-01-041-1/+1
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* * src/keyboard.c: Fix bug#5803.Stefan Monnier2020-12-121-1/+0
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Use bool for menu_items_inusePaul Eggert2019-03-151-2/+2
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | Rename integerp->fixnum, etc, in preparation for bignumsTom Tromey2018-07-121-4/+4
* | Merge from origin/emacs-26Paul Eggert2018-01-011-1/+1
|\ \ | |/
| * Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* | For help commands, ensure all keys of a mouse sequence are reported.Alan Mackenzie2017-12-021-0/+1
|/
* ; Typo fixes, mostly repeated wordsPaul Eggert2017-10-091-1/+1
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* A quicker check for quitPaul Eggert2017-01-251-0/+2
* Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\
| * Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* | Undo part of last changeEli Zaretskii2016-12-111-0/+4
* | Avoid aborts when a thread signals an errorEli Zaretskii2016-12-111-7/+0
* | Use DEV_TTY more consistentlyPaul Eggert2016-09-061-0/+2
|/
* Rework C source files to avoid ^(Paul Eggert2016-03-101-2/+2
* Remove never-set var handle_user_signal_hookPaul Eggert2016-01-261-2/+0
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Add handle_user_signal_hookYAMAMOTO Mitsuharu2015-12-311-0/+2
* Port undo fixes to -fno-commonPaul Eggert2015-12-201-3/+2
* After delete, record point location in undo.Phillip Lord2015-11-261-0/+13