summaryrefslogtreecommitdiffstatshomepage
path: root/test/functional/ui/float_spec.lua
AgeCommit message (Expand)AuthorFiles
2022-12-07test: add more tests for float window bufpos (#21318)zeertzjq1
2022-11-27fix(tests): only get the color map once, even for multiple test filesbfredl1
2022-11-14feat(test): add Lua forms for API methods (#20152)Lewis Russell1
2022-11-06feat(ui): add support to display a title in the border of a float (#20184)Raphael1
2022-10-17test: add a test for #20684zeertzjq1
2022-09-30docs: fix typos (#20394)dundargoc1
2022-09-22fix(window): close floats first when closing buffer in other tab (#20284)zeertzjq1
2022-09-22fix(redraw): avoid unnecessary redraws and glitches with floats+messagesbfredl1
2022-07-27fix(options): properly free string options (#19510)zeertzjq1
2022-07-10test(float_spec): make indent more consistentzeertzjq1
2022-07-10fix(float): fix mouse drag position if float window turned to a splitzeertzjq1
2022-07-10fix(float): fix glitch when making float window with border a splitzeertzjq1
2022-07-10fix(float): fix float window with winbar cannot have screen heightzeertzjq1
2022-07-10fix(float): fix float window border drawing with winbarzeertzjq1
2022-05-31feat: add preview functionality to user commandsFamiu Haque1
2022-05-19fix(mouse): fix mouse drag position with winbar or border in multigridzeertzjq1
2022-05-18fix(ui): make winbar work with floats and multigridbfredl1
2022-05-15refactor(ui)!: link `VertSplit` to `Normal` by defaultFamiu Haque1
2022-04-26test: correct order of arguments to eq() and neq()zeertzjq1
2022-03-24fix(float): do not switch window before deleting last listed buffer (#17840)zeertzjq1
2022-03-24fix(float): don't always switch window when deleting last listed buffer (#17836)zeertzjq1
2022-03-24test: add test for deleting last listed buffer when there are floats (#17833)zeertzjq1
2022-03-23fix(float): make laststatus=1 behave consistently with floating windowszeertzjq1
2022-03-23fix(float): handle buffer deletion with floating windowszeertzjq1
2022-03-23fix(win_close): count the window the be closed instead of curwinzeertzjq1
2022-02-10fix: close floating windows when calling win_close()Rom Grk1
2021-11-11fix(float): skip non-focusable windows for :windo (#15378)Daniel Steinberg1
2021-10-28fix(float): redraw if w_border_adj changedzeertzjq1
2021-10-28fix(float): fix potential heap corruption in win_redr_borderzeertzjq1
2021-10-04fix(mouse): correct dragged position in composed layoutBjörn Linse1
2021-10-03Merge pull request #15516 from bfredl/keysetBjörn Linse1
2021-10-03refactor(api): handle option dicts properlyBjörn Linse1
2021-10-02fix(nvim_open_win): crash if autocmds delete buffer/window #15549Sean Dewar1
2021-10-02fix(float)!: always anchor to corner of window including border #15832zeertzjq1
2021-09-12Merge pull request #14770 from andrew-pa/fix13403Björn Linse1
2021-09-10feat(api): win_viewport also sends line_count #15613Yatao Li1
2021-09-08fix(windowing): positioning of relative floatsandrew-pa1
2021-09-01refactor(tests): use assert_alive() #15546Justin M. Keyes1
2021-08-18test: update tests to work with 'hidden'Gregory Anders1
2021-08-09fix(sign): reset auto sign column with minimum in float win minimal styleSirisak Lueangsaksri1
2021-06-19fix(api/win_get_config): include z-indexSean Dewar1
2021-06-14feat(float): add rounded borders presetChristian Clason1
2021-06-12fix(ui): Fix pum incorrect position in multigrid modeSerg Tereshchenko1
2021-05-15Merge pull request #14468 from bfredl/zindexBjörn Linse1
2021-05-15floats: z-indexBjörn Linse1
2021-05-12vim-patch:8.1.1967: line() only works for the current windowJan Edmund Lazo1
2021-05-07Merge pull request #13664 from ivechan/win_exectuteJan Edmund Lazo1
2021-05-06vim-patch:8.1.1418: win_execute() is not implemented yetjing1
2021-05-05Merge pull request #14483 from mjlbach/floating_window_border_fixBjörn Linse1
2021-05-04tests: floating windows terminate border on edge of viewport when window exte...Michael Lingelbach1