aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/decoration.h
Commit message (Expand)AuthorAge
* fix(extmarks): fix win_col virt_text drawn on wrong screen line (#25264)zeertzjq2023-09-20
* fix(extmarks): overlay virt_text position after 'showbreak' (#25175)zeertzjq2023-09-15
* fix(extmarks): properly handle virt_text on next screen line (#25166)zeertzjq2023-09-15
* fix(extmarks): make empty "conceal" respect &conceallevel = 1 (#24785)zeertzjq2023-08-19
* fix(extmarks): make right_align and win_col work on wrapped line (#23759)zeertzjq2023-05-27
* feat(ui): inline virtual textIbby2023-05-22
* fix: disallow removing extmarks in on_lines callbacks (#23219)Lewis Russell2023-04-27
* refactor(extmarks): some minor internal API changesbfredl2023-03-16
* refactor: replace char_u with char 24 (#21823)dundargoc2023-01-18
* build: allow IWYU to fix includes for all .c filesdundargoc2022-11-15
* feat(extmarks): allow preventing spellchecking with spell = falseThomas Vigouroux2022-11-12
* feat(ui): add support to display a title in the border of a float (#20184)Raphael2022-11-06
* feat(extmarks,ts,spell): full support for spellingThomas Vigouroux2022-09-06
* refactor(uncrustify): set maximum number of consecutive newlines to 2 (#18695)dundargoc2022-05-25
* feat(api/ui): win_extmarksYatao Li2022-05-03
* feat(ui): allow conceal to be defined in decorationsbfredl2022-03-20
* Merge pull request #17663 from dundargoc/refactor/uncrustifybfredl2022-03-11
|\
| * refactor(uncrustify): format all c filesDundar Göc2022-03-10
* | refactor(decorations): move provider codeLewis Russell2022-03-10
|/
* fix(extmarks): fix signsLewis Russell2022-03-08
* feat(decorations): support signsLewis Russell2022-03-05
* feat(api): expose extmark more detailsnotomo2022-01-20
* refactor(extmarks): use a more efficient representationBjörn Linse2022-01-15
* refactor: saner options for uncrustify #16196dundargoc2021-10-31
* feat(decorations): support more than one virt_lines blockBjörn Linse2021-10-23
* refactor: format all C files under nvim/ #15977dundargoc2021-10-12
* feat(decorations): support virtual lines (for now: only one block at a time)Björn Linse2021-09-26
* refactor(decorations): merge the two different code paths for virt_textBjörn Linse2021-07-29
* decorations: right_align and win_colBjörn Linse2021-05-01
* decoration: Clean up duplicate Decoration attributes + bonus hl_eol flagBjörn Linse2021-04-14
* decorations: memory error with ephemeral virt_textBjörn Linse2021-03-23
* decorations: add additional styling of virt_text overlaysBjörn Linse2021-03-10
* decorations: allow virt_text overlay at any columnBjörn Linse2021-02-22
* feat(luahl): add priority mechanismThomas Vigouroux2020-11-25
* decorations: allow nvim_set_hl to break existing linksBjörn Linse2020-11-21
* decoration: split out "decoration" from "extmark" moduleBjörn Linse2020-11-07