summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/api/ui_events.in.h
AgeCommit message (Expand)AuthorFiles
2026-04-02feat(:restart): reattach all UIs (#38683)zeertzjq1
2026-03-29fix(:connect): formalize connect event #38543Justin M. Keyes1
2026-03-29refactor(:restart): execute [command] on UIEnter (#38541)zeertzjq1
2026-03-28fix(:restart): formalize restart event #35223Sathya Pramodh1
2026-03-03feat(ui): specify whether msg_show event comes from typed commandLuuk van Baal1
2026-01-26fix(ui): only internal messages are unsafe #37462luukvbaal1
2025-08-28fix(progress): simplify ui-event, introduce default presentation #35527Shadman1
2025-08-26feat(api): nvim_echo can emit Progress messages/events #34846Shadman1
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-07-08feat(messages): add "prev_cmd" argument to msg_history_show (#34779)luukvbaal1
2025-06-25fix(ui)!: decouple ext_messages from message grid #27963luukvbaal1
2025-06-10fix(tui): wait for embedded server's exit codezeertzjq1
2025-06-07feat: make :restart work for remote UI (#34354)zeertzjq1
2025-06-07docs: lua, UI events #34261Justin M. Keyes1
2025-06-02feat(editor): ":restart" command #33953Sathya Pramodh1
2025-05-24feat(ui): "append" parameter for "msg_show" UI eventsLuuk van Baal1
2025-04-15feat(ui): include compositor info with multigridFred Sundvik1
2024-12-23feat(ui): specify whether msg_show event is added to historyLuuk van Baal1
2024-12-22feat(ui): additional arguments for cmdline_show/hide eventsLuuk van Baal1
2024-11-14fix(messages)!: vim.ui_attach message callbacks are unsafeLuuk van Baal1
2024-10-20feat(float): allow enabling mouse for non-focusable window (#30844)zeertzjq1
2024-03-29feat(ui): indicate margins for the area used by win_viewportbfredl1
2024-01-19feat(ui): add chdir UI event (#27093)Gregory Anders1
2023-11-12refactor: replace manual header guards with #pragma oncedundargoc1
2023-09-21fix(tui): don't overwrite an assertion faliure message on exitbfredl1
2023-06-05fix(ui): propagate line wrapping state on grid_line eventsRicky Zhou1
2023-03-12feat(ui): add scroll_delta to win_viewport event #19270Matthias Deiml1
2023-01-05refactor(ui): devirtualize the ui layerbfredl1
2022-12-31feat(tui): run TUI as external processhlpr981
2022-10-21refactor(uncrustify): improved formatting rulesdundargoc1
2022-08-31feat(lua): vim.ui_attach to get ui events from luabfredl1
2022-06-20perf(ui): reduce allocation overhead when encoding "redraw" eventsbfredl1
2022-05-21feat(ui): clear message history explicitly with msg_history_clear eventdevbhan singh1
2022-05-03feat(api/ui): win_extmarksYatao Li1
2022-03-15refactor(ui): make ui_client_event_grid_line typesafebfredl1
2022-03-15feat(ui): implement ui_client event handlershlpr981
2021-09-10feat(api): win_viewport also sends line_count #15613Yatao Li1
2021-06-27[RDY] Add buffer information to tabline_update (#12481)John Gehrig1
2021-05-15floats: z-indexBjörn Linse1
2020-10-12Fix multiple typos (#13063)Hansraj Das1
2020-09-05nvim__screenshotBjörn Linse1
2020-04-01api/ui: win_viewport event for visible range and cursor position in windowBjörn Linse1
2019-09-01screen: use dedicated message gridBjörn Linse1
2019-08-17ui: use Window type in win_pos consistently with win_float_posBjörn Linse1
2019-07-14highlight: expose builtin highlight groups using hl_group_set eventBjörn Linse1
2019-03-16Allow using internal popupmenu or ext_popupmenu for wildmenuBjörn Linse1
2019-03-02floats: implement floating windowsBjörn Linse1
2019-02-10ui: implement ext_messagesBjörn Linse1