summaryrefslogtreecommitdiff
path: root/src/keyboard.c
Commit message (Expand)AuthorAgeFilesLines
* Fix initialization of 'while-no-input-ignore-events'Eli Zaretskii2021-03-051-2/+0
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* Fix posn-at-x-y in builds --without-xEli Zaretskii2020-10-161-3/+4
* * src/keyboard.c (Fclear_this_command_keys): Doc fix.Eli Zaretskii2020-06-271-1/+1
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Ensure mini-window is resized to show active minibuffer contentsEli Zaretskii2019-12-301-0/+15
* New variable set-message-function to show message at the end of the minibufferJuri Linkov2019-12-221-0/+2
* Fix fallout from fixing bug#37782Eli Zaretskii2019-12-071-3/+3
* Fix keyboard.c infloops on circular listsPaul Eggert2019-10-301-46/+39
* Replay key if kboard is interrupted while initializing (Bug#37782)memeplex2019-10-261-1/+10
* Add a way to disable substitution of command keys in help stringsClément Pit-Claudel2019-10-201-3/+20
* Fix integer-overflow bug in Time conversionPaul Eggert2019-10-181-3/+3
* Fix duplicated words in commentsRobert Pluim2019-10-151-1/+1
* Merge branch 'feature/tabs'Juri Linkov2019-10-011-11/+425
|\
| * Remove unused code and reformat to 70 columns.Juri Linkov2019-10-011-79/+8
| * Take into account FRAME_TAB_BAR height in more places.Juri Linkov2019-09-221-1/+1
| * Frame-local tab-bar and window-local tab-line.Juri Linkov2019-08-311-10/+495
* | Avoid crashes when casifying noncontiguous regionsPaul Eggert2019-09-221-1/+1
|/
* * src/keyboard.c (parse_tool_bar_item): Use CAPTION when HELP is unavailableJuri Linkov2019-08-271-0/+4
* Revert "Make `view-lossage' output of chars read from `read-char' more logical"Lars Ingebrigtsen2019-08-051-11/+2
* Make `view-lossage' output of chars read from `read-char' more logicalLars Ingebrigtsen2019-08-051-2/+11
* Fix two mouse drag and drop issues (Bug#28620, Bug#36269)Martin Rudalics2019-08-041-32/+36
* Clarify docstring of last-command-event.Noam Postavsky2019-07-261-1/+1
* Clarify last-command-event doc stringLars Ingebrigtsen2019-07-261-1/+2
* open-dribble-file doc string clarificationLars Ingebrigtsen2019-07-151-3/+6
* Use fewer locks when accessing stdioPaul Eggert2019-07-081-9/+8
* Revert "* lisp/calc/calc-ext.el (math-scalarp): Fix typo"Stefan Monnier2019-06-261-1/+1
* * lisp/calc/calc-ext.el (math-scalarp): Fix typoStefan Monnier2019-06-261-1/+1
* Avoid some strlen work, primarily via strnlenPaul Eggert2019-06-251-7/+8
* Make toolbar show keyboard equivalents in its tooltipsStefan Kangas2019-06-221-0/+13
* Merge from origin/emacs-26Glenn Morris2019-06-111-1/+1
|\
| * ; * src/keyboard.c (tool_bar_items): Fix a typo. (Bug#36143)Stefan Kangas2019-06-091-1/+1
| * Avoid crashes upon C-g in nested invocations of 'read_char'Eli Zaretskii2019-02-131-5/+11
* | Use HAVE_WINDOW_SYSTEM over HAVE_X11 || HAVE_NTGUI || HAVE_NSAlexander Gramiak2019-05-191-2/+2
* | Clarify what constitutes an event (bug#35238)Basil L. Contovounesios2019-05-071-1/+1
* | Rename generic x_* identifiersAlexander Gramiak2019-04-261-3/+5
* | Mark _Noreturn error functions as coldPaul Eggert2019-04-181-4/+2
* | Fix misuses of NULL when talking about the NUL characterStefan Monnier2019-03-211-2/+3
* | Fix defining keyboard macros in CUA modeEli Zaretskii2019-03-201-3/+25
* | Define macros to abstract support for external menu/tool-barsAlexander Gramiak2019-03-161-8/+5
* | Fix minibuffer resizing with temporarily selected frames (Bug#34317)Martin Rudalics2019-03-041-2/+6
* | Simplify list creation in C codePaul Eggert2019-03-041-1/+1
* | Avoid staticvec duplicatesPaul Eggert2019-03-021-9/+11
* | Revert "Add hook for all events"Phillip Lord2019-03-021-4/+0
* | Don't signal Quit from 'while-no-input' on TTY framesEli Zaretskii2019-03-011-1/+4
* | DEFVAR_INT variables are now intmax_tPaul Eggert2019-02-271-40/+41
* | Avoid crashes upon C-g in nested invocations of 'read_char'Eli Zaretskii2019-02-131-5/+11
* | Widen modiff counts to avoid wraparoundPaul Eggert2019-01-311-1/+1
* | * src/keyboard.c (read_char): Use CALLN.Paul Eggert2019-01-231-1/+1
* | Add hook for all eventsPhillip Lord2019-01-221-0/+4