aboutsummaryrefslogtreecommitdiff
path: root/test/functional/ui/multigrid_spec.lua
Commit message (Expand)AuthorAge
* refactor(grid): use batched updates for statusline and rulerbfredl2023-09-27
* vim-patch:9.0.1919: Wrong curswant when clicking on empty line or with vsplitszeertzjq2023-09-21
* fix(ui): delay win_viewport until screen update #24182fredizzimo2023-07-05
* perf(ui-ext): approximate scroll_delta when scrolling too much (#24234)zeertzjq2023-07-04
* fix(ui-ext): "scroll_delta" handle topfill and skipcol (#24249)zeertzjq2023-07-04
* refactor(options): deprecate nvim[_buf|_win]_[gs]et_optionLewis Russell2023-05-21
* fix(pum): don't position too far with resized parent grid (#23442)zeertzjq2023-05-03
* fix(mouse): fix popup_setpos position check with ext_multigrid (#23436)zeertzjq2023-05-02
* fix(normal): make "g$" work properly with resized gridzeertzjq2023-05-02
* fix(drawline): make cursorlineopt=screenline work with resized gridzeertzjq2023-05-02
* fix(float): make bufpos work properly with resized parent gridzeertzjq2023-05-02
* feat(ui): add scroll_delta to win_viewport event #19270Matthias Deiml2023-03-12
* test: adding/removing winbar should not cause win_pos events (#21226)zeertzjq2022-11-29
* feat(eval)!: make Vim functions return inner window width and height (#19743)zeertzjq2022-08-24
* fix(mouse): fix mouse drag position with winbarzeertzjq2022-05-19
* fix(ui): make winbar work with floats and multigridbfredl2022-05-18
* refactor(ui)!: link `VertSplit` to `Normal` by defaultFamiu Haque2022-05-15
* feat(api): win_viewport also sends line_count #15613Yatao Li2021-09-10
* fix(mouse.c): fix mouse drag positions on multigrid #12667Ville Hakulinen2021-09-10
* fix(multigrid): #15075 mouse events crash neovimYatao Li2021-09-08
* ui: Fix win_hide distination gridshirasaka2020-12-05
* A Mudholland Dr. RecastBjörn Linse2020-10-19
* api/ui: win_viewport event for visible range and cursor position in windowBjörn Linse2020-04-01
* tests/ui: remove unnecessary screen:detach()Björn Linse2019-10-13
* test/ui: update tests for new msg_grid implementationBjörn Linse2019-09-01
* test/ui: properly test win_hide by explicitly marking hidden gridsBjörn Linse2019-08-17
* ui: use Window type in win_pos consistently with win_float_posBjörn Linse2019-08-17
* test: clear(): remove `opts.headless` parameterJustin M. Keyes2019-04-27
* ui: multigrid mouse supportBjörn Linse2019-01-20
* multigrid: simplify testsBjörn Linse2018-12-31
* multigrid: add tests for multiline messages and tabsBjörn Linse2018-12-31
* multigrid: test refactorBjörn Linse2018-12-31
* multigrid: add multigrid screen testsUtkarsh Maheshwari2018-12-31