aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/event/multiqueue.c
Commit message (Expand)AuthorAge
* build(IWYU): fix includes for func_attr.hdundargoc2023-11-27
* build: rework IWYU mapping filesdundargoc2023-11-25
* build: remove PVSdundargoc2023-11-12
* fix(messages): use "Vimscript" instead of "VimL" #24111Justin M. Keyes2023-06-22
* refactor: remove use of reserved c++ keywordsii142023-04-06
* build: sanitizers for gccii142023-03-16
* build: allow IWYU to fix includes for all .c filesdundargoc2022-11-15
* refactor(uncrustify): set maximum number of consecutive newlines to 2 (#18695)dundargoc2022-05-25
* refactor: format files with uncrustify #15663dundargoc2021-09-14
* vim-patch:8.1.1437: code to handle callbacks is duplicatedJan Edmund Lazo2021-06-23
* Change QUEUE_FOREACH macro to use while instead of forerw72021-03-30
* rename: SplitEvent => MulticastEvent #10989Justin M. Keyes2019-09-11
* rpc: allow handling of nvim_ui_try_resize at the pagerBjörn Linse2019-09-08
* event: Remove "priority" concept.Justin M. Keyes2017-04-28
* api/nvim_get_mode: Use child-queue instead of "priority".Justin M. Keyes2017-04-28
* input.c: Process only safe events before blocking.Justin M. Keyes2017-04-28
* api: nvim_get_mode()Justin M. Keyes2017-04-28
* *: Add comment to all C filesZyX2017-04-19
* tui: "backpressure": Drop messages to avoid flooding.Justin M. Keyes2016-12-09
* event/multiqueue.c: Rename "queue" to "multiqueue".Justin M. Keyes2016-10-02