summaryrefslogtreecommitdiff
path: root/src/keyboard.h
Commit message (Expand)AuthorAgeFilesLines
* ; 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
* Include-file cleanup for src directoryPaul Eggert2015-10-201-1/+0
* Make src headers idempotent and standalonePaul Eggert2015-10-161-0/+5
* Re-add the notion of echo_prompt lost in the translationStefan Monnier2015-09-031-3/+2
* * src/keyboard.c: Use false/true instead of 0/1 for booleansStefan Monnier2015-08-141-1/+1
* Port to stricter C99Paul Eggert2015-07-141-2/+2
* * src/keyboard.h (kbd_buffer_store_event_hold): Remove unused local.Paul Eggert2015-06-231-1/+0
* Port selection info fix to clangPaul Eggert2015-06-231-1/+2
* Fix bug that munged selection infoPaul Eggert2015-06-231-3/+27
* Remove the deprecated INTERNAL_FIELD macro by expanding itOleh Krehel2015-04-291-26/+26
* Compute C decls for DEFSYMs automaticallyPaul Eggert2015-01-051-31/+0
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* If a C name must be extern on some platforms, make it extern on all.Paul Eggert2014-06-081-6/+0
* Use common memory management functions for lwlib and refactor users.Dmitry Antipov2014-06-021-51/+0
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* Use bool for boolean, focusing on headers.Paul Eggert2013-12-141-1/+1
* Fix conditions for prototype declarations.Ken Brown2013-12-111-1/+1