aboutsummaryrefslogtreecommitdiff
path: root/test/functional/ui/multigrid_spec.lua
Commit message (Expand)AuthorAge
* refactor: use nvim.foo.bar format for autocommand groupsMaria José Solano2025-01-14
* fix(tests): needing two calls to setup a screen is cringebfredl2024-11-14
* fix(ui): ensure screen update before waiting for input #30576fredizzimo2024-10-03
* feat(defaults): popupmenu "Open in browser", "Go to definition" #30261Justin M. Keyes2024-09-05
* fix(move): half-page scrolling with resized grid at eob (#28821)zeertzjq2024-05-18
* test: improve test conventionsdundargoc2024-04-23
* 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
* fix(plines): cursor position with 'showbreak' and resized grid (#28067)zeertzjq2024-03-28
* vim-patch:9.1.0106: Visual highlight hard to read with 'termguicolors'zeertzjq2024-02-15
* 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
* fix(options): setting 'scroll' with resized grid (#26628)zeertzjq2023-12-18
* test: avoid repeated screen lines in expected stateszeertzjq2023-12-09
* 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