aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/event
Commit message (Expand)AuthorAge
* chore: fix typos (#16506)dundargoc2021-12-28
* refactor(misc1): move out high-level input functions to a new file: input.cBjörn Linse2021-12-10
* refactor(misc1): move preserve_exit() to related functions in main.cBjörn Linse2021-12-09
* refactor: uncrustify #16090dundargoc2021-10-29
* refactor: remove space after starDundar Göc2021-10-19
* refactor: format header files with uncrustify #15877dundargoc2021-10-09
* Refactor/uncrustify (#15790)dundargoc2021-09-29
* refactor: format files with uncrustify #15663dundargoc2021-09-14
* feat(api): nvim_get_chan_info: include "argv" for jobs #15537Justin M. Keyes2021-09-01
* fix(process_wait): drain proc.events directly #15501Gregory Anders2021-08-27
* chore: use codespell to spell check #15016dundargoc2021-07-07
* vim-patch:8.1.1437: code to handle callbacks is duplicatedJan Edmund Lazo2021-06-23
* Add more info to debug messagesJames McCoy2021-04-08
* Change QUEUE_FOREACH macro to use while instead of forerw72021-03-30
* fix(pty): Always use $TERM from the job's env dictJames McCoy2021-02-06
* Common handling of required/ignored env varsJames McCoy2021-01-31
* Use dict_T to pass env vars to process spawning codeJames McCoy2021-01-31
* Add overlapped option to jobstarterw72020-06-10
* win/TUI: enable mouse on ConEmu and vtpcon without vtierw72020-05-26
* win: use virtual terminal input (VTI) if available #11803erw72020-05-26
* Test on actual libuv version number, not on existence of symbol.Matěj Cepl2020-04-21
* Make neovim building even with libuv 1.18.0Matěj Cepl2020-04-21
* loop_close: close all handlesJustin M. Keyes2020-02-17
* loop_close: call uv_stop(), fix bugJustin M. Keyes2020-02-17
* loop_close: timout after 2 seconds #11821Justin M. Keyes2020-02-16
* jobstart now supports env/clear_envMatthieu Coudron2019-12-11
* tui: flush ui buffer in tui_terminal_after_startup (#11083)Daniel Hahler2019-09-24
* rename: getdigits_safe => try_getdigitsJustin M. Keyes2019-09-13
* rename: SplitEvent => MulticastEvent #10989Justin M. Keyes2019-09-11
* rpc: allow handling of nvim_ui_try_resize at the pagerBjörn Linse2019-09-08
* f_jobwait: cleanupJustin M. Keyes2019-09-03
* events: loop_schedule() is unclear, rename it loop_schedule_fast()Björn Linse2019-08-31
* paste: tickle cursorJustin M. Keyes2019-08-27
* paste: WIP #4448Justin M. Keyes2019-08-27
* win: stream: reset tty stream on closeAnciety2019-08-20
* channels: reflect exit due to signals in exit status code (#10573)Daniel Hahler2019-08-09
* stream: log unwritten bytes, if any #10663Justin M. Keyes2019-08-01
* process_stop: uv: do not close stdin first/explicitly #10584Daniel Hahler2019-08-01
* CI: improve gcov handling #10404Daniel Hahler2019-07-07
* :ls : show "R", "F" for terminal-jobs #10370Justin M. Keyes2019-06-29
* gcov: use __gcov_flush instead of __gcov_dump (#10260)Daniel Hahler2019-06-18
* Dump gcov coverage in process_spawn (#10230)Daniel Hahler2019-06-15
* build: fix some warningsJustin M. Keyes2019-06-03
* win: stream_init() issue with tty on Windows #9884erw72019-04-28
* doc [ci skip]Justin M. Keyes2019-03-26
* deps: update to libuv v1.26.0Justin M. Keyes2019-02-21
* doc: xdg, MAINTAIN.md, channel-id, job controlJustin M. Keyes2018-10-11
* tui: Hint wrapped lines to terminals.Ricky Zhou2018-09-03
* ui: use line-based rather than char-based updates in screen.cBjörn Linse2018-07-21
* Merge #7679 'startup: treat stdin as text instead of commands'Justin M. Keyes2018-06-10
|\