aboutsummaryrefslogtreecommitdiff
path: root/test/functional/ui/float_spec.lua
Commit message (Expand)AuthorAge
* 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
* fix(tests): only get the color map once, even for multiple test filesbfredl2022-11-27
* feat(test): add Lua forms for API methods (#20152)Lewis Russell2022-11-14
* feat(ui): add support to display a title in the border of a float (#20184)Raphael2022-11-06
* test: add a test for #20684zeertzjq2022-10-17
* docs: fix typos (#20394)dundargoc2022-09-30
* fix(window): close floats first when closing buffer in other tab (#20284)zeertzjq2022-09-22
* fix(redraw): avoid unnecessary redraws and glitches with floats+messagesbfredl2022-09-22
* fix(options): properly free string options (#19510)zeertzjq2022-07-27
* test(float_spec): make indent more consistentzeertzjq2022-07-10
* fix(float): fix mouse drag position if float window turned to a splitzeertzjq2022-07-10
* fix(float): fix glitch when making float window with border a splitzeertzjq2022-07-10
* fix(float): fix float window with winbar cannot have screen heightzeertzjq2022-07-10
* fix(float): fix float window border drawing with winbarzeertzjq2022-07-10
* feat: add preview functionality to user commandsFamiu Haque2022-05-31
* fix(mouse): fix mouse drag position with winbar or border in multigridzeertzjq2022-05-19
* fix(ui): make winbar work with floats and multigridbfredl2022-05-18
* refactor(ui)!: link `VertSplit` to `Normal` by defaultFamiu Haque2022-05-15
* test: correct order of arguments to eq() and neq()zeertzjq2022-04-26
* fix(float): do not switch window before deleting last listed buffer (#17840)zeertzjq2022-03-24
* fix(float): don't always switch window when deleting last listed buffer (#17836)zeertzjq2022-03-24
* test: add test for deleting last listed buffer when there are floats (#17833)zeertzjq2022-03-24
* fix(float): make laststatus=1 behave consistently with floating windowszeertzjq2022-03-23
* fix(float): handle buffer deletion with floating windowszeertzjq2022-03-23
* fix(win_close): count the window the be closed instead of curwinzeertzjq2022-03-23
* fix: close floating windows when calling win_close()Rom Grk2022-02-10
* fix(float): skip non-focusable windows for :windo (#15378)Daniel Steinberg2021-11-11
* fix(float): redraw if w_border_adj changedzeertzjq2021-10-28
* fix(float): fix potential heap corruption in win_redr_borderzeertzjq2021-10-28