aboutsummaryrefslogtreecommitdiffstats
path: root/src/keyboard.c (unfollow)
Commit message (Expand)AuthorFilesLines
2020-06-27* src/keyboard.c (Fclear_this_command_keys): Doc fix.Eli Zaretskii1-1/+1
2020-05-11Pacify GCC 10.1.0Paul Eggert1-2/+2
2020-04-17Prefer more inline functions in character.hPaul Eggert1-6/+4
2020-04-11Remove UNSIGNED_CMPPaul Eggert1-6/+4
2020-02-21* src/keyboard.c: Copy last tool-bar change to tab-bar.Stefan Monnier1-10/+3
2020-02-21* src/keyboard.c (make_lispy_event): Generate proper tool-bar events.Stefan Monnier1-8/+5
2020-02-19Fix working text related issues on NS (Bug#38851)Masahiro Nakamura1-0/+6
2020-01-01Update copyright year to 2020Paul Eggert1-1/+1
2019-12-30Ensure mini-window is resized to show active minibuffer contentsEli Zaretskii1-0/+15
2019-12-22New variable set-message-function to show message at the end of the minibufferJuri Linkov1-0/+2
2019-12-07Fix fallout from fixing bug#37782Eli Zaretskii1-3/+3
2019-10-30Fix keyboard.c infloops on circular listsPaul Eggert1-46/+39
2019-10-26Replay key if kboard is interrupted while initializing (Bug#37782)memeplex1-1/+10
2019-10-20Add a way to disable substitution of command keys in help stringsClément Pit-Claudel1-3/+20
2019-10-18Fix integer-overflow bug in Time conversionPaul Eggert1-3/+3
2019-10-15Fix duplicated words in commentsRobert Pluim1-1/+1
2019-10-01Remove unused code and reformat to 70 columns.feature/tabsJuri Linkov1-79/+8
2019-09-22Avoid crashes when casifying noncontiguous regionsPaul Eggert1-1/+1
2019-09-22Take into account FRAME_TAB_BAR height in more places.Juri Linkov1-1/+1
2019-08-31Frame-local tab-bar and window-local tab-line.Juri Linkov1-10/+495
2019-08-27* src/keyboard.c (parse_tool_bar_item): Use CAPTION when HELP is unavailableJuri Linkov1-0/+4
2019-08-05Revert "Make `view-lossage' output of chars read from `read-char' more logical"Lars Ingebrigtsen1-11/+2
2019-08-05Make `view-lossage' output of chars read from `read-char' more logicalLars Ingebrigtsen1-2/+11
2019-08-04Fix two mouse drag and drop issues (Bug#28620, Bug#36269)Martin Rudalics1-32/+36
2019-07-26Clarify docstring of last-command-event.Noam Postavsky1-1/+1
2019-07-26Clarify last-command-event doc stringLars Ingebrigtsen1-1/+2
2019-07-15open-dribble-file doc string clarificationLars Ingebrigtsen1-3/+6
2019-07-08Use fewer locks when accessing stdioPaul Eggert1-9/+8
2019-06-26Revert "* lisp/calc/calc-ext.el (math-scalarp): Fix typo"Stefan Monnier1-1/+1
2019-06-26* lisp/calc/calc-ext.el (math-scalarp): Fix typoStefan Monnier1-1/+1
2019-06-25Avoid some strlen work, primarily via strnlenPaul Eggert1-7/+8
2019-06-22Make toolbar show keyboard equivalents in its tooltipsStefan Kangas1-0/+13
2019-06-09; * src/keyboard.c (tool_bar_items): Fix a typo. (Bug#36143)Stefan Kangas1-1/+1
2019-05-19Use HAVE_WINDOW_SYSTEM over HAVE_X11 || HAVE_NTGUI || HAVE_NSAlexander Gramiak1-2/+2
2019-05-07Clarify what constitutes an event (bug#35238)Basil L. Contovounesios1-1/+1
2019-04-26Rename generic x_* identifiersAlexander Gramiak1-3/+5
2019-04-18Mark _Noreturn error functions as coldPaul Eggert1-4/+2
2019-03-21Fix misuses of NULL when talking about the NUL characterStefan Monnier1-2/+3
2019-03-20Fix defining keyboard macros in CUA modeEli Zaretskii1-3/+25
2019-03-16Define macros to abstract support for external menu/tool-barsAlexander Gramiak1-8/+5
2019-03-04Fix minibuffer resizing with temporarily selected frames (Bug#34317)Martin Rudalics1-2/+6
2019-03-04Simplify list creation in C codePaul Eggert1-1/+1
2019-03-02Avoid staticvec duplicatesPaul Eggert1-9/+11
2019-03-02Revert "Add hook for all events"Phillip Lord1-4/+0
2019-03-01Don't signal Quit from 'while-no-input' on TTY framesEli Zaretskii1-1/+4
2019-02-27DEFVAR_INT variables are now intmax_tPaul Eggert1-40/+41
2019-02-13Avoid crashes upon C-g in nested invocations of 'read_char'Eli Zaretskii1-5/+11
2019-02-13Avoid crashes upon C-g in nested invocations of 'read_char'Eli Zaretskii1-5/+11
2019-01-31Widen modiff counts to avoid wraparoundPaul Eggert1-1/+1
2019-01-23* src/keyboard.c (read_char): Use CALLN.Paul Eggert1-1/+1