aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/decoration.c
Commit message (Expand)AuthorAge
* 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
* refactor(decor): remove sign conditions that are always trueLuuk van Baal2023-11-28
* fix(column): redraw and update signcols for paired extmarkLuuk van Baal2023-11-28
* refactor: iwyu (#26269)zeertzjq2023-11-28
* feat(decoration): allow conceal_char to be a composing charbfredl2023-11-28
* build(IWYU): fix includes for undo_defs.hdundargoc2023-11-27
* docs: small fixes (#26154)dundargoc2023-11-27
* build: rework IWYU mapping filesdundargoc2023-11-25
* fix(column): apply numhl signs when 'signcolumn' is "no" (#26167)luukvbaal2023-11-23
* feat(extmarks): add sign name to extmark "details" arrayLuuk van Baal2023-11-22
* fix(decorations): fix imbalanced sign countbfredl2023-11-22
* refactor(decorations): break up Decoration struct into smaller piecesbfredl2023-11-22
* refactor(sign): store 'signcolumn' width range when it is setLuuk van Baal2023-11-21
* refactor(sign): move legacy signs to extmarksLuuk van Baal2023-11-17