aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/decoration.c
Commit message (Expand)AuthorAge
* build: allow IWYU to fix includes for all .c filesdundargoc2022-11-15
* feat(extmarks): allow preventing spellchecking with spell = falseThomas Vigouroux2022-11-12
* refactor: fix clang-tidy warningsdundargoc2022-11-06
* fix(redraw): make redrawdebug=nodelta handle all the casesbfredl2022-09-22
* feat(extmarks,ts,spell): full support for spellingThomas Vigouroux2022-09-06
* refactor: replace char_u with charDundar Göc2022-08-31
* refactor: remove redundant castsDundar Göc2022-08-27
* vim-patch:8.1.2057: the screen.c file is much too bigLewis Russell2022-08-19
* refactor(signs): handle non-sign attrs separately (#19784)Lewis Russell2022-08-16
* fix(signs): priority of extmark signs (#19718)Lewis Russell2022-08-11
* refactor: use CLEAR_FIELD and CLEAR_POINTER macros (#19709)zeertzjq2022-08-11
* fix(decorations): nvim_buf_set_extmark breaks conceal #19010ii142022-06-19
* refactor(uncrustify): set maximum number of consecutive newlines to 2 (#18695)dundargoc2022-05-25
* refactor(decor): use decor levels properlybfredl2022-05-07
* refactor: replace char_u variables and functions with charDundar Goc2022-05-04
* feat(api/ui): win_extmarksYatao Li2022-05-03
* refactor(uncrustify): change rules to better align with the style guideDundar Goc2022-04-29
* refactor(uncrustify): format all c code under /src/nvim/Dundar Goc2022-04-29
* feat(ui): allow conceal to be defined in decorationsbfredl2022-03-20
* vim-patch:8.1.1693: syntax coloring and highlighting is in one big file (#17721)Lewis Russell2022-03-18
* refactor(decorations): move provider codeLewis Russell2022-03-10
* fix(extmarks): fix signsLewis Russell2022-03-08
* refactor(signcol): smarter invalidation (#17533)Lewis Russell2022-03-06
* feat(decorations): support signsLewis Russell2022-03-05
* refactor(extmarks): use a more efficient representationBjörn Linse2022-01-15
* feat(decorations): support more than one virt_lines blockBjörn Linse2021-10-23
* refactor(decorations): mark decorations directly on the marktreeBjörn Linse2021-10-23
* refactor: format with uncrustify #15842dundargoc2021-10-02
* Refactor/uncrustify (#15790)dundargoc2021-09-29
* feat(decorations): support virtual lines (for now: only one block at a time)Björn Linse2021-09-26
* refactor: format with uncrustify #15726dundargoc2021-09-20
* refactor(map): get rid of spurious subsystem_init() functions due to mapsBjörn Linse2021-08-22
* refactor(extmark): remove pointer indirection for extmark use of mapsBjörn Linse2021-08-22
* refactor(decorations): merge the two different code paths for virt_textBjörn Linse2021-07-29
* chore: use codespell to spell check #15016dundargoc2021-07-07
* coverity/331378: Fix inserting new decor providerJames McCoy2021-05-06
* decorations: right_align and win_colBjörn Linse2021-05-01
* decoration: Clean up duplicate Decoration attributes + bonus hl_eol flagBjörn Linse2021-04-14
* luaref: free decoration providersBjörn Linse2021-04-03
* 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
* change gravity to be a boolean flag, and add corresponding flag for end posit...chentau2021-01-05
* allow for extmark gravity to be set through apichentau2021-01-03
* feat(luahl): add priority mechanismThomas Vigouroux2020-11-25
* Add PVS comment to new source filesJames McCoy2020-11-10
* pvs/v560: decoration item is always truthyJan Edmund Lazo2020-11-08
* decoration: split out "decoration" from "extmark" moduleBjörn Linse2020-11-07