summaryrefslogtreecommitdiffstatshomepage
path: root/test/functional/ui/multigrid_spec.lua
AgeCommit message (Expand)AuthorFiles
2025-10-08vim-patch:9.1.1817: popup: there are some position logic bugs (#36075)zeertzjq1
2025-05-06refactor(tests): lint decorations_spec, float_spec, multigrid_spec #33274Justin M. Keyes1
2025-05-04feat(messages): cleanup Lua error messagesJustin M. Keyes1
2025-04-21feat(options): default statusline expression #33036Shadman1
2025-04-15feat(ui): include compositor info with multigridFred Sundvik1
2025-03-27fix(ui): send multigrid message position and size when the UI is refreshedFred Sundvik1
2025-02-09test: screen.lua can check win_pos #32373fredizzimo1
2025-01-14refactor: use nvim.foo.bar format for autocommand groupsMaria José Solano1
2024-11-14fix(tests): needing two calls to setup a screen is cringebfredl1
2024-10-03fix(ui): ensure screen update before waiting for input #30576fredizzimo1
2024-09-05feat(defaults): popupmenu "Open in browser", "Go to definition" #30261Justin M. Keyes1
2024-05-18fix(move): half-page scrolling with resized grid at eob (#28821)zeertzjq1
2024-04-23test: improve test conventionsdundargoc1
2024-04-10refactor(test): inject after_each differentlyLewis Russell1
2024-04-08test: improve test conventionsdundargoc1
2024-03-29feat(ui): indicate margins for the area used by win_viewportbfredl1
2024-03-28fix(plines): cursor position with 'showbreak' and resized grid (#28067)zeertzjq1
2024-02-15vim-patch:9.1.0106: Visual highlight hard to read with 'termguicolors'zeertzjq1
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
2023-12-18fix(options): setting 'scroll' with resized grid (#26628)zeertzjq1
2023-12-09test: avoid repeated screen lines in expected stateszeertzjq1
2023-09-27refactor(grid): use batched updates for statusline and rulerbfredl1
2023-09-21vim-patch:9.0.1919: Wrong curswant when clicking on empty line or with vsplitszeertzjq1
2023-07-05fix(ui): delay win_viewport until screen update #24182fredizzimo1
2023-07-04perf(ui-ext): approximate scroll_delta when scrolling too much (#24234)zeertzjq1
2023-07-04fix(ui-ext): "scroll_delta" handle topfill and skipcol (#24249)zeertzjq1
2023-05-21refactor(options): deprecate nvim[_buf|_win]_[gs]et_optionLewis Russell1
2023-05-03fix(pum): don't position too far with resized parent grid (#23442)zeertzjq1
2023-05-02fix(mouse): fix popup_setpos position check with ext_multigrid (#23436)zeertzjq1
2023-05-02fix(normal): make "g$" work properly with resized gridzeertzjq1
2023-05-02fix(drawline): make cursorlineopt=screenline work with resized gridzeertzjq1
2023-05-02fix(float): make bufpos work properly with resized parent gridzeertzjq1
2023-03-12feat(ui): add scroll_delta to win_viewport event #19270Matthias Deiml1
2022-11-29test: adding/removing winbar should not cause win_pos events (#21226)zeertzjq1
2022-08-24feat(eval)!: make Vim functions return inner window width and height (#19743)zeertzjq1
2022-05-19fix(mouse): fix mouse drag position with winbarzeertzjq1
2022-05-18fix(ui): make winbar work with floats and multigridbfredl1
2022-05-15refactor(ui)!: link `VertSplit` to `Normal` by defaultFamiu Haque1
2021-09-10feat(api): win_viewport also sends line_count #15613Yatao Li1
2021-09-10fix(mouse.c): fix mouse drag positions on multigrid #12667Ville Hakulinen1
2021-09-08fix(multigrid): #15075 mouse events crash neovimYatao Li1
2020-12-05ui: Fix win_hide distination gridshirasaka1
2020-10-19A Mudholland Dr. RecastBjörn Linse1
2020-04-01api/ui: win_viewport event for visible range and cursor position in windowBjörn Linse1
2019-10-13tests/ui: remove unnecessary screen:detach()Björn Linse1
2019-09-01test/ui: update tests for new msg_grid implementationBjörn Linse1
2019-08-17test/ui: properly test win_hide by explicitly marking hidden gridsBjörn Linse1