aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/api/extmark.c
Commit message (Expand)AuthorAge
* refactor: iwyu #31637Justin M. Keyes2024-12-23
* docs(api): specify when decor provider on_buf is called #31634luukvbaal2024-12-19
* fix(api): validation, documentation of hl_group #31195luukvbaal2024-11-16
* refactor(api)!: rename Dictionary => DictJustin M. Keyes2024-09-23
* feat(mbyte): support extended grapheme clusters including more emojibfredl2024-08-30
* fix(decor): don't use separate DecorSignHighlight for url (#30096)zeertzjq2024-08-20
* docs: misc (#29229)dundargoc2024-06-15
* feat: get/set namespace properties #28728altermo2024-06-07
* docs: misc (#28837)dundargoc2024-06-07
* refactor(api): nvim_win_xx_ns are EXPERIMENTALJustin M. Keyes2024-05-12
* refactor(api): rename nvim_win_remove_nsJustin M. Keyes2024-05-12
* fix(api): make getting explicit empty hl in virtual text work (#28697)zeertzjq2024-05-12
* perf(extmarks): better track whether namespace has extmarks (#28615)zeertzjq2024-05-03
* revert: "feat(extmarks): subpriorities (relative to declaration order) (#2713...Gregory Anders2024-05-01
* fix(api/buffer): fix handling of viewport of non-current bufferbfredl2024-03-13
* refactor: use ml_get_buf_len() in API code (#27825)zeertzjq2024-03-12
* docs: support inline markdownLewis Russell2024-03-09
* feat(docs): replace lua2dox.luaLewis Russell2024-02-27
* docs: fix several misleading and superfluous wordings (#27609)Evgeni Chasnovski2024-02-25
* fix(api): don't leak memory with nvim_win_get_ns (#27570)zeertzjq2024-02-22
* fix(extmarks): redraw properly with scoped inline virt_text (#27569)zeertzjq2024-02-22
* feat(extmark): window scoped extmarkaltermo2024-02-21
* refactor(api): make freeing of return-value opt-in instead of opt outbfredl2024-02-21
* fix(extmarks): priority order of inline and non-inline virt_text (#27532)zeertzjq2024-02-20
* refactor(api): use an arena for mappingsbfredl2024-02-18
* refactor(api): refactor more api functions to use arena returnbfredl2024-02-08
* refactor(api): use keydict and arena for more api return valuesbfredl2024-02-08
* feat(extmarks): subpriorities (relative to declaration order) (#27131)Gregory Anders2024-01-28
* 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