summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/ui.h
AgeCommit message (Expand)AuthorFiles
2025-08-14refactor(build): remove INCLUDE_GENERATED_DECLARATIONS guardsbfredl1
2025-04-21feat(ui): avoid setting 'cmdheight' with vim.ui_attach()Luuk van Baal1
2024-11-14fix(messages)!: vim.ui_attach message callbacks are unsafeLuuk van Baal1
2024-05-01fix(ui): avoid recursiveness and invalid memory access #28578luukvbaal1
2024-02-28refactor(metadata): generate all metadata in luabfredl1
2024-01-11refactor(IWYU): fix headersdundargoc1
2023-12-22refactor(IWYU): add "private" pragma to more generated headers (#26706)zeertzjq1
2023-12-21refactor: run IWYU on entire repodundargoc1
2023-11-30refactor(IWYU): move UI and LineFlags to ui_defs.h (#26318)zeertzjq1
2023-11-28refactor: fix headers with IWYUdundargoc1
2023-11-27refactor: rename types.h to types_defs.hdundargoc1
2023-11-27build(IWYU): export generated headersdundargoc1
2023-11-13docs: deprecate the "term_background" UI fieldGregory Anders1
2023-11-12refactor: replace manual header guards with #pragma oncedundargoc1
2023-10-23build(lint): remove unnecessary clint.py rulesdundargoc1
2023-02-27feat(ui): restore has('gui_running')Justin M. Keyes1
2023-02-27feat(api): more fields in nvim_list_uisJustin M. Keyes1
2023-02-08perf(ui): mitigate redraw latency regression from TUI refactorbfredl1
2023-01-05refactor(ui): devirtualize the ui layerbfredl1
2022-11-15build: allow IWYU to fix includes for all .c filesdundargoc1
2022-08-31feat(lua): vim.ui_attach to get ui events from luabfredl1
2022-08-24refactor(arena): use a shared block freelistbfredl1
2022-06-20perf(ui): reduce allocation overhead when encoding "redraw" eventsbfredl1
2022-05-25refactor(uncrustify): set maximum number of consecutive newlines to 2 (#18695)dundargoc1
2021-10-12refactor: format all C files under nvim/ #15977dundargoc1
2020-04-28external pum: use floating point geometry; typval: add tv_dict_add_floatYatao Li1
2020-04-28API/UI: Allow UI to set PUM position and size, and pass the position to Compl...Yatao Li1
2019-09-08Merge pull request #10475 from erw7/fix-ext-popupmenuBjörn Linse1
2019-09-08refactor: allow us to process a child queue only while waiting on inputBjörn Linse1
2019-09-08Add nvim_ui_pum_set_height to apierw71
2019-05-09UI/nvim_ui_attach(): add `override` optionJustin M. Keyes1
2019-03-02floats: implement floating windowsBjörn Linse1
2019-02-10ui: implement ext_messagesBjörn Linse1
2019-02-05UI: always use contrete colors for default_colors_setBjörn Linse1
2019-02-02ui/compositor: add redraws needed due to intersected doublewidth chars.Björn Linse1
2019-02-02UI: add "compositor" layer to merge grids for TUI use in a correct wayBjörn Linse1
2018-12-31multigrid: Change screen_* functions to grid_* functionsUtkarsh Maheshwari1
2018-10-01ui: rename ext_newgrid to ext_linegridBjörn Linse1
2018-09-03tui: Hint wrapped lines to terminals.Ricky Zhou1
2018-07-21ui: use line-based rather than char-based updates in screen.cBjörn Linse1
2018-07-21highlight: refactor to use stateful representationBjörn Linse1
2018-06-01nvim_list_uis: include channel idBjörn Linse1
2018-02-13ui: refactor ui optionsBjörn Linse1
2018-02-11ui/tui: highlighting refactorBjörn Linse1
2017-12-13tui: defer termcodes using a timerJustin M. Keyes1
2017-12-13tui: rework deferred-termcodes implementationJustin M. Keyes1
2017-09-30Adds nvim_get_hl_by_name/by_idMatthieu Coudron1
2017-05-10api: generate ui eventsBjörn Linse1
2017-04-26api/ui: externalize tablineJustin M. Keyes1
2017-04-26api/ui: externalize tablineDongdong Zhou1