summaryrefslogtreecommitdiffstatshomepage
path: root/test/functional/ui/float_spec.lua
AgeCommit message (Expand)AuthorFiles
2025-04-15feat(ui): include compositor info with multigridFred Sundvik1
2025-03-31test(float): restore border tests (#33222)zeertzjq1
2025-03-31feat(float): 'winborder' "bold" style #33189glepnir1
2025-03-19fix(api): don't use 'winborder' when reconfiguring float (#32984)glepnir1
2025-03-18feat(float): add winborder option (#31074)glepnir1
2025-02-26feat(lua): vim.text.indent()Justin M. Keyes1
2025-02-23fix(float): can set title/footer without setting border #32594Evgeni Chasnovski1
2025-02-14fix(float): "Not enough room" error for 1-line float #25192glepnir1
2025-01-27fix(float): cannot set title/footer independently #31993glepnir1
2025-01-23feat(api): combined highlights in nvim_eval_statusline()Luuk van Baal1
2025-01-14feat(api): nvim_open_win() relative to tabline and laststatus #32006luukvbaal1
2024-12-14feat(ui): sign/statuscolumn can combine highlight attrs #31575luukvbaal1
2024-12-12fix(float): re-sort layers when grid zindex changed #30259glepnir1
2024-11-14fix(tests): needing two calls to setup a screen is cringebfredl1
2024-10-20feat(float): allow enabling mouse for non-focusable window (#30844)zeertzjq1
2024-09-29fix(float): properly find last window of tabpage (#30571)zeertzjq1
2024-09-28fix(window): making float with title/footer non-float leaks memory (#30551)zeertzjq1
2024-09-28fix(window): respect hide flag of float windows when switching (#30507)glepnir1
2024-09-10fix(highlight): floating windows inherit NormalFloat from global-nsglepnir1
2024-08-17fix(api): error properly with invalid field in nvim_open_win (#30078)zeertzjq1
2024-06-16feat(column)!: rework 'statuscolumn' %r/l itemsLuuk van Baal1
2024-05-25fix(float): missing default highlight for titleglepnir1
2024-05-12fix(api): make getting explicit empty hl in virtual text work (#28697)zeertzjq1
2024-04-25feat(api): allow floats to be opened in non-current tabpage (#28480)Will Hopkins1
2024-04-23test: improve test conventionsdundargoc1
2024-04-22Merge pull request #28434 from glepnir/23120bfredl1
2024-04-22fix(window): don't go to unfocusable float when closing (#28455)zeertzjq1
2024-04-21fix(float): wrong position when bufpos is setglepnir1
2024-04-13fix(float): improve error message when reconfig failed (#25076)Raphael1
2024-04-12Merge pull request #26774 from glepnir/24129bfredl1
2024-04-10refactor(test): inject after_each differentlyLewis Russell1
2024-04-10fix(float): don't relative flaot win itselfglepnir1
2024-04-08test: improve test conventionsdundargoc1
2024-03-29feat(ui): indicate margins for the area used by win_viewportbfredl1
2024-03-11test: correct order of arguments to eq() (#27816)zeertzjq1
2024-03-10revert: "fix(window): :close crash with autocmd, floats and tabpage" (#27796)zeertzjq1
2024-03-10fix(window): :close crash if WinClosed from float closes window (#27794)zeertzjq1
2024-03-10fix(window): :close crash with autocmd, floats and tabpage (#27793)zeertzjq1
2024-03-09fix(window): :close may cause Nvim to quit with autocmd and floatzeertzjq1
2024-03-08vim-patch:9.1.0116: win_split_ins may not check available roomSean Dewar1
2024-03-01fix(float): allow floating window in cmdline areaLuuk van Baal1
2024-02-15vim-patch:9.1.0106: Visual highlight hard to read with 'termguicolors'zeertzjq1
2024-02-08refactor(api): use keydict and arena for more api return valuesbfredl1
2024-02-01feat(api): make nvim_open_win support non-floating windows (#25550)Will Hopkins1
2024-01-16test: use integers for API Buffer/Window/Tabpage EXT typesLewis Russell1
2024-01-12test: rename (meths, funcs) -> (api, fn)Lewis Russell1
2024-01-12test: normalise nvim bridge functionsLewis Russell1
2024-01-12test: typing for helpers.methsLewis Russell1
2024-01-12test: do not inject vim module into global helpersLewis Russell1
2023-12-09test: avoid repeated screen lines in expected stateszeertzjq1