aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/api/ui.c
Commit message (Expand)AuthorAge
* refactor: move function macros out of vim_defs.h (#26300)zeertzjq2023-11-29
* refactor: fix headers with IWYUdundargoc2023-11-28
* refactor: rename types.h to types_defs.hdundargoc2023-11-27
* build(IWYU): fix includes for func_attr.hdundargoc2023-11-27
* build(IWYU): replace public-to-public mappings with pragmas (#26237)zeertzjq2023-11-27
* feat(tui): support DCS responses in TermResponse event (#26061)Gregory Anders2023-11-16
* refactor: iwyu (#26062)zeertzjq2023-11-16
* refactor: vim.ui.clipboard #26040Justin M. Keyes2023-11-14
* docs: deprecate the "term_background" UI fieldGregory Anders2023-11-13
* refactor: move background color detection into LuaGregory Anders2023-11-13
* build: remove PVSdundargoc2023-11-12
* fix(PVS/V564): the '|' operator is applied to bool type valuedundargoc2023-11-11
* feat(tui): use TermResponse event for OSC responses (#25868)Gregory Anders2023-11-06
* feat(server): allow embed with listen (#25709)George Harker2023-11-01
* build(iwyu): add a few more _defs.h mappings (#25435)zeertzjq2023-09-30
* refactor(grid): change schar_T representation to be more compactbfredl2023-09-19
* refactor(map): enhanced implementation, Clean Code™, etc etcbfredl2023-09-08
* fix(ui): avoid ambiguity about chunk that clears part of line (#24982)zeertzjq2023-09-02
* fix(events): trigger VimResume on next UI request (#24426)zeertzjq2023-07-23
* fix(ui): propagate line wrapping state on grid_line eventsRicky Zhou2023-06-05
* refactor(api): new helper macrosFamiu Haque2023-05-23
* refactor(map): avoid duplicated khash_t types for valuesbfredl2023-05-17
* build: update uncrustify to 0.76Lewis Russell2023-04-19
* refactor: remove redundant const char * castsii142023-04-07
* fix(api): make nvim_get_hl return 'cterm' attrs properlybfredl2023-03-23
* feat(api): add nvim_get_hl (#22693)Null Chilly2023-03-23
* feat(ui): restore has('gui_running')Justin M. Keyes2023-02-27
* feat(api): more fields in nvim_list_uisJustin M. Keyes2023-02-27
* docs: fix typos (#22353)zeertzjq2023-02-22
* docs: fix typos (#21961)dundargoc2023-02-20
* refactor(api): VALIDATE macros #22256Justin M. Keyes2023-02-14
* fix(ui-ext): force cursor update after resize in char-based UIzeertzjq2023-02-13
* perf(ui): mitigate redraw latency regression from TUI refactorbfredl2023-02-08
* refactor: fix IWYU mapping file and use IWYU (#21802)dundargoc2023-01-15
* refactor(ui): devirtualize the ui layerbfredl2023-01-05
* fix(tui): more work in the TUIbfredl2022-12-31
* feat(tui): run TUI as external processhlpr982022-12-31
* build: allow IWYU to fix includes for all .c filesdundargoc2022-11-15
* refactor: clang-tidy fixes to silence clangd warning (#20683)dundargoc2022-10-21
* docs: fix typos (#20150)dundargoc2022-09-26
* refactor: replace char_u with charDundar Göc2022-09-11
* refactor: replace char_u with charDundar Göc2022-09-09
* Merge pull request #20023 from bfredl/hlarenabfredl2022-09-01
|\
| * refactor(highlight): make hlattrs2dict always use pre-allocated dictbfredl2022-08-31
* | feat(lua): vim.ui_attach to get ui events from luabfredl2022-08-31
|/
* refactor(api): provide a temporary copy solution for nvim_call_atomicbfredl2022-08-24
* vim-patch:8.1.2082: rename popupmnu.* to popupmenu.* (#19829)zeertzjq2022-08-18
* refactor: remove some unused includes (#19820)zeertzjq2022-08-17
* refactor: use CLEAR_FIELD and CLEAR_POINTER macros (#19709)zeertzjq2022-08-11
* docs: fix typos (#19588)dundargoc2022-08-03