aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/event
Commit message (Expand)AuthorAge
* refactor(event): change last use of klist to kvecbfredl2024-09-28
* fix(channel): handle writing to file instead of pipe (#30519)zeertzjq2024-09-26
* build: fix or silence new clang-tidy warningsdundargoc2024-09-25
* refactor: rename "process" => "proc" #30387Justin M. Keyes2024-09-15
* refactor(stream.c): unused params in stream_close #30356Justin M. Keyes2024-09-12
* refactor(os/input.c): rename os_inchar => input_get #30327Justin M. Keyes2024-09-10
* refactor(io): make rstream use a linear bufferbfredl2024-06-08
* fixup: apply the change on more filesJames Tirta Halim2024-06-04
* refactor(io): separate types for read and write streamsbfredl2024-05-31
* fix: adjust error message for error in UI event callback (#28200)zeertzjq2024-04-06
* test: silence expected errorsdundargoc2024-04-02
* docs: fix typos (#27868)dundargoc2024-03-28
* refactor: remove "once" argument of loop_uv_run() (#27841)zeertzjq2024-03-13
* refactor(IWYU): fix headersdundargoc2024-01-11
* refactor: remove redundant struct namesdundargoc2024-01-02
* refactor: follow style guidedundargoc2023-12-30
* refactor: run IWYU on entire repodundargoc2023-12-21
* refactor: move non-symbols to defs.h headersdundargoc2023-12-17
* fix(stream): do not close handle if it is already closing (#26537)Gregory Anders2023-12-12
* refactor: change event_create() to a macro (#26343)zeertzjq2023-12-01
* refactor(IWYU): fix includes for highlight_group.h (#26340)zeertzjq2023-12-01
* refactor(IWYU): create {ex_getln,rbuffer,os/fileio}_defs.h (#26338)zeertzjq2023-12-01
* build: don't define FUNC_ATTR_* as empty in headers (#26317)zeertzjq2023-11-30
* refactor: fix headers with IWYUdundargoc2023-11-28
* build(IWYU): fix includes for func_attr.hdundargoc2023-11-27
* build: enable IWYU on macdundargoc2023-11-27
* build(IWYU): replace most private mappings with pragmas (#26247)zeertzjq2023-11-27
* build(IWYU): fix headers for arabic.hdundargoc2023-11-26
* build: rework IWYU mapping filesdundargoc2023-11-25
* refactor: enable formatting for ternariesdundargoc2023-11-20
* fix(lua): only disable vim.schedule() when closing main loop (#26090)zeertzjq2023-11-17
* refactor: iwyu (#26062)zeertzjq2023-11-16
* refactor: replace manual header guards with #pragma oncedundargoc2023-11-12
* build: remove PVSdundargoc2023-11-12
* build(lint): remove unnecessary clint.py rulesdundargoc2023-10-23
* refactor: allow not having a `default` case for enumFamiu Haque2023-10-10
* fix(tui): don't overwrite an assertion faliure message on exitbfredl2023-09-21
* fix(startup): run embedded Nvim with real path (#24282)zeertzjq2023-07-08
* fix(messages): use "Vimscript" instead of "VimL" #24111Justin M. Keyes2023-06-22
* refactor: remove typval.h from most header files (#23601)zeertzjq2023-05-13
* refactor: remove use of reserved c++ keywordsii142023-04-06
* build: sanitizers for gccii142023-03-16
* fix(rpc)!: preseve files when stdio channel is closed (#22137)zeertzjq2023-02-11
* refactor(exit): pass error message to preserve_exit() (#22097)zeertzjq2023-02-04
* refactor: fix IWYU mapping file and use IWYU (#21802)dundargoc2023-01-15
* fix(embed): handle stdio in server properlybfredl2023-01-09
* Merge pull request #18375 from bfredl/tui_reworkbfredl2022-12-31
|\
| * fix(tui): more work in the TUIbfredl2022-12-31
| * feat(tui): run TUI as external processhlpr982022-12-31
* | refactor(sleep): simplify rube goldberg implementation of :sleepbfredl2022-12-30
|/