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
*
vim-patch:7.4.569/573
Shougo Matsushita
2016-01-13
*
os/input.c: Fix assertion in `create_cursorhold_event`
Thiago de Arruda
2015-10-29
*
main: Refactor normal_enter to call `os_inchar` directly
Thiago de Arruda
2015-10-26
*
input: Remove CURSORHOLD key
Thiago de Arruda
2015-10-26
*
os/input: Don't advance past incomplete sequences in input_enqueue
Thiago de Arruda
2015-10-01
*
rstream: Pass read count to read events
Thiago de Arruda
2015-08-13
*
event: Refactor async event processing
Thiago de Arruda
2015-08-13
*
loop: Simplify loop.c and move some code to input.c
Thiago de Arruda
2015-08-13
*
rstream/wstream: Unify structures and simplify API
Thiago de Arruda
2015-07-17
*
event loop: New abstraction layer with refactored time/signal API
Thiago de Arruda
2015-07-17
*
rbuffer: Reimplement as a ring buffer and decouple from rstream
Thiago de Arruda
2015-07-01
*
input: rename input_{start,stop}_stdin()
Justin M. Keyes
2015-05-27
*
input: stream_set_blocking(): libuv impl
Justin M. Keyes
2015-05-27
*
input: set input stream to blocking on exit
Justin M. Keyes
2015-05-27
*
Rename var eof as input_eof #2728
Rui Abreu Ferreira
2015-05-24
*
os/input.c: Eliminate conversion warning from gcc 5 #2617
Björn Linse
2015-05-09
*
eval: Fix `jobwait()`
Thiago de Arruda
2015-04-11
*
main: Simplify code that deals with early user input
Thiago de Arruda
2015-03-18
*
input: Escape utf8 sequences that contain CSI/K_SPECIAL
Thiago de Arruda
2015-02-18
*
ui: Remove/adapt some old code for a big UI refactor
Thiago de Arruda
2015-02-16
*
input: Remove input_buffer_{save,restore}
Thiago de Arruda
2015-02-16
*
input: Fix handle_mouse_event function
Thiago de Arruda
2015-02-16
*
input: Prefer keycodes in input_enqueue key translation
Thiago de Arruda
2015-02-16
*
input: Fix check for mouse coordinates
Thiago de Arruda
2015-01-15
*
input: Read row/col position when processing mouse wheel
Thiago de Arruda
2015-01-14
*
input: Ignore invalid "<" key sequences
Thiago de Arruda
2015-01-13
*
Revert "[WIP] "abstract_ui" fixes and improvements"
Justin M. Keyes
2015-01-12
*
input: Ignore invalid "<" key sequences
Thiago de Arruda
2015-01-12
*
Remove long_u: term: Enable -Wconversion.
Eliseo Martínez
2015-01-10
*
input: Recognize mouse events for abstract_ui
Thiago de Arruda
2014-12-10
*
ui: Add abstract_ui termcap and split UI layer
Thiago de Arruda
2014-12-08
*
ui: Remove redundant ui.h includes
Thiago de Arruda
2014-11-27
*
ui: Remove ui_inchar/ui_char_avail
Thiago de Arruda
2014-11-27
*
input: Refactor to ensure user input has higher priority
Thiago de Arruda
2014-11-21
*
event: Ensure the event loop has been cleaned up in event_teardown
Thiago de Arruda
2014-11-02
*
api: Add vim_input function and mark vim_feedkeys as deferred
Thiago de Arruda
2014-10-29
*
input: Fix sizes of input/read buffers
Thiago de Arruda
2014-10-29
*
input/job: process ctrl+c and do conversion in the read callback
Thiago de Arruda
2014-10-29
*
input: Fix conversion error in `convert_input()`
Thiago de Arruda
2014-10-28
*
input: Fix ctrl+c handling in convert_input
Thiago de Arruda
2014-10-22
*
input: Don't remove Ctrl+C from the input_buffer
Thiago de Arruda
2014-10-21
*
compilation: Add -Wconversion to more files and validate CONV_SOURCES
Thiago de Arruda
2014-10-21
*
event: Extract event_poll loops to `event_poll_until` macro
Thiago de Arruda
2014-10-21
*
event: Remove automatic event deferall
Thiago de Arruda
2014-10-21
*
rstream: Add rbuffer_read_ptr/rbuffer_write_ptr functions
Thiago de Arruda
2014-10-19
*
ui: Refactor input buffer handling
Thiago de Arruda
2014-10-18
*
rstream: Extract some RStream functionality to RBuffer
Thiago de Arruda
2014-10-18
*
api: Implement '--embedded-mode' command-line option
Thiago de Arruda
2014-08-28
*
events: Refactor how event deferral is handled
Thiago de Arruda
2014-07-17
*
Use strict function prototypes #945
Pavel Platto
2014-07-14
[next]