aboutsummaryrefslogtreecommitdiff
path: root/test/functional/ui/float_spec.lua
Commit message (Expand)AuthorAge
* 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
* fix(float): fix some other crashes with :unhide or :all (#25328)zeertzjq2023-09-23
* fix(unhide): close floating windows first (#25318)zeertzjq2023-09-23
* fix(ui): handle virtual text with multiple hl in more cases (#25304)zeertzjq2023-09-22
* fix(mouse): click on empty line with 'foldcolumn'zeertzjq2023-09-21
* test(ui/float_spec): click in bordered float sets correct curswantzeertzjq2023-09-21
* vim-patch:9.0.1919: Wrong curswant when clicking on empty line or with vsplitszeertzjq2023-09-21
* Merge pull request #25096 from glepnir/float_winnewbfredl2023-09-20
|\
| * fix(float): trigger winnew event when float window createglepnir2023-09-19
* | fix(float): make "fixed" work with relative=win (#25243)zeertzjq2023-09-19
* | Merge pull request #25148 from glepnir/fixed_optbfredl2023-09-19
|\ \ | |/ |/|
| * fix(float): add fixd optionglepnir2023-09-18
* | Merge pull request #25078 from glepnir/aubfredl2023-09-16
|\ \ | |/ |/|
| * fix(ui): doesn't trigger au event when enter is falseglepnir2023-09-15
* | fix(float): update position of anchored windows first (#25133)zeertzjq2023-09-14
|/
* feat(float): implement footerEvgeni Chasnovski2023-08-26
* refactor(change): do API changes to buffer without curbuf switchbfredl2023-08-26
* fix(ui_compositor): only reset skipstart at first column (#24776)zeertzjq2023-08-18
* fix(events)!: trigger CursorMoved later on switching window (#23711)zeertzjq2023-06-04
* refactor(options): deprecate nvim[_buf|_win]_[gs]et_optionLewis Russell2023-05-21
* fix(highlight): apply 'winblend' to NormalNC (#23555)zeertzjq2023-05-10
* fix(pum): make :popup position correctly with float borderzeertzjq2023-04-28
* fix(ruler): show ruler of curwin with no statusline in cmdlineSean Dewar2023-04-17
* vim-patch:9.0.1461: ruler not drawn correctly when using 'rulerformat'Sean Dewar2023-04-17
* Merge pull request #22865 from MunifTanjim/issue-20370bfredl2023-04-10
|\
| * fix(api): do not re-apply win_config.style when missingMunif Tanjim2023-04-10