aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/popupmenu.c
Commit message (Expand)AuthorAge
* refactor(grid): unify the two put-text-on-the-screen code pathsbfredl2023-09-29
* refactor(grid): properly namespace and separate stateful grid functionsbfredl2023-09-22
* refactor(options): remove `getoption_T` and introduce `OptVal` (#23850)Famiu Haque2023-06-07
* refactor(api): new helper macrosFamiu Haque2023-05-23
* vim-patch:9.0.1523: some error messages are not marked for translation (#23529)zeertzjq2023-05-08
* fix(pum): don't position too far with resized parent grid (#23442)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
* fix(pum): make :popup position correctly with float borderzeertzjq2023-04-28
* fix(pum): position properly with ext_multigrid (#23336)zeertzjq2023-04-27
* refactor: uncrustifydundargoc2023-04-26
* fix(pum): show right-click menu above cmdline area (#23298)zeertzjq2023-04-24
* refactor(screen): screen.c delenda estbfredl2023-03-14
* vim-patch:9.0.1397: highlight for popupmenu kind and extra cannot be set (#22...zeertzjq2023-03-11
* refactor: reduce scope of locals as per the style guide (#22206)dundargoc2023-02-11
* refactor(ui): remove some superfluous ui_flush() callsbfredl2023-02-09
* 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
* | refactor: replace char_u with char 21 (#21779)dundargoc2023-01-14
* | refactor: replace char_u with char 20 (#21714)dundargoc2023-01-13
|/
* build: allow IWYU to fix includes for all .c filesdundargoc2022-11-15
* vim-patch:8.2.2207: illegal memory access if popup menu items are changed (#2...zeertzjq2022-11-12
* refactor: fix clang-tidy warningsdundargoc2022-11-06
* feat(api): nvim_select_popupmenu_item support cmdline pum (#20652)zeertzjq2022-10-17
* fix(completion): set pum_size even if ext_popupmenu is used (#20648)zeertzjq2022-10-14
* refactor(redraw): no type argument in update_screen()bfredl2022-10-05
* refactor: replace char_u with charDundar Göc2022-09-11
* refactor(ex_cd): add an early return to fix clint warningzeertzjq2022-09-05
* feat(pum): pretend 'mousemoveevent' is set when showing right-click menuzeertzjq2022-09-04
* refactor: replace char_u with char 4 (#19987)dundargoc2022-08-30
* refactor: replace char_u with charDundar Göc2022-08-29
* refactor: replace char_u with charDundar Göc2022-08-26
* Merge pull request #19906 from bfredl/bigstagebfredl2022-08-24
|\
| * refactor(arena): use a shared block freelistbfredl2022-08-24
* | vim-patch:9.0.0206: redraw flags are not named specifically (#19913)zeertzjq2022-08-23
|/
* vim-patch:8.2.4753: error from setting an option is silently ignored (#19888)zeertzjq2022-08-22
* vim-patch:8.1.2057: the screen.c file is much too bigLewis Russell2022-08-19
* vim-patch:8.1.2082: rename popupmnu.* to popupmenu.* (#19829)zeertzjq2022-08-18