aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/api/ui.c
Commit message (Expand)AuthorAge
* fix(ui): fix edge case around flushingbfredl2024-03-15
* docs: support inline markdownLewis Russell2024-03-09
* refactor(ui): remove outdated UI vs UIData distinctionbfredl2024-03-08
* refactor(msgpack): allow flushing buffer while packing msgpackbfredl2024-03-07
* feat(docs): replace lua2dox.luaLewis Russell2024-02-27
* refactor(api): use arena for channel info and terminal infobfredl2024-02-18
* refactor(eval): use arena when converting typvals to Objectbfredl2024-02-15
* Merge pull request #27348 from fredizzimo/fsundvik/fix-ext-hlstatebfredl2024-02-12
|\
| * fix: splitting of big UI messagesFred Sundvik2024-02-06
* | refactor(api): use arena for nvim_list_uis()bfredl2024-02-09
* | refactor(api): make cstr_as_string accept "const char*"bfredl2024-02-09
|/
* feat(ui): add support for OSC 8 hyperlinks (#27109)Gregory Anders2024-01-24
* refactor(IWYU): fix headersdundargoc2024-01-11
* refactor(options): use schar_T representation for fillchars and listcharsbfredl2024-01-08
* refactor: run IWYU on entire repodundargoc2023-12-21
* refactor: move non-symbols to defs.h headersdundargoc2023-12-17
* refactor: free more reachable memory with EXITFREE (#26349)zeertzjq2023-12-02
* build: don't define FUNC_ATTR_* as empty in headers (#26317)zeertzjq2023-11-30
* 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