aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/api/extmark.c
Commit message (Expand)AuthorAge
* feat(ui): add support for OSC 8 hyperlinks (#27109)Gregory Anders2024-01-24
* Merge pull request #27076 from glepnir/extmark_hlgroupbfredl2024-01-22
|\
| * refactor(api): use hl id directly in nvim_buf_set_extmarkglepnir2024-01-20
* | docs(extmarks): add undocumented "details" array fieldsLuuk van Baal2024-01-18
|/
* refactor(marktree): unpaired marktree_get_alt() returns itselfLuuk van Baal2024-01-13
* refactor(IWYU): fix headersdundargoc2024-01-11
* fix(decorations): validate botline for on_winJaehwang Jung2024-01-04
* feat(extmarks): add virt_text_repeat_linebreak flag (#26625)luukvbaal2023-12-26
* fix(decor): allow adding providers during redrawLewis Russell2023-12-22
* refactor(drawline): remove LineDrawState and wlv->saved_n_extrabfredl2023-12-22
* refactor(api): complete conversion from `Dictionary` to `Dict(opts)` (#26365)Riccardo Mazzarini2023-12-05
* build: don't define FUNC_ATTR_* as empty in headers (#26317)zeertzjq2023-11-30
* fix(decorations): do not apply sign highlight id as range attr idLuuk van Baal2023-11-29
* feat(decoration): allow conceal_char to be a composing charbfredl2023-11-28
* refactor: fix includes for api/autocmd.hdundargoc2023-11-27
* build(IWYU): export generated headersdundargoc2023-11-27
* build(IWYU): fix includes for undo_defs.hdundargoc2023-11-27
* build(IWYU): fix includes for func_attr.hdundargoc2023-11-27
* refactor: move Arena and ArenaMem to memory_defs.h (#26240)zeertzjq2023-11-27
* refactor: move garray_T to garray_defs.h (#26227)zeertzjq2023-11-26
* build: rework IWYU mapping filesdundargoc2023-11-25
* refactor(decorations): break up Decoration struct into smaller piecesbfredl2023-11-22
* refactor(extmark): redundant ExtmarkInfo delenda est, use MTPair insteadbfredl2023-11-18
* refactor(sign): move legacy signs to extmarksLuuk van Baal2023-11-17
* build: remove PVSdundargoc2023-11-12
* feat(extmarks): add 'invalidate' property to extmarksLuuk van Baal2023-11-08
* feat(extmarks): add "undo_restore" flag to opt out of undo-restoringbfredl2023-11-05
* refactor(extmarks): extmark_del() with MarkTreeIterLuuk van Baal2023-11-01
* build(iwyu): add a few more _defs.h mappings (#25435)zeertzjq2023-09-30
* fix(api): get virtual text with multiple hl properly (#25307)zeertzjq2023-09-22
* fix(ui): handle virtual text with multiple hl in more cases (#25304)zeertzjq2023-09-22
* feat(folds): support virtual text format for 'foldtext' (#25209)zeertzjq2023-09-17
* docs: replace <pre> with ``` (#25136)Gregory Anders2023-09-14
* feat(extmark): support proper multiline rangesbfredl2023-09-12
* fix(decorations): better approximation of botline #24794Jaehwang Jung2023-09-11
* refactor(map): enhanced implementation, Clean Codeā„¢, etc etcbfredl2023-09-08
* refactor(memline): distinguish mutating uses of ml_get_buf()bfredl2023-08-24
* refactor(api): use typed keysetsbfredl2023-08-07
* test(extmarks): add test for virt_text_win_col with cpo+=n (#24328)zeertzjq2023-07-13
* docs: autocmds, miscJustin M. Keyes2023-06-25
* feat(extmarks): support hl_mode "combine" for inline virt_text (#24099)zeertzjq2023-06-22
* test: spellcheck :help (vimdoc) files #24109Justin M. Keyes2023-06-22
* fix(api): wrong nvim_buf_set_extmark error for invalid hl_modezeertzjq2023-06-22
* test(extmarks): add test for virt_text_hide with 'smoothscroll' (#23791)zeertzjq2023-05-28
* Merge pull request #23730 from famiu/refactor/api/helpersbfredl2023-05-23
|\
| * refactor(api): new helper macrosFamiu Haque2023-05-23
* | feat(ui): inline virtual textIbby2023-05-22
|/
* refactor(map): avoid duplicated khash_t types for valuesbfredl2023-05-17
* fix: disallow removing extmarks in on_lines callbacks (#23219)Lewis Russell2023-04-27
* refactor: uncrustifydundargoc2023-04-26