aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/decoration.h
Commit message (Expand)AuthorAge
* fix(column): modifying a sign should update placed signs (#29750)luukvbaal2024-07-17
* revert: "feat(extmarks): subpriorities (relative to declaration order) (#2713...Gregory Anders2024-05-01
* fix(extmarks): priority order of inline and non-inline virt_text (#27532)zeertzjq2024-02-20
* feat(extmarks): subpriorities (relative to declaration order) (#27131)Gregory Anders2024-01-28
* refactor(IWYU): fix headersdundargoc2024-01-11
* refactor(IWYU): move decor provider types to decoration_defs.h (#26692)zeertzjq2023-12-21
* refactor: eliminate cyclic includesdundargoc2023-12-20
* refactor(IWYU): move marktree types to marktree_defs.h (#26402)zeertzjq2023-12-05
* refactor(IWYU): move UI and LineFlags to ui_defs.h (#26318)zeertzjq2023-11-30
* refactor: move some constants out of vim_defs.h (#26298)zeertzjq2023-11-29
* refactor: fix headers with IWYUdundargoc2023-11-28
* feat(decoration): allow conceal_char to be a composing charbfredl2023-11-28
* refactor: rename types.h to types_defs.hdundargoc2023-11-27
* build(IWYU): fix includes for undo_defs.hdundargoc2023-11-27
* build(IWYU): replace public-to-public mappings with pragmas (#26237)zeertzjq2023-11-27
* refactor(decorations): break up Decoration struct into smaller piecesbfredl2023-11-22
* refactor(sign): move legacy signs to extmarksLuuk van Baal2023-11-17
* refactor: replace manual header guards with #pragma oncedundargoc2023-11-12
* build(lint): remove unnecessary clint.py rulesdundargoc2023-10-23
* 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