aboutsummaryrefslogtreecommitdiffstats
path: root/src/keyboard.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix segfaults in 'kbd_buffer_get_event'Eli Zaretskii3 days1-1/+5
* ; Move documentation for multiple-terminals-merge-keyboards.Sean Whitton7 days1-30/+4
* New variable 'multiple-terminals-merge-keyboards'Sean Whitton10 days1-5/+40
* Don’t stuff keyboard input uselesslyPaul Eggert10 days1-27/+19
* Show a message in locked frames in single-kboard modeSean Whitton10 days1-7/+33
* ; Copy out log message from when branch was first introduced.Sean Whitton11 days1-0/+3
* (read_char_minibuf_menu_prompt): Fix bug#80146Stefan Monnier2026-01-261-8/+11
* Fix point-adjustment when overlays are specific to windowsEli Zaretskii2026-01-261-4/+6
* ; * src/keyboard.c: Fix style in two comments.Sean Whitton2026-01-041-2/+3
* ; * src/keyboard.c (is_ignored_event): Delete redundant assignment.Po Lu2026-01-021-1/+0
* ; Add 2026 to copyright years.Sean Whitton2026-01-011-1/+1
* ; * src/keyboard.c (is_ignored_event): Fix last change.Sean Whitton2026-01-011-0/+3
* Don't permit special configuration events to trigger `throw-on-input'Po Lu2026-01-011-12/+38
* ; * src/keyboard.c (make_lispy_event): Remove unused variable.Po Lu2025-12-091-1/+1
* Fix builds without toolkit menu barsPo Lu2025-12-091-3/+2
* Fix some C symbol extern visibilityPaul Eggert2025-12-081-30/+19
* ; * src/keyboard.c (read_key_sequence): Style tweaks.Sean Whitton2025-11-241-5/+3
* Support `toolkit-theme-set-functions' on Android and execute hooks safelyPo Lu2025-11-241-0/+9
* Fix 'make_lispy_position' for left margin clicks (Bug#79846)Martin Rudalics2025-11-191-1/+2
* Fix last change in keyboard.cEli Zaretskii2025-11-161-6/+5
* Fix cursor motion across invisible text with an overlayEli Zaretskii2025-11-161-4/+23
* read_key_sequence: Additional check for fix_current_bufferSean Whitton2025-11-131-5/+12
* Fix file notification problem on Windows.Michael Albinus2025-08-121-5/+4
* Move keyboard input functions from lread.c to keyboard.cMattias Engdegård2025-07-301-0/+270
* Handle invalid frame_or_window slots in tty input events (Bug#78966)Martin Rudalics2025-07-091-10/+25
* Avoid segfaults due to C-g when a thread does GCEli Zaretskii2025-07-031-1/+9
* Port to Android API 36Po Lu2025-06-111-0/+19
* 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