aboutsummaryrefslogtreecommitdiff
path: root/test/functional/ui
Commit message (Expand)AuthorAge
...
* fix(decor): allow adding providers during redrawLewis Russell2023-12-22
* Merge pull request #26528 from bfredl/nodrawstatebfredl2023-12-22
|\
| * refactor(drawline): remove LineDrawState and wlv->saved_n_extrabfredl2023-12-22
* | fix(column): avoid exceeding configured 'signcolumn' widthLuuk van Baal2023-12-21
|/
* refactor(runtime): rewrite 'vim' color scheme in LuaEvgeni Chasnovski2023-12-21
* test: sign on wrapped line with signcolumn=number (#26654)zeertzjq2023-12-19
* feat(api): add forward and back mouse buttonsAmanda Graven2023-12-18
* fix(options): setting 'scroll' with resized grid (#26628)zeertzjq2023-12-18
* test(core/job_spec): fix flakiness (#26623)zeertzjq2023-12-18
* feat(highlight): tweak default color schemeEvgeni Chasnovski2023-12-16
* feat(ui): completeopt support popup like vimmathew2023-12-16
* fix(extmark): only invalidate unpaired marks on deleted rowsLuuk van Baal2023-12-14
* test: make text-only snapshots work (#26494)zeertzjq2023-12-10
* test: avoid repeated screen lines in expected stateszeertzjq2023-12-09
* test: allow avoiding 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
* test(inccommand_spec): actually trigger 'inccommand' previewzeertzjq2023-12-07
* fix(inccommand): save and restore '[ and '] marks (#26442)zeertzjq2023-12-07
* test: set 'termguicolors' in outer Nvim instance (#26437)zeertzjq2023-12-07
* Merge pull request #26381 from bfredl/delaycolorsbfredl2023-12-06
|\
| * fix(startup): only send one default_colors_set event during startupbfredl2023-12-06
* | Merge pull request #26407 from gpanders/default-tgcGregory Anders2023-12-06
|\ \
| * | test: set notermguicolors in testsGregory Anders2023-12-06
| |/
* / test: 'nofsync' with deadly signal #26415Justin M. Keyes2023-12-06
|/
* vim-patch:9.0.2151: 'breakindent' is not drawn after diff filler lines (#26412)zeertzjq2023-12-06
* feat(highlight): update default color schemeEvgeni Chasnovski2023-12-02
* perf(column): only invalidate lines affected by added signLuuk van Baal2023-11-29
* 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(mouse): avoid dragging when clicking next to popupmenu (#26201)luukvbaal2023-11-25
* fix(messages): validate msg_grid before using msg_grid_pos (#26189)zeertzjq2023-11-24
* fix(mouse): avoid dragging after click label popupmenu callback (#26187)luukvbaal2023-11-24
* fix(column): reset decor state before starting from topLuuk van Baal2023-11-23
* test: remove the pipe created by new_pipename() (#26173)zeertzjq2023-11-23
* fix(column): apply numhl signs when 'signcolumn' is "no" (#26167)luukvbaal2023-11-23
* fix(decorations): fix imbalanced sign countbfredl2023-11-22
* refactor(decorations): break up Decoration struct into smaller piecesbfredl2023-11-22
* fix(messages): :map output with ext_messages (#26126)Bara C. Tudor2023-11-22
* Merge pull request #25724 from luukvbaal/signmergebfredl2023-11-18
|\
| * refactor(sign): move legacy signs to extmarksLuuk van Baal2023-11-17
* | refactor(grid): make screen rendering more multibyte than ever beforebfredl2023-11-17
|/
* feat(tui): add 'termsync' option (#25871)Gregory Anders2023-11-14
* docs: deprecate the "term_background" UI fieldGregory Anders2023-11-13
* feat(statuscolumn): re-evaluate for every screen line (#25885)luukvbaal2023-11-13
* feat(lsp)!: vim.lsp.inlay_hint.get(), enable(), is_enabled() #25512LW2023-11-12
* fix(float): apply 'winblend' to title/footer highlight (#25999)zeertzjq2023-11-12
* fix(highlight): apply 'winblend' to float border (#25981)zeertzjq2023-11-11
* fix(f_wait): flush UI before blocking (#25962)zeertzjq2023-11-10