aboutsummaryrefslogtreecommitdiff
path: root/test/functional/ui/float_spec.lua
Commit message (Expand)AuthorAge
* fix(float): apply 'winblend' to title/footer highlight (#25999)zeertzjq2023-11-12
* fix(highlight): apply 'winblend' to float border (#25981)zeertzjq2023-11-11
* fix(float): win_get_bordertext_col returning negative column number (#25752)nwounkn2023-10-26
* vim-patch:8.1.0822: peeking and flushing output slows down execution (#25629)zeertzjq2023-10-14
* refactor(float): rename ex_floatclose to ex_fclose (#25596)Raphael2023-10-11
* feat(float): add fclose commandglepnir2023-10-10
* feat(float): support toggle show float windowglepnir2023-09-30
* 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(ui): handle virtual text with multiple hl in more cases (#25304)zeertzjq2023-09-22
* fix(mouse): click on empty line with 'foldcolumn'zeertzjq2023-09-21
* test(ui/float_spec): click in bordered float sets correct curswantzeertzjq2023-09-21
* vim-patch:9.0.1919: Wrong curswant when clicking on empty line or with vsplitszeertzjq2023-09-21
* Merge pull request #25096 from glepnir/float_winnewbfredl2023-09-20
|\
| * fix(float): trigger winnew event when float window createglepnir2023-09-19
* | fix(float): make "fixed" work with relative=win (#25243)zeertzjq2023-09-19
* | Merge pull request #25148 from glepnir/fixed_optbfredl2023-09-19
|\ \ | |/ |/|
| * fix(float): add fixd optionglepnir2023-09-18
* | Merge pull request #25078 from glepnir/aubfredl2023-09-16
|\ \ | |/ |/|
| * fix(ui): doesn't trigger au event when enter is falseglepnir2023-09-15
* | fix(float): update position of anchored windows first (#25133)zeertzjq2023-09-14
|/
* feat(float): implement footerEvgeni Chasnovski2023-08-26
* refactor(change): do API changes to buffer without curbuf switchbfredl2023-08-26
* fix(ui_compositor): only reset skipstart at first column (#24776)zeertzjq2023-08-18
* fix(events)!: trigger CursorMoved later on switching window (#23711)zeertzjq2023-06-04
* refactor(options): deprecate nvim[_buf|_win]_[gs]et_optionLewis Russell2023-05-21
* fix(highlight): apply 'winblend' to NormalNC (#23555)zeertzjq2023-05-10
* fix(pum): make :popup position correctly with float borderzeertzjq2023-04-28
* fix(ruler): show ruler of curwin with no statusline in cmdlineSean Dewar2023-04-17
* vim-patch:9.0.1461: ruler not drawn correctly when using 'rulerformat'Sean Dewar2023-04-17
* Merge pull request #22865 from MunifTanjim/issue-20370bfredl2023-04-10
|\
| * fix(api): do not re-apply win_config.style when missingMunif Tanjim2023-04-10
* | Merge pull request #22910 from bfredl/nonormalbfredl2023-04-06
|\ \
| * | fix(highlight): use winhl=Foo:Bar even when Bar is emptybfredl2023-04-06
| |/
* / refactor: rename local API alias from a to apiLewis Russell2023-04-05
|/
* fix(float): remove -1 in height clampPatrick McFarland2023-03-19
* fix(screen): redraw the ruler for a current floating windowbfredl2023-03-14
* test(float_spec): add missing sum_scroll_delta #22648zeertzjq2023-03-12
* feat(ui): add scroll_delta to win_viewport event #19270Matthias Deiml2023-03-12
* fix(screen): correctly draw background and eob with 'rightleft' (#22640)zeertzjq2023-03-12
* fix(sleep): correct cursor placement (#22639)zeertzjq2023-03-12
* revert: "refactor(win_close): remove "force", don't pass on "free_buf" (#2192...zeertzjq2023-01-24
* refactor(win_close): remove "force", don't pass on "free_buf" (#21921)zeertzjq2023-01-23
* fix(statuscolumn): fix sign column highlights (#21727)luukvbaal2023-01-11
* feat(float): open float relative to mouse #21531Sebastian Lyng Johansen2023-01-10
* fix(ui): set stc to empty in floatwin with minimal style (#21720)Raphael2023-01-10
* fix(ui): add test caseRaphael2023-01-09
* fix(win_close): remove float grid after closing buffer (#21551)zeertzjq2022-12-27
* fix(float): fix crash with bufpos and non-existent window (#21319)zeertzjq2022-12-07
* test: add more tests for float window bufpos (#21318)zeertzjq2022-12-07