summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/api/ui.c
AgeCommit message (Expand)AuthorFiles
2026-04-02feat(:restart): reattach all UIs (#38683)zeertzjq1
2026-03-31fix(:restart): only pass --headless when there is no UI (#38580)zeertzjq1
2026-03-29refactor(:restart): execute [command] on UIEnter (#38541)zeertzjq1
2026-03-28fix(:restart): formalize restart event #35223Sathya Pramodh1
2026-03-16fix(api): use standard error messagesJustin M. Keyes1
2026-02-14fix(restart): append `-c <cmd>` at end, drop `-- [files…]` #37846Justin M. Keyes1
2026-01-31fix(ui): don't crash if maximum UI count reached (#37636)zeertzjq1
2025-11-28fix(restart): preserve original args on repeat invocations #36740Andrew Braxton1
2025-10-26fix(tui): don't treat remote TUI as GUI (#36319)zeertzjq1
2025-10-04vim-patch:partial:8.1.1939: code for handling v: variables in generic eval fi...Jan Edmund Lazo1
2025-09-04docs: api eventsJustin M. Keyes1
2025-08-24docs: misc #35459Justin M. Keyes1
2025-08-22feat(tui): add nvim_ui_send (#35406)Gregory Anders1
2025-08-14feat(ui): :connect command #34586Siddhant Agarwal1
2025-08-14refactor(build): remove INCLUDE_GENERATED_DECLARATIONS guardsbfredl1
2025-08-02feat: ":restart [cmd]" can run commands #35045Sathya Pramodh1
2025-07-09feat(tui): use DA1 response to determine OSC 52 supportGregory Anders1
2025-06-26refactor(ui.c): deduplicate validation logic #34647Justin M. Keyes1
2025-06-12fix(msgpack): flush incomplete big UI event before packing RPC eventbfredl1
2025-06-11feat(tui): support APC queries in TermResponse (#34426)Gregory Anders1
2025-06-10fix(tui): wait for embedded server's exit codezeertzjq1
2025-06-07feat: make :restart work for remote UI (#34354)zeertzjq1
2025-03-08fix(events): always allow some events to be nested (#32706)zeertzjq1
2025-03-05feat(terminal)!: include cursor position in TermRequest event data (#31609)Gregory Anders1
2025-02-10feat(ui): UI :detach commandJustin M. Keyes1
2025-01-30docs: miscdundargoc1
2024-12-23refactor: iwyu #31637Justin M. Keyes1
2024-09-23refactor(api)!: rename Dictionary => DictJustin M. Keyes1
2024-09-02feat(startup): validate --listen addressJustin M. Keyes1
2024-08-30feat(mbyte): support extended grapheme clusters including more emojibfredl1
2024-08-05refactor(shada): rework msgpack decoding without msgpack-cbfredl1
2024-07-15fix(ui): avoid ambiguity about last chunk when flushing halfway (#29718)zeertzjq1
2024-05-12fix(ui): data corruption in remote_ui_raw_linebfredl1
2024-05-01fix(ui): avoid recursiveness and invalid memory access #28578luukvbaal1
2024-03-15fix(ui): fix edge case around flushingbfredl1
2024-03-09docs: support inline markdownLewis Russell1
2024-03-08refactor(ui): remove outdated UI vs UIData distinctionbfredl1
2024-03-07refactor(msgpack): allow flushing buffer while packing msgpackbfredl1
2024-02-27feat(docs): replace lua2dox.luaLewis Russell1
2024-02-18refactor(api): use arena for channel info and terminal infobfredl1
2024-02-15refactor(eval): use arena when converting typvals to Objectbfredl1
2024-02-12Merge pull request #27348 from fredizzimo/fsundvik/fix-ext-hlstatebfredl1
2024-02-09refactor(api): use arena for nvim_list_uis()bfredl1
2024-02-09refactor(api): make cstr_as_string accept "const char*"bfredl1
2024-02-06fix: splitting of big UI messagesFred Sundvik1
2024-01-24feat(ui): add support for OSC 8 hyperlinks (#27109)Gregory Anders1
2024-01-11refactor(IWYU): fix headersdundargoc1
2024-01-08refactor(options): use schar_T representation for fillchars and listcharsbfredl1
2023-12-21refactor: run IWYU on entire repodundargoc1
2023-12-17refactor: move non-symbols to defs.h headersdundargoc1