index
:
rneovim.git
20220114-mix
20230125_mix
20231130_mix
aucmd_textputpost
colorcolchar
fix_20726
fix_repeatcmdline
fix_semantic_tokens
fix_semantic_tokens_pull
floattitle
master
mix
mix_20240309
newfeatures
rahm
tmp
usermarks
userreg
userregs_2
Neovim fork with Rahm's personal hacks.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
nvim
/
os
/
input.c
Commit message (
Expand
)
Author
Age
*
refactor: move some constants out of vim_defs.h (#26298)
zeertzjq
2023-11-29
*
refactor: fix headers with IWYU
dundargoc
2023-11-28
*
build(IWYU): fix includes for func_attr.h
dundargoc
2023-11-27
*
build: remove PVS
dundargoc
2023-11-12
*
refactor: reorganize option header files (#25437)
zeertzjq
2023-09-30
*
build(iwyu): add a few more _defs.h mappings (#25435)
zeertzjq
2023-09-30
*
refactor: remove some (const char **) casts (#24423)
zeertzjq
2023-07-22
*
refactor: uncrustify
dundargoc
2023-04-26
*
refactor(time): refactor delay with input checking
bfredl
2023-04-24
*
fix(tui): exit on input eof
zeertzjq
2023-02-14
*
refactor(exit): pass error message to preserve_exit() (#22097)
zeertzjq
2023-02-04
*
refactor: replace char_u with char 24 (#21823)
dundargoc
2023-01-18
*
fix(ui): re-organize tty fd handling and fix issues
bfredl
2023-01-16
*
refactor: replace char_u with char 16 - remove STRNCMP (#21208)
dundargoc
2022-12-21
*
build: allow IWYU to fix includes for all .c files
dundargoc
2022-11-15
*
refactor: fix clang-tidy warnings
dundargoc
2022-11-06
*
fix(input): use click number of last click for mouse drag (#20300)
zeertzjq
2022-09-24
*
fix: assert failure when changing 'ut' while waiting for CursorHold (#20241)
zeertzjq
2022-09-18
*
fix(events): make CursorHold behave as documented
zeertzjq
2022-09-17
*
feat(tui): support 'mousemoveevent'
zeertzjq
2022-09-04
*
refactor: remove some unused includes (#19747)
zeertzjq
2022-08-13
*
refactor: remove some unused includes (#19740)
zeertzjq
2022-08-12
*
vim-patch:8.1.1684: profiling functionality is spread out
zeertzjq
2022-08-12
*
refactor(uncrustify): set maximum number of consecutive newlines to 2 (#18695)
dundargoc
2022-05-25
*
refactor(events): remove unnecessary fudging of updating_screen
bfredl
2022-05-18
*
fix(ui): make winbar work with floats and multigrid
bfredl
2022-05-18
*
refactor: move more grid functions to grid.c. Clean up some variables
bfredl
2022-05-18
*
refactor: rename keymap.{c,h} to keycodes.{c,h} (#18535)
zeertzjq
2022-05-12
*
vim-patch:8.2.4911: the mode #defines are not clearly named (#18499)
zeertzjq
2022-05-10
*
vim-patch:8.2.4858: K_SPECIAL may be escaped twice
zeertzjq
2022-05-03
*
fix(input): only disable mapped CTRL-C interrupts when getting input (#18310)
zeertzjq
2022-04-30
*
refactor(uncrustify): change rules to better align with the style guide
Dundar Goc
2022-04-29
*
vim-patch:8.2.0855: GUI tests fail because the test doesn't use a modifier
zeertzjq
2022-04-29
*
feat(input): delay all simplifications
zeertzjq
2022-04-29
*
vim-patch:8.1.2145: cannot map <C-H> when modifyOtherKeys is enabled
zeertzjq
2022-04-29
*
fix(input): do not translate scroll keys into multiclicks
zeertzjq
2022-04-02
*
chore: add additional compiler flags (#17815)
Lewis Russell
2022-03-24
*
fix(input): never escape CSI bytes
zeertzjq
2022-01-21
*
refactor(misc1): move out high-level input functions to a new file: input.c
Björn Linse
2021-12-10
*
refactor(misc1): move line_breakcheck family of functions to os/input.c
Björn Linse
2021-12-09
*
refactor: saner options for uncrustify #16196
dundargoc
2021-10-31
*
refactor: uncrustify #16090
dundargoc
2021-10-29
*
refactor: format files with uncrustify #15663
dundargoc
2021-09-14
*
state: throttle batched event processing when input is available
Björn Linse
2021-03-08
*
input: consider "-- more --" state to be blocking, fixes #11899
Björn Linse
2021-01-04
*
[squash] fix comment [skip ci]
erw7
2020-05-26
*
input: fix stack overflow
erw7
2020-05-25
*
refactor: allow us to process a child queue only while waiting on input
Björn Linse
2019-09-08
*
paste: WIP #4448
Justin M. Keyes
2019-08-27
*
refactor: use int for Columns and Rows
Björn Linse
2019-07-19
[next]