aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/decoration.c
Commit message (Expand)AuthorAge
* fix(ui): handle virtual text with multiple hl in more cases (#25304)zeertzjq2023-09-22
* 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
* feat(extmark): support proper multiline rangesbfredl2023-09-12
* fix(extmarks): make empty "conceal" respect &conceallevel = 1 (#24785)zeertzjq2023-08-19
* perf(extmarks): avoid unnecessary marktree traversal with folds (#24306)zeertzjq2023-07-11
* fix(column): don't overflow sign column with extmark signs (#23854)zeertzjq2023-06-01
* fix(extmarks): don't show virt lines for end mark (#23792)zeertzjq2023-05-28
* fix(extmarks): make right_align and win_col work on wrapped line (#23759)zeertzjq2023-05-27
* fix(ui): adjust the cursor when inserting virtual textIbby2023-05-22
* vim-patch:9.0.0130: cursor position wrong when inserting around virtual textIbby2023-05-22
* fix: disallow removing extmarks in on_lines callbacks (#23219)Lewis Russell2023-04-27
* refactor: uncrustifydundargoc2023-04-26
* feat(api): evaluate 'statuscolumn' with nvim_eval_statusline()Luuk van Baal2023-04-05
* vim-patch:9.0.0194: cursor displayed in wrong position after removing text pr...zeertzjq2023-03-17
* refactor(extmarks): some minor internal API changesbfredl2023-03-16
* fix(extmarks): don't leak memory on error (#22507)zeertzjq2023-03-05
* fix(decoration): don't show signcolumn for non-sign_text extmark (#22135)Lewis Russell2023-02-05
* fix(extmarks): problems with folded virtual lines (#21930)luukvbaal2023-01-23
* 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
* 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