summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/decoration.h
AgeCommit message (Expand)AuthorFiles
2026-03-23fix(decor): clamp last column by decor provider rangevanaigr1
2025-09-09fix(treesitter): use subpriorities for tree orderingbfredl1
2025-08-14refactor(build): remove INCLUDE_GENERATED_DECLARATIONS guardsbfredl1
2025-01-24feat(extmarks): virtual text can be right-aligned, truncated #31921georgev931
2025-01-09fix(decoration): fix crash when on_lines decor provider modifies marktreebfredl1
2024-12-05refactor: comments, variable namesvanaigr1
2024-12-05docs: add comments for DecorRangeSlot structvanaigr1
2024-12-05perf: consider only active decorations when drawing linesvanaigr1
2024-07-17fix(column): modifying a sign should update placed signs (#29750)luukvbaal1
2024-05-01revert: "feat(extmarks): subpriorities (relative to declaration order) (#2713...Gregory Anders1
2024-02-20fix(extmarks): priority order of inline and non-inline virt_text (#27532)zeertzjq1
2024-01-28feat(extmarks): subpriorities (relative to declaration order) (#27131)Gregory Anders1
2024-01-11refactor(IWYU): fix headersdundargoc1
2023-12-21refactor(IWYU): move decor provider types to decoration_defs.h (#26692)zeertzjq1
2023-12-20refactor: eliminate cyclic includesdundargoc1
2023-12-05refactor(IWYU): move marktree types to marktree_defs.h (#26402)zeertzjq1
2023-11-30refactor(IWYU): move UI and LineFlags to ui_defs.h (#26318)zeertzjq1
2023-11-29refactor: move some constants out of vim_defs.h (#26298)zeertzjq1
2023-11-28refactor: fix headers with IWYUdundargoc1
2023-11-28feat(decoration): allow conceal_char to be a composing charbfredl1
2023-11-27refactor: rename types.h to types_defs.hdundargoc1
2023-11-27build(IWYU): fix includes for undo_defs.hdundargoc1
2023-11-27build(IWYU): replace public-to-public mappings with pragmas (#26237)zeertzjq1
2023-11-22refactor(decorations): break up Decoration struct into smaller piecesbfredl1
2023-11-17refactor(sign): move legacy signs to extmarksLuuk van Baal1
2023-11-12refactor: replace manual header guards with #pragma oncedundargoc1
2023-10-23build(lint): remove unnecessary clint.py rulesdundargoc1
2023-09-20fix(extmarks): fix win_col virt_text drawn on wrong screen line (#25264)zeertzjq1
2023-09-15fix(extmarks): overlay virt_text position after 'showbreak' (#25175)zeertzjq1
2023-09-15fix(extmarks): properly handle virt_text on next screen line (#25166)zeertzjq1
2023-08-19fix(extmarks): make empty "conceal" respect &conceallevel = 1 (#24785)zeertzjq1
2023-05-27fix(extmarks): make right_align and win_col work on wrapped line (#23759)zeertzjq1
2023-05-22feat(ui): inline virtual textIbby1
2023-04-27fix: disallow removing extmarks in on_lines callbacks (#23219)Lewis Russell1
2023-03-16refactor(extmarks): some minor internal API changesbfredl1
2023-01-18refactor: replace char_u with char 24 (#21823)dundargoc1
2022-11-15build: allow IWYU to fix includes for all .c filesdundargoc1
2022-11-12feat(extmarks): allow preventing spellchecking with spell = falseThomas Vigouroux1
2022-11-06feat(ui): add support to display a title in the border of a float (#20184)Raphael1
2022-09-06feat(extmarks,ts,spell): full support for spellingThomas Vigouroux1
2022-05-25refactor(uncrustify): set maximum number of consecutive newlines to 2 (#18695)dundargoc1
2022-05-03feat(api/ui): win_extmarksYatao Li1
2022-03-20feat(ui): allow conceal to be defined in decorationsbfredl1
2022-03-11Merge pull request #17663 from dundargoc/refactor/uncrustifybfredl1
2022-03-10refactor(decorations): move provider codeLewis Russell1
2022-03-10refactor(uncrustify): format all c filesDundar Göc1
2022-03-08fix(extmarks): fix signsLewis Russell1
2022-03-05feat(decorations): support signsLewis Russell1
2022-01-20feat(api): expose extmark more detailsnotomo1
2022-01-15refactor(extmarks): use a more efficient representationBjörn Linse1