aboutsummaryrefslogtreecommitdiff
path: root/test/functional/ui
Commit message (Expand)AuthorAge
* 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
|/
* refactor(grid): get rid of unbatched grid_puts and grid_putcharbfredl2023-10-06
* Merge pull request #25491 from glepnir/25474bfredl2023-10-04
|\
| * fix(highlight): attr set all when normal attr changedglepnir2023-10-04
* | refactor(message): simplify msg_puts_display and use batched grid updatesbfredl2023-10-03
|/
* Merge pull request #25386 from glepnir/toggle_floatbfredl2023-09-30
|\
| * feat(float): support toggle show float windowglepnir2023-09-30
* | test: decoration provider with wrapped lines (#25404)zeertzjq2023-09-28
* | Merge pull request #25374 from bfredl/batchupdatebfredl2023-09-27
|\ \ | |/ |/|
| * refactor(grid): use batched updates for statusline and rulerbfredl2023-09-27
* | fix(extmarks): draw TAB in virt_text properly with 'rl' (#25381)zeertzjq2023-09-27
|/
* fix(ui): "resize -1" with cmdheight=0 #24758nwounkn2023-09-24
* fix(ui): always use stl/stlnc fillchars when drawing statusline (#25267)tj-moody2023-09-24
* fix(float): fix some other crashes with :unhide or :all (#25328)zeertzjq2023-09-23
* fix(unhide): close floating windows first (#25318)zeertzjq2023-09-23
* fix(api): get virtual text with multiple hl properly (#25307)zeertzjq2023-09-22
* fix(ui): handle virtual text with multiple hl in more cases (#25304)zeertzjq2023-09-22
* fix(extmarks): inline virt_text support multiple hl groups (#25303)zeertzjq2023-09-22
* Merge pull request #25270 from bfredl/indeterminismbfredl2023-09-21
|\
| * fix(test): fix "indeterminism" warnings in UI testsbfredl2023-09-20
* | fix(mouse): click on empty line with 'foldcolumn'zeertzjq2023-09-21
* | test(ui/float_spec): click in bordered float sets correct curswantzeertzjq2023-09-21