aboutsummaryrefslogtreecommitdiff
path: root/test/functional/ui/decorations_spec.lua
Commit message (Expand)AuthorAge
* feat(extmarks): virtual text can be right-aligned, truncated #31921georgev932025-01-24
* feat(extmark): stack multiple highlight groups in `hl_group`bfredl2025-01-21
* fix(decoration): fix crash when on_lines decor provider modifies marktreebfredl2025-01-09
* feat(ui): sign/statuscolumn can combine highlight attrs #31575luukvbaal2024-12-14
* fix(tests): needing two calls to setup a screen is cringebfredl2024-11-14
* fix(drawline): correct highlight priority with Visual selection (#30706)zeertzjq2024-10-08
* fix(decor): exclude invalid marks from meta totalLuuk van Baal2024-09-04
* feat(mbyte): support extended grapheme clusters including more emojibfredl2024-08-30
* fix(decor): don't use separate DecorSignHighlight for url (#30096)zeertzjq2024-08-20
* fix(plines): don't count invalidated virt text in char size (#29863)zeertzjq2024-07-26
* fix(decor): don't draw invalidated virtual lines (#29858)luukvbaal2024-07-26
* vim-patch:9.1.0601: Wrong cursor position with 'breakindent' when wide char d...zeertzjq2024-07-19
* feat: get/set namespace properties #28728altermo2024-06-07
* fix(column): crash with 'signcolumn' set to "number" (#29003)luukvbaal2024-06-01
* feat(signs)!: place higher-priority signs from the left #27781Tobias Schmitz2024-05-21
* refactor(api): nvim_win_xx_ns are EXPERIMENTALJustin M. Keyes2024-05-12
* refactor(api): rename nvim_win_remove_nsJustin M. Keyes2024-05-12
* revert: "feat(extmarks): subpriorities (relative to declaration order) (#2713...Gregory Anders2024-05-01
* test: improve test conventionsdundargoc2024-04-23
* vim-patch:9.1.0357: Page scrolling should place cursor at window boundaries (...luukvbaal2024-04-22
* fix(move): fix using the wrong window (#28312)zeertzjq2024-04-13
* fix(move): check for filler lines properly (#28307)zeertzjq2024-04-13
* refactor(test): inject after_each differentlyLewis Russell2024-04-10
* fix(drawline): don't invoke on_line for filler line (#28219)Jaehwang Jung2024-04-10
* test: improve test conventionsdundargoc2024-04-08
* refactor(tests): allow to extend the new base set of attrsbfredl2024-04-02
* 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