aboutsummaryrefslogtreecommitdiff
path: root/test/functional/ui/mouse_spec.lua
Commit message (Expand)AuthorAge
* fix(tests): needing two calls to setup a screen is cringebfredl2024-11-14
* refactor(tests): use more global highlight definitionsbfredl2024-11-11
* test: add test for key following ignored mouse move (#31104)zeertzjq2024-11-07
* perf(mouse): only generate <MouseMove> for a new cell positon (#31103)errael2024-11-07
* fix(tabline): restore behavior of click after last tabpage (#30602)zeertzjq2024-10-01
* vim-patch:9.1.0704: inserting with a count is inefficient (#30206)zeertzjq2024-09-01
* fix(mouse): don't treat click on hsep as click on statusline (#29565)zeertzjq2024-07-05
* test: improve test conventionsdundargoc2024-04-23
* refactor(test): inject after_each differentlyLewis Russell2024-04-10
* test: improve test conventionsdundargoc2024-04-08
* fix(mouse): click after eol with conceal and virtual text (#27897)zeertzjq2024-03-17
* vim-patch:9.1.0106: Visual highlight hard to read with 'termguicolors'zeertzjq2024-02-15
* test(ui/mouse_spec): make sure click is processed (#27412)zeertzjq2024-02-10
* test: use integers for API Buffer/Window/Tabpage EXT typesLewis Russell2024-01-16
* test: rename (meths, funcs) -> (api, fn)Lewis Russell2024-01-12
* test: typing for helpers.methsLewis Russell2024-01-12
* refactor: format test/*Justin M. Keyes2024-01-03
* feat(api): add forward and back mouse buttonsAmanda Graven2023-12-18
* test: avoid repeated screen lines in expected stateszeertzjq2023-12-09
* vim-patch:9.0.2032: cannot get mouse click pos for tab or virt text (#25653)zeertzjq2023-10-15
* vim-patch:9.0.1919: Wrong curswant when clicking on empty line or with vsplitszeertzjq2023-09-21
* fix(extmarks): make empty "conceal" respect &conceallevel = 1 (#24785)zeertzjq2023-08-19
* test(ui/mouse_spec): mouse click with matchadd() concealed textzeertzjq2023-08-18
* vim-patch:9.0.1725: cursor pos wrong after concealed text with 'virtualedit'zeertzjq2023-08-18
* fix(mouse): drag vsep of window with 'statuscolumn' (#24462)zeertzjq2023-07-24
* fix(mouse): copy the line before syntax matching (#24320)zeertzjq2023-07-12
* refactor(options): deprecate nvim[_buf|_win]_[gs]et_optionLewis Russell2023-05-21
* vim-patch:8.2.4890: inconsistent capitalization in error messageszeertzjq2023-05-05
* fix(mouse): fix popup menu position check with winbar (#23456)zeertzjq2023-05-03
* fix(pum): position properly with ext_multigrid (#23336)zeertzjq2023-04-27
* fix(statusline): also allow right click when 'mousemodel' is "popup*" (#23258)luukvbaal2023-04-25
* fix(options): fix local 'sidescrolloff' doesn't work for mouse (#21162)zeertzjq2022-11-23
* vim-patch:9.0.0739: mouse column not correctly used for popup_setpos (#20729)zeertzjq2022-10-19
* fix(input): use click number of last click for mouse drag (#20300)zeertzjq2022-09-24
* feat(api): add "move" to nvim_input_mousezeertzjq2022-09-04
* fix(tests): remove irrelevant usage of display-=msgsepbfredl2022-08-17
* test: improve some input testszeertzjq2022-07-25
* fix(mouse): fix using uninitialized memory with K_MOUSEMOVE (#19480)zeertzjq2022-07-24
* feat(defaults): mouse=nvi #19290matveyt2022-07-17
* refactor(ui)!: link `VertSplit` to `Normal` by defaultFamiu Haque2022-05-15
* fix(input): do not translate scroll keys into multiclickszeertzjq2022-04-02
* fix(mouse): correct dragged position in composed layoutBjörn Linse2021-10-04
* test: add a test for getmousepos()Daniel Steinberg2021-09-29
* ui: make 'mouse' handling in external UI more consistentBjörn Linse2021-01-01
* A Mudholland Dr. RecastBjörn Linse2020-10-19
* options: make 'fillchars' and 'listchars' global-localBjörn Linse2019-11-26
* tests/ui: remove unnecessary screen:detach()Björn Linse2019-10-13
* tests/ui: cleanup illegitimate usages of "attr_ignore"Björn Linse2019-10-13
* test: fix screen assertionsJan Edmund Lazo2019-10-01
* tests: re-enable "tab drag in tabline to the left moves tab left" (#10588)Daniel Hahler2019-07-24