summaryrefslogtreecommitdiff
path: root/src/keyboard.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Support resizing frames and windows pixelwise.Martin Rudalics2013-11-301-0/+1
* Make some functions static in non-Microsoft builds.Paul Eggert2013-10-161-0/+2
* * keyboard.c, keyboard.h (all_kboards): Now static.Paul Eggert2013-10-151-3/+0
* * keyboard.c (last_event_timestamp): Remove. For X selection andDmitry Antipov2013-10-101-4/+0
* * keyboard.c (init_kboard): Now static. Add argDmitry Antipov2013-10-101-1/+1
* Fix minor problems found by static checking.Paul Eggert2013-10-081-1/+1
* Merge from trunk.Eli Zaretskii2013-09-261-11/+8
|\
| * A simpler, centralized INLINE.Paul Eggert2013-09-201-11/+8
* | Fixed C compilation problems.Eli Zaretskii2013-09-051-1/+1
|/
* Minor cleanup to avoid forward declarations.Dmitry Antipov2013-08-301-3/+1
* Simplify EMACS_TIME-related code.Paul Eggert2013-08-271-5/+5
* New unwind-protect flavors to better type-check C callbacks.Paul Eggert2013-07-161-1/+1
* Separate mouse-1-click-follows-link from mouse-drag-region.Stefan Monnier2013-03-081-6/+6