aboutsummaryrefslogtreecommitdiff
path: root/test/functional/ui/float_spec.lua
Commit message (Expand)AuthorAge
* test(float): restore border tests (#33222)zeertzjq2025-03-31
* feat(float): 'winborder' "bold" style #33189glepnir2025-03-31
* fix(api): don't use 'winborder' when reconfiguring float (#32984)glepnir2025-03-19
* feat(float): add winborder option (#31074)glepnir2025-03-18
* feat(lua): vim.text.indent()Justin M. Keyes2025-02-26
* fix(float): can set title/footer without setting border #32594Evgeni Chasnovski2025-02-23
* fix(float): "Not enough room" error for 1-line float #25192glepnir2025-02-14
* 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