aboutsummaryrefslogtreecommitdiff
path: root/test/functional/ui/decorations_spec.lua
Commit message (Expand)AuthorAge
* fix(drawline): check filler_todo in place of removed draw_state (#27889)zeertzjq2024-03-17
* fix(drawline): initialize linebuf_attr to 0 instead of -1 (#27840)zeertzjq2024-03-13
* fix(marktree): some marks counted twice when checking for overlapbfredl2024-02-23
* fix(api): don't leak memory with nvim_win_get_ns (#27570)zeertzjq2024-02-22
* fix(extmarks): redraw properly with scoped inline virt_text (#27569)zeertzjq2024-02-22
* feat(extmark): window scoped extmarkaltermo2024-02-21
* fix(extmarks): priority order of inline and non-inline virt_text (#27532)zeertzjq2024-02-20
* fix(decorations): crash with revised mark with changed decoration flagsbfredl2024-02-17
* vim-patch:9.1.0106: Visual highlight hard to read with 'termguicolors'zeertzjq2024-02-15
* fix(extmarks): redraw line on adding/removing conceal (#27463)zeertzjq2024-02-14
* fix(extmarks): redraw pre-undo position (#27437)zeertzjq2024-02-12
* perf(extmarks): avoid unnecessary invalidations for virt_text (#27435)zeertzjq2024-02-12
* fix(column): use a single path for sign sorting (#27431)luukvbaal2024-02-12
* perf(redraw): only redraw Visual area when cursor has moved (#27340)zeertzjq2024-02-05
* Merge pull request #27122 from luukvbaal/signcolbfredl2024-02-01
|\
| * fix(column): clear "b_signcols" before moving saved marksLuuk van Baal2024-01-27
* | feat(extmarks): subpriorities (relative to declaration order) (#27131)Gregory Anders2024-01-28
|/
* feat(ui): add support for OSC 8 hyperlinks (#27109)Gregory Anders2024-01-24
* fix(extmarks): crash with sign after many marksbfredl2024-01-23
* fix(column): clear "b_signcols" when marktree is clearedLuuk van Baal2024-01-22
* fix(column): keep track of number of lines with number of signsLuuk van Baal2024-01-15
* test: rename (meths, funcs) -> (api, fn)Lewis Russell2024-01-12
* test: normalise nvim bridge functionsLewis Russell2024-01-12
* test: typing for helpers.methsLewis Russell2024-01-12
* test: remove helpers.sleep()Lewis Russell2024-01-12
* fix(extmarks): blending space shouldn't overwrite wide char (#26960)zeertzjq2024-01-09
* fix(extmarks): handle overwriting right half of wide char (#26951)zeertzjq2024-01-09
* fix(decorations): validate botline for on_winJaehwang Jung2024-01-04
* fix(drawline): don't use temporary "v" variable when not needed (#26777)zeertzjq2023-12-28
* feat(extmarks): add virt_text_repeat_linebreak flag (#26625)luukvbaal2023-12-26
* fix(decor): allow adding providers during redrawLewis Russell2023-12-22
* test: avoid repeated screen lines in expected stateszeertzjq2023-12-09
* perf(column): avoid counting when max signs are removed from a rangeLuuk van Baal2023-12-08
* perf(column): keep track of number of lines that hold up the 'signcolumn'Luuk van Baal2023-12-07
* fix(decorations): do not apply sign highlight id as range attr idLuuk van Baal2023-11-29
* fix(column): redraw and update signcols for paired extmarkLuuk van Baal2023-11-28
* feat(decoration): allow conceal_char to be a composing charbfredl2023-11-28
* fix(decorations): fix imbalanced sign countbfredl2023-11-22
* refactor(decorations): break up Decoration struct into smaller piecesbfredl2023-11-22
* refactor(sign): move legacy signs to extmarksLuuk van Baal2023-11-17
* test(ui/decorations_spec): avoid flakiness caused by undo msg (#25924)zeertzjq2023-11-07
* feat(extmarks): add "undo_restore" flag to opt out of undo-restoringbfredl2023-11-05
* fix(extmarks): skip virt_text if it is out of window (#25658)zeertzjq2023-10-15
* vim-patch:8.1.0822: peeking and flushing output slows down execution (#25629)zeertzjq2023-10-14
* test: decoration provider with wrapped lines (#25404)zeertzjq2023-09-28
* fix(extmarks): draw TAB in virt_text properly with 'rl' (#25381)zeertzjq2023-09-27
* fix(api): get virtual text with multiple hl properly (#25307)zeertzjq2023-09-22
* fix(extmarks): inline virt_text support multiple hl groups (#25303)zeertzjq2023-09-22
* fix(extmarks): account for rightleft when drawing virt text (#25262)Ibby2023-09-20
* fix(extmarks): fix win_col virt_text drawn on wrong screen line (#25264)zeertzjq2023-09-20