aboutsummaryrefslogtreecommitdiff
path: root/test/functional/ui/popupmenu_spec.lua
Commit message (Expand)AuthorAge
* test: add test for scroll wheel at right-click menu (#27409)zeertzjq2024-02-10
* test: big cleanup followupLewis Russell2024-01-17
* 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
* test: remove helpers.sleep()Lewis Russell2024-01-12
* fix(pum): handle right-click menu repositioning with multigrid (#26975)zeertzjq2024-01-10
* refactor: format test/*Justin M. Keyes2024-01-03
* test(core/job_spec): fix flakiness (#26623)zeertzjq2023-12-18
* feat(ui): completeopt support popup like vimmathew2023-12-16
* test: avoid repeated screen lines in expected stateszeertzjq2023-12-09
* vim-patch:8.2.4497: wrong color for half of wide character next to pum scroll...zeertzjq2023-10-18
* vim-patch:9.0.2035: [security] use-after-free with wildmenu (#25687)zeertzjq2023-10-17
* vim-patch:9.0.2037: A few remaining cmdline completion issues with C-E/Y (#25...zeertzjq2023-10-17
* refactor(message): simplify msg_puts_display and use batched grid updatesbfredl2023-10-03
* vim-patch:9.0.0579: using freed memory when 'tagfunc' wipes out buffer (#24838)zeertzjq2023-08-22
* fix(mouse): fix popup menu position check with winbar (#23456)zeertzjq2023-05-03
* fix(pum): fix missing scrollbar with 'rightleft' (#23448)zeertzjq2023-05-03
* fix(pum): fix missing rightmost column with 'rightleft' (#23445)zeertzjq2023-05-02
* vim-patch:9.0.0652: 'smoothscroll' not tested with 'number' and "n" in 'cpo'Luuk van Baal2023-05-02
* vim-patch:9.0.1493: popup menu position wrong in window with toolbarzeertzjq2023-04-28
* fix(pum): position properly with ext_multigrid (#23336)zeertzjq2023-04-27
* fix(pum): show right-click menu above cmdline area (#23298)zeertzjq2023-04-24
* vim-patch:9.0.1476: lines put in non-current window are not displayed (#23265)zeertzjq2023-04-23
* vim-patch:9.0.1397: highlight for popupmenu kind and extra cannot be set (#22...zeertzjq2023-03-11
* vim-patch:8.2.0382: some tests fail when run under valgrind (#21936)zeertzjq2023-01-21
* vim-patch:8.2.4655: cmdline completion popup menu positioned wrong (#21894)zeertzjq2023-01-19
* Merge pull request #21731 from tk-shirasaka/fix/builtin_popup_on_ext_popupmenubfredl2023-01-15
|\
| * fix: properly close builtin popup in ext_popupmenushirasaka2023-01-11
* | vim-patch:8.2.4579: cannot use page-up and page-down in the cmdline popup menuzeertzjq2023-01-15
* | vim-patch:8.2.4341: command line not redrawn when finishing popup menu (#21792)zeertzjq2023-01-14
|/
* vim-patch:9.0.1030: using freed memory with the cmdline popup menuzeertzjq2022-12-09
* vim-patch:9.0.0866: no test for what patch 8.2.2207 fixes (#21034)zeertzjq2022-11-13
* vim-patch:8.2.2207: illegal memory access if popup menu items are changed (#2...zeertzjq2022-11-12
* feat(api): nvim_select_popupmenu_item support cmdline pum (#20652)zeertzjq2022-10-17
* feat(pum): pretend 'mousemoveevent' is set when showing right-click menuzeertzjq2022-09-04
* feat(api): add "move" to nvim_input_mousezeertzjq2022-09-04
* feat(tui): support 'mousemoveevent'zeertzjq2022-09-04
* fix(cmdline): do not trigger completion at wrong time (#19920)zeertzjq2022-08-24
* vim-patch:8.2.4334: command line popup menu not positioned correctlyzeertzjq2022-08-22
* vim-patch:8.2.4328: command line complete matches cleard when typing characterzeertzjq2022-08-22
* vim-patch:8.2.4325: 'wildmenu' only shows few matches (#19876)zeertzjq2022-08-21
* feat(defaults): mouse=nvi #19290matveyt2022-07-17
* fix(pum): make right drag in anchor grid to select work in multigrid UI (#19382)zeertzjq2022-07-16
* feat(ui): make right-click menu work properly with ext_multigridzeertzjq2022-07-01
* refactor(ui)!: link `VertSplit` to `Normal` by defaultFamiu Haque2022-05-15
* docs: typo fixes (#17859)dundargoc2022-04-15
* test: move completion :stopinsert test to completion_spec.lua (#17992)zeertzjq2022-04-04
* fix(test): only use buffer completion in popupmenu timer testbfredl2022-03-02
* fix(completion): update submode message when selecting from API (#17022)zeertzjq2022-01-28