aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/decoration.c
Commit message (Expand)AuthorAge
* refactor(api)!: rename Dictionary => DictJustin M. Keyes2024-09-23
* fix(scrollbind): properly take filler/virtual lines into accountLewis Russell2024-07-31
* refactor(decor): decor_virt_lines()Lewis Russell2024-07-27
* fix(plines): don't count invalidated virt text in char size (#29863)zeertzjq2024-07-26
* fix(decor): don't draw invalidated virtual lines (#29858)luukvbaal2024-07-26
* fix(column): modifying a sign should update placed signs (#29750)luukvbaal2024-07-17
* feat: get/set namespace properties #28728altermo2024-06-07
* fix(column): crash with 'signcolumn' set to "number" (#29003)luukvbaal2024-06-01
* feat(signs)!: place higher-priority signs from the left #27781Tobias Schmitz2024-05-21
* fix(api): make getting explicit empty hl in virtual text work (#28697)zeertzjq2024-05-12
* fix: transposed xcalloc arguments (#28695)zeertzjq2024-05-11
* revert: "feat(extmarks): subpriorities (relative to declaration order) (#2713...Gregory Anders2024-05-01
* fix(column): ignore empty signcols range (#28177)luukvbaal2024-04-06
* fix(api/buffer): fix handling of viewport of non-current bufferbfredl2024-03-13
* feat(extmark): window scoped extmarkaltermo2024-02-21
* fix(extmarks): priority order of inline and non-inline virt_text (#27532)zeertzjq2024-02-20
* fix(extmarks): redraw line on adding/removing conceal (#27463)zeertzjq2024-02-14
* perf(extmarks): avoid unnecessary invalidations for virt_text (#27435)zeertzjq2024-02-12
* fix(column): use a single path for sign sorting (#27431)luukvbaal2024-02-12
* refactor: don't use subtraction in qsort() comparison functionszeertzjq2024-02-10
* refactor(api): make cstr_as_string accept "const char*"bfredl2024-02-09
* refactor(api): use keydict and arena for more api return valuesbfredl2024-02-08
* Merge pull request #27122 from luukvbaal/signcolbfredl2024-02-01
|\
| * fix(column): clear "b_signcols" before moving saved marksLuuk van Baal2024-01-27
* | feat(extmarks): subpriorities (relative to declaration order) (#27131)Gregory Anders2024-01-28
* | fix(decor): check decor kind before accessing union field (#27205)Gregory Anders2024-01-27
|/
* refactor: IWYU (#27186)zeertzjq2024-01-25
* feat(ui): add support for OSC 8 hyperlinks (#27109)Gregory Anders2024-01-24
* perf(extmarks): add metadata for efficient filtering of special decorationsbfredl2024-01-22
* fix(extmarks): missing "spell" and "conceal" in details (#27116)zeertzjq2024-01-22
* fix(column): pass kFalse when initializing "b_signcols.count"Luuk van Baal2024-01-17
* fix(column): keep track of number of lines with number of signsLuuk van Baal2024-01-15
* refactor(marktree): unpaired marktree_get_alt() returns itselfLuuk van Baal2024-01-13
* refactor(decorations): more conservative redraw rangeLuuk van Baal2024-01-13
* refactor(IWYU): fix headersdundargoc2024-01-11
* refactor: follow style guidedundargoc2023-12-30
* feat(extmarks): add virt_text_repeat_linebreak flag (#26625)luukvbaal2023-12-26
* refactor(IWYU): move evalarg_T to eval_defs.h (#26716)zeertzjq2023-12-23
* Merge pull request #26528 from bfredl/nodrawstatebfredl2023-12-22
|\
| * refactor(drawline): remove LineDrawState and wlv->saved_n_extrabfredl2023-12-22
* | refactor: run IWYU on entire repodundargoc2023-12-21
|/
* refactor(IWYU): move decor provider types to decoration_defs.h (#26692)zeertzjq2023-12-21
* refactor: eliminate cyclic includesdundargoc2023-12-20
* refactor: move non-symbols to defs.h headersdundargoc2023-12-17
* fix(coverity): unhandled retval for marktree_itr_get_overlap() #26518luukvbaal2023-12-11
* perf(column): avoid counting when max signs are removed from a rangeLuuk van Baal2023-12-08
* perf(column): keep track of number of lines that hold up the 'signcolumn'Luuk van Baal2023-12-07
* refactor(IWYU): move marktree types to marktree_defs.h (#26402)zeertzjq2023-12-05
* perf(column): only invalidate lines affected by added signLuuk van Baal2023-11-29
* fix(decorations): do not apply sign highlight id as range attr idLuuk van Baal2023-11-29