summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/event/multiqueue.c
AgeCommit message (Expand)AuthorFiles
2025-08-14refactor(build): remove INCLUDE_GENERATED_DECLARATIONS guardsbfredl1
2025-03-08refactor(multiqueue): rename multiqueue_new_parent #32767Justin M. Keyes1
2025-03-07fix(terminal): avoid rescheduling events onto the same queue (#32755)Gregory Anders1
2024-01-11refactor(IWYU): fix headersdundargoc1
2023-12-30refactor: follow style guidedundargoc1
2023-12-01refactor: change event_create() to a macro (#26343)zeertzjq1
2023-11-30build: don't define FUNC_ATTR_* as empty in headers (#26317)zeertzjq1
2023-11-27build(IWYU): fix includes for func_attr.hdundargoc1
2023-11-25build: rework IWYU mapping filesdundargoc1
2023-11-12build: remove PVSdundargoc1
2023-06-22fix(messages): use "Vimscript" instead of "VimL" #24111Justin M. Keyes1
2023-04-06refactor: remove use of reserved c++ keywordsii141
2023-03-16build: sanitizers for gccii141
2022-11-15build: allow IWYU to fix includes for all .c filesdundargoc1
2022-05-25refactor(uncrustify): set maximum number of consecutive newlines to 2 (#18695)dundargoc1
2021-09-14refactor: format files with uncrustify #15663dundargoc1
2021-06-23vim-patch:8.1.1437: code to handle callbacks is duplicatedJan Edmund Lazo1
2021-03-30Change QUEUE_FOREACH macro to use while instead of forerw71
2019-09-11rename: SplitEvent => MulticastEvent #10989Justin M. Keyes1
2019-09-08rpc: allow handling of nvim_ui_try_resize at the pagerBjörn Linse1
2017-04-28event: Remove "priority" concept.Justin M. Keyes1
2017-04-28api/nvim_get_mode: Use child-queue instead of "priority".Justin M. Keyes1
2017-04-28input.c: Process only safe events before blocking.Justin M. Keyes1
2017-04-28api: nvim_get_mode()Justin M. Keyes1
2017-04-19*: Add comment to all C filesZyX1
2016-12-09tui: "backpressure": Drop messages to avoid flooding.Justin M. Keyes1
2016-10-02event/multiqueue.c: Rename "queue" to "multiqueue".Justin M. Keyes1