summaryrefslogtreecommitdiff
path: root/src/keyboard.h
Commit message (Expand)AuthorAge
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-01
* Rewrite PGTK selection code from scratchPo Lu2022-06-21
* Rework X selections to make it safe to run the debugger inside convertersPo Lu2022-06-06
* Fix race conditions in handling of unsupported drops on XPo Lu2022-05-09
* Remove redundant declarations from keyboard.h that are now in lisp.hPo Lu2022-01-24
* Merge from origin/emacs-28Eli Zaretskii2022-01-01
|\
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-01
* | Add support for xwidgets to the PGTK portPo Lu2021-12-29
* | Implement function for sending events to widgetsPo Lu2021-11-07
|/
* * src/xdisp.c (syms_of_xdisp): New var redisplay-skip-fontification-on-inputStefan Monnier2021-01-04
* Update copyright year to 2021Paul Eggert2021-01-01
* * src/keyboard.c: Fix bug#5803.Stefan Monnier2020-12-12
* Update copyright year to 2020Paul Eggert2020-01-01
* Use bool for menu_items_inusePaul Eggert2019-03-15
* Merge from origin/emacs-26Paul Eggert2018-12-31
|\
| * Update copyright year to 2019Paul Eggert2019-01-01
* | Rename integerp->fixnum, etc, in preparation for bignumsTom Tromey2018-07-12
* | Merge from origin/emacs-26Paul Eggert2018-01-01
|\|
| * Update copyright year to 2018Paul Eggert2018-01-01
* | For help commands, ensure all keys of a mouse sequence are reported.Alan Mackenzie2017-12-02
|/
* ; Typo fixes, mostly repeated wordsPaul Eggert2017-10-09
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-13
* A quicker check for quitPaul Eggert2017-01-25
* Merge from origin/emacs-25Paul Eggert2017-01-01
|\
| * Update copyright year to 2017Paul Eggert2016-12-31
* | Undo part of last changeEli Zaretskii2016-12-11
* | Avoid aborts when a thread signals an errorEli Zaretskii2016-12-11
* | Use DEV_TTY more consistentlyPaul Eggert2016-09-06
|/
* Rework C source files to avoid ^(Paul Eggert2016-03-10
* Remove never-set var handle_user_signal_hookPaul Eggert2016-01-26
* Update copyright year to 2016Paul Eggert2016-01-01
* Add handle_user_signal_hookYAMAMOTO Mitsuharu2015-12-31
* Port undo fixes to -fno-commonPaul Eggert2015-12-20
* After delete, record point location in undo.Phillip Lord2015-11-26
* Include-file cleanup for src directoryPaul Eggert2015-10-20
* Make src headers idempotent and standalonePaul Eggert2015-10-16
* Re-add the notion of echo_prompt lost in the translationStefan Monnier2015-09-03
* * src/keyboard.c: Use false/true instead of 0/1 for booleansStefan Monnier2015-08-14
* Port to stricter C99Paul Eggert2015-07-14
* * src/keyboard.h (kbd_buffer_store_event_hold): Remove unused local.Paul Eggert2015-06-23
* Port selection info fix to clangPaul Eggert2015-06-23
* Fix bug that munged selection infoPaul Eggert2015-06-23
* Remove the deprecated INTERNAL_FIELD macro by expanding itOleh Krehel2015-04-29
* Compute C decls for DEFSYMs automaticallyPaul Eggert2015-01-05
* Update copyright year to 2015Paul Eggert2015-01-01
* If a C name must be extern on some platforms, make it extern on all.Paul Eggert2014-06-08
* Use common memory management functions for lwlib and refactor users.Dmitry Antipov2014-06-02
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-01
* Use bool for boolean, focusing on headers.Paul Eggert2013-12-14
* Fix conditions for prototype declarations.Ken Brown2013-12-11