aboutsummaryrefslogtreecommitdiff
path: root/test/functional/ui
Commit message (Expand)AuthorAge
* 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
* fix(options): do not change inccommand during preview (#25462)Omar El Halabi2023-11-09
* 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
* refactor(grid): implement rightleftcmd as a post-processing stepbfredl2023-11-03
* test(ui/embed_spec): make sure server is started (#25880)zeertzjq2023-11-03
* fix(startup): trigger UIEnter for the correct channel (#25860)zeertzjq2023-11-01
* feat(server): allow embed with listen (#25709)George Harker2023-11-01
* fix(float): win_get_bordertext_col returning negative column number (#25752)nwounkn2023-10-26
* fix(move): check the correct buffer (#25698)zeertzjq2023-10-18
* vim-patch:8.2.4497: wrong color for half of wide character next to pum scroll...zeertzjq2023-10-18
* vim-patch:9.0.2035: [security] use-after-free with wildmenu (#25687)zeertzjq2023-10-17
* vim-patch:9.0.2037: A few remaining cmdline completion issues with C-E/Y (#25...zeertzjq2023-10-17
* fix(extmarks): skip virt_text if it is out of window (#25658)zeertzjq2023-10-15
* vim-patch:9.0.2032: cannot get mouse click pos for tab or virt text (#25653)zeertzjq2023-10-15
* fix(ui): empty line before the next message after :silent commandnwounkn2023-10-14
* test(ui/searchhl_spec): match more in :terminal test (#25631)zeertzjq2023-10-14
* vim-patch:8.1.0822: peeking and flushing output slows down execution (#25629)zeertzjq2023-10-14
* fix: allow multiline message for echoerr (#25380)Jongwook Choi2023-10-13
* refactor(float): rename ex_floatclose to ex_fclose (#25596)Raphael2023-10-11
* Merge pull request #25561 from glepnir/9663bfredl2023-10-10
|\
| * feat(float): add fclose commandglepnir2023-10-10
* | fix(highlight): add `FloatFooter` to 'highlight_defs.h' (#25577)Evgeni Chasnovski2023-10-10
* | feat(ui-ext): make 'mousehide' into proper ui_option (#25532)Jaehoon Hwang2023-10-09
* | test(ui/embed_spec): use notification instead of request (#25555)zeertzjq2023-10-09
* | refactor(grid): do arabic shaping in one placebfredl2023-10-08
|/