summaryrefslogtreecommitdiff
path: root/src/keyboard.c
Commit message (Expand)AuthorAgeFilesLines
* Fix generation of mouse position lists on the tool and tab barsPo Lu2025-03-181-6/+11
* Implement dragging and resizing of tty child framesMartin Rudalics2025-03-171-8/+96
* Fix capitalization ELisp -> ElispSean Whitton2025-03-121-2/+2
* Revert “Avoid some union buffered_input_event uses”Paul Eggert2025-03-031-75/+31
* 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-31/+73
* Fix handling of visibility on tty frames (Bug#76031)Martin Rudalics2025-02-101-2/+9
* ; * src/keyboard.c (syms_of_keyboard): Fix previous change.Robert Pluim2025-02-071-0/+3
* Suppress unneded events in special-event-mapMichael Albinus2025-02-071-0/+2
* ; * src/keyboard.c (Finsert_special_event): Don't use "//".Eli Zaretskii2025-02-071-1/+1
* New function insert-special-event and special event sleep-eventMichael Albinus2025-02-071-0/+67
* Merge branch 'scratch/no-purespace' into 'master'Stefan Kangas2025-02-011-3/+3
|\
| * Pure storage removal: Replace calls to removed functionsPip Cet2024-12-121-3/+3
* | Merge from origin/emacs-30Eli Zaretskii2025-01-251-1/+1
|\ \
| * | ; Fix typosStefan Kangas2025-01-231-1/+1
| * | Update copyright year to 2025Stefan Kangas2025-01-021-1/+1
* | | Replace call[1-8] with callnStefan Kangas2025-01-191-13/+13
* | | Prefer 'list (...)' to 'listn (N, ...)'Stefan Kangas2025-01-191-4/+4
* | | Initialize full range in parse_menu_itemStefan Kangas2025-01-191-1/+1
* | | Turn macros into enums in keyboard.hStefan Kangas2025-01-171-2/+2
* | | Update copyright year to 2025Paul Eggert2025-01-011-1/+1
* | | Don't pause display for pending inputGerd Möllmann2024-12-191-2/+1
* | | Revert "Don't pause display for pending input"Gerd Möllmann2024-11-161-1/+2
* | | Don't pause display for pending inputGerd Möllmann2024-11-161-2/+1
* | | Initial child frames based on masterGerd Möllmann2024-10-221-1/+1
| |/ |/|
* | Merge from savannah/emacs-30Po Lu2024-09-111-1/+6
|\|
| * ; Improve documentation of 'suspend-emacs'Eli Zaretskii2024-09-071-1/+6
| * Avoid rare crashes due to clobbering of input eventsEli Zaretskii2024-08-171-1/+1
* | Pacify GCC 14 on recent read_char changePaul Eggert2024-08-171-2/+1
* | Tune volatile in read_charPaul Eggert2024-08-161-3/+20
* | Don’t ignore -Wclobbered in keyboard.cPaul Eggert2024-08-161-6/+1
* | Pacify 32-bit GCC 14.1.1 in timer_check_2Paul Eggert2024-07-161-22/+13
* | Make error messages adhere to our standardsStefan Kangas2024-07-161-1/+1
* | Refactor timefns more functionallyPaul Eggert2024-07-111-10/+12
|/
* ; * src/keyboard.c (read_char): Typo in comment.Po Lu2024-06-211-1/+1
* Fix execution of tool-bar commands read within minibuffer-error-handlerPo Lu2024-06-211-2/+17
* Restore specbound keyboard-locals in the correct KBOARDPo Lu2024-05-231-0/+16
* Silence some macOS build warningsMattias Engdegård2024-05-121-0/+4
* * src/keyboard.c (lispy_function_keys): Define as static on Android.Po Lu2024-05-121-1/+1
* Pacify gcc -Wmissing-variable-declarationsPaul Eggert2024-05-111-0/+1
* Replace calls to intern with a constant string with DEFSYMsPo Lu2024-05-091-8/+17
* Fix implementation of the --terminal command-line switchEli Zaretskii2024-05-041-3/+4
* (mouse-wheel-buttons): Map old-style wheel buttons to actual wheel eventsStefan Monnier2024-04-091-2/+11
* Implement notification callbacks on AndroidPo Lu2024-03-111-0/+10
* * src/keyboard.c (read_key_sequence): Remove MSVC compatibility hackTim Ruffing2024-03-101-13/+5
* Continue reading in 'read-event' etc. at the end of a keyboard macroTim Ruffing2024-03-101-24/+15
* * src/keyboard.c (requeued_events_pending_p): New functionTim Ruffing2024-03-101-3/+13
* * src/keyboard.c (requeued_events_pending_p): Improve name and fix commentTim Ruffing2024-03-101-6/+2
* Extract check for end of macro to functionTim Ruffing2024-03-101-2/+1
* Check daemon is initialized before suppressing its init errorsSpencer Baugh2024-02-241-2/+3