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
*
docs: small fixes (#27213)
dundargoc
2024-02-06
*
refactor(IWYU): fix headers
dundargoc
2024-01-11
*
refactor: run IWYU on entire repo
dundargoc
2023-12-21
*
refactor: eliminate cyclic includes
dundargoc
2023-12-20
*
feat(api): add forward and back mouse buttons
Amanda Graven
2023-12-18
*
docs: add style rule regarding initialization
dundargoc
2023-12-18
*
refactor: move non-symbols to defs.h headers
dundargoc
2023-12-17
*
refactor: free more reachable memory with EXITFREE (#26349)
zeertzjq
2023-12-02
*
refactor: change event_create() to a macro (#26343)
zeertzjq
2023-12-01
*
build: don't define FUNC_ATTR_* as empty in headers (#26317)
zeertzjq
2023-11-30
*
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
[next]