summaryrefslogtreecommitdiff
path: root/src/keyboard.h
AgeCommit message (Expand)Author
2022-01-24Remove redundant declarations from keyboard.h that are now in lisp.hPo Lu
2022-01-01Merge from origin/emacs-28Eli Zaretskii
2022-01-01; Add 2022 to copyright years.Eli Zaretskii
2021-12-29Add support for xwidgets to the PGTK portPo Lu
2021-11-07Implement function for sending events to widgetsPo Lu
2021-01-04* src/xdisp.c (syms_of_xdisp): New var redisplay-skip-fontification-on-inputStefan Monnier
2021-01-01Update copyright year to 2021Paul Eggert
2020-12-12* src/keyboard.c: Fix bug#5803.Stefan Monnier
2020-01-01Update copyright year to 2020Paul Eggert
2019-03-15Use bool for menu_items_inusePaul Eggert
2018-12-31Merge from origin/emacs-26Paul Eggert
2019-01-01Update copyright year to 2019Paul Eggert
2018-07-12Rename integerp->fixnum, etc, in preparation for bignumsTom Tromey
2018-01-01Merge from origin/emacs-26Paul Eggert
2018-01-01Update copyright year to 2018Paul Eggert
2017-12-02For help commands, ensure all keys of a mouse sequence are reported.Alan Mackenzie
2017-10-09; Typo fixes, mostly repeated wordsPaul Eggert
2017-09-13Prefer HTTPS to FTP and HTTP in documentationPaul Eggert
2017-01-25A quicker check for quitPaul Eggert
2017-01-01Merge from origin/emacs-25Paul Eggert
2016-12-31Update copyright year to 2017Paul Eggert
2016-12-11Undo part of last changeEli Zaretskii
2016-12-11Avoid aborts when a thread signals an errorEli Zaretskii
2016-09-06Use DEV_TTY more consistentlyPaul Eggert
2016-03-10Rework C source files to avoid ^(Paul Eggert
2016-01-26Remove never-set var handle_user_signal_hookPaul Eggert
2016-01-01Update copyright year to 2016Paul Eggert
2015-12-31Add handle_user_signal_hookYAMAMOTO Mitsuharu
2015-12-20Port undo fixes to -fno-commonPaul Eggert
2015-11-26After delete, record point location in undo.Phillip Lord
2015-10-20Include-file cleanup for src directoryPaul Eggert
2015-10-16Make src headers idempotent and standalonePaul Eggert
2015-09-03Re-add the notion of echo_prompt lost in the translationStefan Monnier
2015-08-14* src/keyboard.c: Use false/true instead of 0/1 for booleansStefan Monnier
2015-07-14Port to stricter C99Paul Eggert
2015-06-23* src/keyboard.h (kbd_buffer_store_event_hold): Remove unused local.Paul Eggert
2015-06-23Port selection info fix to clangPaul Eggert
2015-06-23Fix bug that munged selection infoPaul Eggert
2015-04-29Remove the deprecated INTERNAL_FIELD macro by expanding itOleh Krehel
2015-01-05Compute C decls for DEFSYMs automaticallyPaul Eggert
2015-01-01Update copyright year to 2015Paul Eggert
2014-06-08If a C name must be extern on some platforms, make it extern on all.Paul Eggert
2014-06-02Use common memory management functions for lwlib and refactor users.Dmitry Antipov
2014-01-01Update copyright year to 2014 by running admin/update-copyright.Paul Eggert
2013-12-14Use bool for boolean, focusing on headers.Paul Eggert
2013-12-11Fix conditions for prototype declarations.Ken Brown
2013-11-30Support resizing frames and windows pixelwise.Martin Rudalics
2013-10-16Make some functions static in non-Microsoft builds.Paul Eggert
2013-10-15* keyboard.c, keyboard.h (all_kboards): Now static.Paul Eggert
2013-10-10* keyboard.c (last_event_timestamp): Remove. For X selection andDmitry Antipov