aboutsummaryrefslogtreecommitdiff
path: root/test/functional/ui/float_spec.lua
Commit message (Expand)AuthorAge
* fix(float): cannot set title/footer independently #31993glepnir2025-01-27
* feat(api): combined highlights in nvim_eval_statusline()Luuk van Baal2025-01-23
* feat(api): nvim_open_win() relative to tabline and laststatus #32006luukvbaal2025-01-14
* feat(ui): sign/statuscolumn can combine highlight attrs #31575luukvbaal2024-12-14
* fix(float): re-sort layers when grid zindex changed #30259glepnir2024-12-12
* fix(tests): needing two calls to setup a screen is cringebfredl2024-11-14
* feat(float): allow enabling mouse for non-focusable window (#30844)zeertzjq2024-10-20
* fix(float): properly find last window of tabpage (#30571)zeertzjq2024-09-29
* fix(window): making float with title/footer non-float leaks memory (#30551)zeertzjq2024-09-28
* fix(window): respect hide flag of float windows when switching (#30507)glepnir2024-09-28
* fix(highlight): floating windows inherit NormalFloat from global-nsglepnir2024-09-10
* fix(api): error properly with invalid field in nvim_open_win (#30078)zeertzjq2024-08-17
* feat(column)!: rework 'statuscolumn' %r/l itemsLuuk van Baal2024-06-16
* fix(float): missing default highlight for titleglepnir2024-05-25
* fix(api): make getting explicit empty hl in virtual text work (#28697)zeertzjq2024-05-12
* feat(api): allow floats to be opened in non-current tabpage (#28480)Will Hopkins2024-04-25
* test: improve test conventionsdundargoc2024-04-23
* Merge pull request #28434 from glepnir/23120bfredl2024-04-22
|\
| * fix(float): wrong position when bufpos is setglepnir2024-04-21
* | fix(window): don't go to unfocusable float when closing (#28455)zeertzjq2024-04-22
|/
* fix(float): improve error message when reconfig failed (#25076)Raphael2024-04-13
* Merge pull request #26774 from glepnir/24129bfredl2024-04-12
|\
| * fix(float): don't relative flaot win itselfglepnir2024-04-10
* | refactor(test): inject after_each differentlyLewis Russell2024-04-10
|/
* test: improve test conventionsdundargoc2024-04-08
* feat(ui): indicate margins for the area used by win_viewportbfredl2024-03-29
* test: correct order of arguments to eq() (#27816)zeertzjq2024-03-11
* revert: "fix(window): :close crash with autocmd, floats and tabpage" (#27796)zeertzjq2024-03-10
* fix(window): :close crash if WinClosed from float closes window (#27794)zeertzjq2024-03-10
* fix(window): :close crash with autocmd, floats and tabpage (#27793)zeertzjq2024-03-10
* fix(window): :close may cause Nvim to quit with autocmd and floatzeertzjq2024-03-09
* vim-patch:9.1.0116: win_split_ins may not check available roomSean Dewar2024-03-08
* fix(float): allow floating window in cmdline areaLuuk van Baal2024-03-01
* vim-patch:9.1.0106: Visual highlight hard to read with 'termguicolors'zeertzjq2024-02-15
* refactor(api): use keydict and arena for more api return valuesbfredl2024-02-08
* feat(api): make nvim_open_win support non-floating windows (#25550)Will Hopkins2024-02-01
* test: use integers for API Buffer/Window/Tabpage EXT typesLewis Russell2024-01-16
* test: rename (meths, funcs) -> (api, fn)Lewis Russell2024-01-12
* test: normalise nvim bridge functionsLewis Russell2024-01-12
* test: typing for helpers.methsLewis Russell2024-01-12
* test: do not inject vim module into global helpersLewis Russell2024-01-12
* test: avoid repeated screen lines in expected stateszeertzjq2023-12-09
* feat(highlight): update default color schemeEvgeni Chasnovski2023-12-02
* 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