summaryrefslogtreecommitdiff
path: root/src/keyboard.h
AgeCommit message (Expand)Author
2026-02-27; Fix some comments.Sean Whitton
2026-01-01; Add 2026 to copyright years.Sean Whitton
2025-12-08Fix some C symbol extern visibilityPaul Eggert
2025-03-03Revert “Avoid some union buffered_input_event uses”Paul Eggert
2025-03-03Fix MS-Windows build broken by buffered_input_event changesEli Zaretskii
2025-03-03Avoid some union buffered_input_event usesPaul Eggert
2025-01-17Turn macros into enums in keyboard.hStefan Kangas
2025-01-01Update copyright year to 2025Paul Eggert
2024-08-22Prefer static_assert to verifyStefan Kangas
2024-05-23Restore specbound keyboard-locals in the correct KBOARDPo Lu
2024-05-04Fix implementation of the --terminal command-line switchEli Zaretskii
2024-03-10* src/keyboard.c (requeued_events_pending_p): New functionTim Ruffing
2024-03-10* src/keyboard.c (requeued_events_pending_p): Improve name and fix commentTim Ruffing
2024-01-20Be more systematic about parens in C source codePaul Eggert
2024-01-02Merge from savannah/emacs-29Po Lu
2024-01-02; Add 2024 to copyright yearsPo Lu
2023-07-05Update Android portPo Lu
2023-01-17Update Android portPo Lu
2023-01-01; Add 2023 to copyright years.Eli Zaretskii
2022-06-21Rewrite PGTK selection code from scratchPo Lu
2022-06-06Rework X selections to make it safe to run the debugger inside convertersPo Lu
2022-05-09Fix race conditions in handling of unsupported drops on XPo Lu
2022-01-24Remove redundant declarations from keyboard.h that are now in lisp.hPo Lu
2022-01-01Merge from origin/emacs-28Eli Zaretskii
2022-01-01; Add 2022 to copyright years.Eli Zaretskii
2021-12-29Add support for xwidgets to the PGTK portPo Lu
2021-11-07Implement function for sending events to widgetsPo Lu
2021-01-04* src/xdisp.c (syms_of_xdisp): New var redisplay-skip-fontification-on-inputStefan Monnier
2021-01-01Update copyright year to 2021Paul Eggert
2020-12-12* src/keyboard.c: Fix bug#5803.Stefan Monnier
2020-01-01Update copyright year to 2020Paul Eggert
2019-03-15Use bool for menu_items_inusePaul Eggert
2018-12-31Merge from origin/emacs-26Paul Eggert
2019-01-01Update copyright year to 2019Paul Eggert
2018-07-12Rename integerp->fixnum, etc, in preparation for bignumsTom Tromey
2018-01-01Merge from origin/emacs-26Paul Eggert
2018-01-01Update copyright year to 2018Paul Eggert
2017-12-02For help commands, ensure all keys of a mouse sequence are reported.Alan Mackenzie
2017-10-09; Typo fixes, mostly repeated wordsPaul Eggert
2017-09-13Prefer HTTPS to FTP and HTTP in documentationPaul Eggert
2017-01-25A quicker check for quitPaul Eggert
2017-01-01Merge from origin/emacs-25Paul Eggert
2016-12-31Update copyright year to 2017Paul Eggert
2016-12-11Undo part of last changeEli Zaretskii
2016-12-11Avoid aborts when a thread signals an errorEli Zaretskii
2016-09-06Use DEV_TTY more consistentlyPaul Eggert
2016-03-10Rework C source files to avoid ^(Paul Eggert
2016-01-26Remove never-set var handle_user_signal_hookPaul Eggert
2016-01-01Update copyright year to 2016Paul Eggert
2015-12-31Add handle_user_signal_hookYAMAMOTO Mitsuharu