aboutsummaryrefslogtreecommitdiffstats
path: root/src/keyboard.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* ; * 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
* | | 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