aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/extmark.c
Commit message (Expand)AuthorAge
* feat(extmark): window scoped extmarkaltermo2024-02-21
* fix(decorations): crash with revised mark with changed decoration flagsbfredl2024-02-17
* fix(extmarks): redraw pre-undo position (#27437)zeertzjq2024-02-12
* perf(extmarks): avoid unnecessary invalidations for virt_text (#27435)zeertzjq2024-02-12
* fix(column): clear "b_signcols" before moving saved marksLuuk van Baal2024-01-27
* fix(extmarks): do not remove decor from invalid old marksLuuk van Baal2024-01-26
* refactor: IWYU (#27186)zeertzjq2024-01-25
* fix(column): clear "b_signcols" when marktree is clearedLuuk van Baal2024-01-22
* perf(extmarks): add metadata for efficient filtering of special decorationsbfredl2024-01-22
* refactor(extmarks): remove unused new pos from ExtmarkSavePosLuuk van Baal2024-01-18
* fix(extmarks): do not remove invalid marks from decor upon deletionLuuk van Baal2024-01-17
* fix(column): keep track of number of lines with number of signsLuuk van Baal2024-01-15
* refactor(marktree): unpaired marktree_get_alt() returns itselfLuuk van Baal2024-01-13
* refactor(IWYU): fix headersdundargoc2024-01-11
* refactor: eliminate cyclic includesdundargoc2023-12-20
* docs: add style rule regarding initializationdundargoc2023-12-18
* fix(extmark): only invalidate unpaired marks on deleted rowsLuuk van Baal2023-12-14
* perf(column): keep track of number of lines that hold up the 'signcolumn'Luuk van Baal2023-12-07
* fix(extmarks): restore old position before revalidatingLuuk van Baal2023-12-02
* fix(extmark): restore extmarks when completing original textLuuk van Baal2023-11-29
* refactor: move some constants out of vim_defs.h (#26298)zeertzjq2023-11-29
* refactor: fix headers with IWYUdundargoc2023-11-28
* fix(column): redraw and update signcols for paired extmarkLuuk van Baal2023-11-28
* build(IWYU): fix includes for undo_defs.hdundargoc2023-11-27
* refactor: move garray_T to garray_defs.h (#26227)zeertzjq2023-11-26
* build: rework IWYU mapping filesdundargoc2023-11-25
* refactor(decorations): break up Decoration struct into smaller piecesbfredl2023-11-22
* refactor(extmark): redundant ExtmarkInfo delenda est, use MTPair insteadbfredl2023-11-18
* Merge pull request #25724 from luukvbaal/signmergebfredl2023-11-18
|\
| * refactor(sign): move legacy signs to extmarksLuuk van Baal2023-11-17
* | refactor: iwyu (#26062)zeertzjq2023-11-16
|/
* build: remove PVSdundargoc2023-11-12
* feat(extmarks): add 'invalidate' property to extmarksLuuk van Baal2023-11-08
* feat(extmarks): add "undo_restore" flag to opt out of undo-restoringbfredl2023-11-05
* refactor(extmarks): extmark_del() with MarkTreeIterLuuk van Baal2023-11-01
* refactor: the long goodbyedundargoc2023-10-09
* build(iwyu): add a few more _defs.h mappings (#25435)zeertzjq2023-09-30
* feat(extmark): support proper multiline rangesbfredl2023-09-12
* refactor(map): enhanced implementation, Clean Codeā„¢, etc etcbfredl2023-09-08
* vim-patch:9.0.0130: cursor position wrong when inserting around virtual textIbby2023-05-22
* refactor(map): avoid duplicated khash_t types for valuesbfredl2023-05-17
* fix: disallow removing extmarks in on_lines callbacks (#23219)Lewis Russell2023-04-27
* feat(extmarks): extend nvim_buf_get_extmarks()Luuk van Baal2023-04-01
* refactor(extmarks): some minor internal API changesbfredl2023-03-16
* fix(decoration): don't show signcolumn for non-sign_text extmark (#22135)Lewis Russell2023-02-05
* build: allow IWYU to fix includes for all .c filesdundargoc2022-11-15
* feat(extmarks): allow preventing spellchecking with spell = falseThomas Vigouroux2022-11-12
* fix(decoration): redraw correctly when re-using idsLewis Russell2022-10-14
* refactor: move klib out of src/nvim/ #20341dundargoc2022-09-25
* feat(extmarks,ts,spell): full support for spellingThomas Vigouroux2022-09-06