aboutsummaryrefslogtreecommitdiff
path: root/test/functional/ui/float_spec.lua
Commit message (Expand)AuthorAge
* 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
* fix(mouse): correct dragged position in composed layoutBjörn Linse2021-10-04
* Merge pull request #15516 from bfredl/keysetBjörn Linse2021-10-03
|\
| * refactor(api): handle option dicts properlyBjörn Linse2021-10-03
* | fix(nvim_open_win): crash if autocmds delete buffer/window #15549Sean Dewar2021-10-02
* | fix(float)!: always anchor to corner of window including border #15832zeertzjq2021-10-02
|/
* Merge pull request #14770 from andrew-pa/fix13403Björn Linse2021-09-12
|\
| * fix(windowing): positioning of relative floatsandrew-pa2021-09-08
* | feat(api): win_viewport also sends line_count #15613Yatao Li2021-09-10
* | refactor(tests): use assert_alive() #15546Justin M. Keyes2021-09-01
* | test: update tests to work with 'hidden'Gregory Anders2021-08-18
* | fix(sign): reset auto sign column with minimum in float win minimal styleSirisak Lueangsaksri2021-08-09
* | fix(api/win_get_config): include z-indexSean Dewar2021-06-19
* | feat(float): add rounded borders presetChristian Clason2021-06-14
* | fix(ui): Fix pum incorrect position in multigrid modeSerg Tereshchenko2021-06-12
|/
* Merge pull request #14468 from bfredl/zindexBjörn Linse2021-05-15
|\
| * floats: z-indexBjörn Linse2021-05-15
* | vim-patch:8.1.1967: line() only works for the current windowJan Edmund Lazo2021-05-12
|/
* Merge pull request #13664 from ivechan/win_exectuteJan Edmund Lazo2021-05-07
|\
| * vim-patch:8.1.1418: win_execute() is not implemented yetjing2021-05-06
* | Merge pull request #14483 from mjlbach/floating_window_border_fixBjörn Linse2021-05-05
|\ \
| * | tests: floating windows terminate border on edge of viewport when window exte...Michael Lingelbach2021-05-04
| |/
* / ui_compositior: handle multiple displayed floats in the same tickBjörn Linse2021-04-26
|/
* float: add "solid" border style (#14310)Marco Hinz2021-04-12
* Border: allow to enable/disable specific border edgesBjörn Linse2021-04-04
* floats: handle interaction with popupmenu and border correctlyBjörn Linse2021-03-25
* floats: add borders (MS-DOS MODE)Björn Linse2021-03-22