aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/os/input.c
Commit message (Expand)AuthorAge
* 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
* fix(input): only disable mapped CTRL-C interrupts when getting input (#18310)zeertzjq2022-04-30
* refactor(uncrustify): change rules to better align with the style guideDundar Goc2022-04-29
* vim-patch:8.2.0855: GUI tests fail because the test doesn't use a modifierzeertzjq2022-04-29
* feat(input): delay all simplificationszeertzjq2022-04-29
* vim-patch:8.1.2145: cannot map <C-H> when modifyOtherKeys is enabledzeertzjq2022-04-29
* fix(input): do not translate scroll keys into multiclickszeertzjq2022-04-02
* chore: add additional compiler flags (#17815)Lewis Russell2022-03-24
* fix(input): never escape CSI byteszeertzjq2022-01-21
* refactor(misc1): move out high-level input functions to a new file: input.cBjörn Linse2021-12-10
* refactor(misc1): move line_breakcheck family of functions to os/input.cBjörn Linse2021-12-09
* refactor: saner options for uncrustify #16196dundargoc2021-10-31
* refactor: uncrustify #16090dundargoc2021-10-29
* refactor: format files with uncrustify #15663dundargoc2021-09-14
* state: throttle batched event processing when input is availableBjörn Linse2021-03-08
* input: consider "-- more --" state to be blocking, fixes #11899Björn Linse2021-01-04
* [squash] fix comment [skip ci]erw72020-05-26
* input: fix stack overflowerw72020-05-25
* refactor: allow us to process a child queue only while waiting on inputBjörn Linse2019-09-08
* paste: WIP #4448Justin M. Keyes2019-08-27
* refactor: use int for Columns and RowsBjörn Linse2019-07-19