summaryrefslogtreecommitdiffstatshomepage
path: root/test/functional/ui/float_spec.lua
AgeCommit message (Expand)AuthorFiles
2023-12-02feat(highlight): update default color schemeEvgeni Chasnovski1
2023-11-12fix(float): apply 'winblend' to title/footer highlight (#25999)zeertzjq1
2023-11-11fix(highlight): apply 'winblend' to float border (#25981)zeertzjq1
2023-10-26fix(float): win_get_bordertext_col returning negative column number (#25752)nwounkn1
2023-10-14vim-patch:8.1.0822: peeking and flushing output slows down execution (#25629)zeertzjq1
2023-10-11refactor(float): rename ex_floatclose to ex_fclose (#25596)Raphael1
2023-10-10feat(float): add fclose commandglepnir1
2023-09-30feat(float): support toggle show float windowglepnir1
2023-09-23fix(float): fix some other crashes with :unhide or :all (#25328)zeertzjq1
2023-09-23fix(unhide): close floating windows first (#25318)zeertzjq1
2023-09-22fix(ui): handle virtual text with multiple hl in more cases (#25304)zeertzjq1
2023-09-21fix(mouse): click on empty line with 'foldcolumn'zeertzjq1
2023-09-21test(ui/float_spec): click in bordered float sets correct curswantzeertzjq1
2023-09-21vim-patch:9.0.1919: Wrong curswant when clicking on empty line or with vsplitszeertzjq1
2023-09-20Merge pull request #25096 from glepnir/float_winnewbfredl1
2023-09-19fix(float): make "fixed" work with relative=win (#25243)zeertzjq1
2023-09-19fix(float): trigger winnew event when float window createglepnir1
2023-09-19Merge pull request #25148 from glepnir/fixed_optbfredl1
2023-09-18fix(float): add fixd optionglepnir1
2023-09-16Merge pull request #25078 from glepnir/aubfredl1
2023-09-15fix(ui): doesn't trigger au event when enter is falseglepnir1
2023-09-14fix(float): update position of anchored windows first (#25133)zeertzjq1
2023-08-26feat(float): implement footerEvgeni Chasnovski1
2023-08-26refactor(change): do API changes to buffer without curbuf switchbfredl1
2023-08-18fix(ui_compositor): only reset skipstart at first column (#24776)zeertzjq1
2023-06-04fix(events)!: trigger CursorMoved later on switching window (#23711)zeertzjq1
2023-05-21refactor(options): deprecate nvim[_buf|_win]_[gs]et_optionLewis Russell1
2023-05-10fix(highlight): apply 'winblend' to NormalNC (#23555)zeertzjq1
2023-04-28fix(pum): make :popup position correctly with float borderzeertzjq1
2023-04-17fix(ruler): show ruler of curwin with no statusline in cmdlineSean Dewar1
2023-04-17vim-patch:9.0.1461: ruler not drawn correctly when using 'rulerformat'Sean Dewar1
2023-04-10Merge pull request #22865 from MunifTanjim/issue-20370bfredl1
2023-04-10fix(api): do not re-apply win_config.style when missingMunif Tanjim1
2023-04-06Merge pull request #22910 from bfredl/nonormalbfredl1
2023-04-06fix(highlight): use winhl=Foo:Bar even when Bar is emptybfredl1
2023-04-05refactor: rename local API alias from a to apiLewis Russell1
2023-03-19fix(float): remove -1 in height clampPatrick McFarland1
2023-03-14fix(screen): redraw the ruler for a current floating windowbfredl1
2023-03-12test(float_spec): add missing sum_scroll_delta #22648zeertzjq1
2023-03-12feat(ui): add scroll_delta to win_viewport event #19270Matthias Deiml1
2023-03-12fix(screen): correctly draw background and eob with 'rightleft' (#22640)zeertzjq1
2023-03-12fix(sleep): correct cursor placement (#22639)zeertzjq1
2023-01-24revert: "refactor(win_close): remove "force", don't pass on "free_buf" (#2192...zeertzjq1
2023-01-23refactor(win_close): remove "force", don't pass on "free_buf" (#21921)zeertzjq1
2023-01-11fix(statuscolumn): fix sign column highlights (#21727)luukvbaal1
2023-01-10feat(float): open float relative to mouse #21531Sebastian Lyng Johansen1
2023-01-10fix(ui): set stc to empty in floatwin with minimal style (#21720)Raphael1
2023-01-09fix(ui): add test caseRaphael1
2022-12-27fix(win_close): remove float grid after closing buffer (#21551)zeertzjq1
2022-12-07fix(float): fix crash with bufpos and non-existent window (#21319)zeertzjq1