aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/os/input.c
Commit message (Expand)AuthorAge
* feat(log): use "ui" as default name for TUI client #30345Justin M. Keyes2024-09-11
* refactor(os/input.c): rename os_inchar => input_get #30327Justin M. Keyes2024-09-10
* docs: misc #28970Justin M. Keyes2024-09-01
* docs: misc (#29719)dundargoc2024-08-29
* refactor(io): make rstream use a linear bufferbfredl2024-06-08
* refactor(input): don't use a ring for inputbfredl2024-06-01
* refactor(io): separate types for read and write streamsbfredl2024-05-31
* vim-patch:8.1.0815: dialog for file changed outside of Vim not tested (#28184)zeertzjq2024-04-05
* test: add a bit more testing for vim.on_key() (#28095)zeertzjq2024-03-29
* docs: fix typos (#27868)dundargoc2024-03-28
* docs: small fixes (#27213)dundargoc2024-02-06
* refactor(IWYU): fix headersdundargoc2024-01-11
* refactor: run IWYU on entire repodundargoc2023-12-21
* refactor: eliminate cyclic includesdundargoc2023-12-20
* feat(api): add forward and back mouse buttonsAmanda Graven2023-12-18
* docs: add style rule regarding initializationdundargoc2023-12-18
* refactor: move non-symbols to defs.h headersdundargoc2023-12-17
* refactor: free more reachable memory with EXITFREE (#26349)zeertzjq2023-12-02
* refactor: change event_create() to a macro (#26343)zeertzjq2023-12-01
* build: don't define FUNC_ATTR_* as empty in headers (#26317)zeertzjq2023-11-30
* refactor: move some constants out of vim_defs.h (#26298)zeertzjq2023-11-29
* refactor: fix headers with IWYUdundargoc2023-11-28
* build(IWYU): fix includes for func_attr.hdundargoc2023-11-27
* build: remove PVSdundargoc2023-11-12
* refactor: reorganize option header files (#25437)zeertzjq2023-09-30
* build(iwyu): add a few more _defs.h mappings (#25435)zeertzjq2023-09-30
* refactor: remove some (const char **) casts (#24423)zeertzjq2023-07-22
* refactor: uncrustifydundargoc2023-04-26
* refactor(time): refactor delay with input checkingbfredl2023-04-24
* fix(tui): exit on input eofzeertzjq2023-02-14
* refactor(exit): pass error message to preserve_exit() (#22097)zeertzjq2023-02-04
* refactor: replace char_u with char 24 (#21823)dundargoc2023-01-18
* fix(ui): re-organize tty fd handling and fix issuesbfredl2023-01-16
* refactor: replace char_u with char 16 - remove STRNCMP (#21208)dundargoc2022-12-21
* build: allow IWYU to fix includes for all .c filesdundargoc2022-11-15
* refactor: fix clang-tidy warningsdundargoc2022-11-06
* fix(input): use click number of last click for mouse drag (#20300)zeertzjq2022-09-24
* fix: assert failure when changing 'ut' while waiting for CursorHold (#20241)zeertzjq2022-09-18
* fix(events): make CursorHold behave as documentedzeertzjq2022-09-17
* feat(tui): support 'mousemoveevent'zeertzjq2022-09-04
* refactor: remove some unused includes (#19747)zeertzjq2022-08-13
* refactor: remove some unused includes (#19740)zeertzjq2022-08-12
* vim-patch:8.1.1684: profiling functionality is spread outzeertzjq2022-08-12
* refactor(uncrustify): set maximum number of consecutive newlines to 2 (#18695)dundargoc2022-05-25
* refactor(events): remove unnecessary fudging of updating_screenbfredl2022-05-18
* fix(ui): make winbar work with floats and multigridbfredl2022-05-18
* refactor: move more grid functions to grid.c. Clean up some variablesbfredl2022-05-18
* refactor: rename keymap.{c,h} to keycodes.{c,h} (#18535)zeertzjq2022-05-12
* vim-patch:8.2.4911: the mode #defines are not clearly named (#18499)zeertzjq2022-05-10
* vim-patch:8.2.4858: K_SPECIAL may be escaped twicezeertzjq2022-05-03