aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/popupmenu.c
Commit message (Expand)AuthorAge
* refactor(options): remove `set_string_option_direct()`Famiu Haque2024-03-21
* fix(api/buffer): fix handling of viewport of non-current bufferbfredl2024-03-13
* refactor: rename w_float_config to w_config #27419Will Hopkins2024-02-10
* Merge pull request #27398 from bfredl/arena2bfredl2024-02-10
|\
| * refactor(api): make cstr_as_string accept "const char*"bfredl2024-02-09
* | refactor: rename FloatConfig to WinConfig #27397Will Hopkins2024-02-09
|/
* refactor(IWYU): fix headersdundargoc2024-01-11
* fix(pum): handle right-click menu repositioning with multigrid (#26975)zeertzjq2024-01-10
* refactor(options): remove `OPT_FREE` (#26963)Famiu Haque2024-01-10
* refactor(options): use schar_T representation for fillchars and listcharsbfredl2024-01-08
* refactor: follow style guidedundargoc2023-12-30
* docs: small fixes (#26651)dundargoc2023-12-28
* refactor: run IWYU on entire repodundargoc2023-12-21
* refactor(IWYU): move decor provider types to decoration_defs.h (#26692)zeertzjq2023-12-21
* refactor: eliminate cyclic includesdundargoc2023-12-20
* refactor: use `bool` to represent boolean valuesdundargoc2023-12-19
* feat(ui): completeopt support popup like vimmathew2023-12-16
* refactor(options): reduce `findoption()` usageFamiu Haque2023-12-09
* refactor: move some constants out of vim_defs.h (#26298)zeertzjq2023-11-29
* refactor: fix headers with IWYUdundargoc2023-11-28
* build(IWYU): fix includes for undo_defs.hdundargoc2023-11-27
* fix(mouse): avoid dragging when clicking next to popupmenu (#26201)luukvbaal2023-11-25
* fix(mouse): avoid dragging after click label popupmenu callback (#26187)luukvbaal2023-11-24
* refactor: follow style guidedundargoc2023-11-19
* refactor: follow style guidedundargoc2023-11-13
* build: remove PVSdundargoc2023-11-12
* refactor: remove redundant castsdundargoc2023-11-11
* refactor: reorganize option header files (#25437)zeertzjq2023-09-30
* build(iwyu): add a few more _defs.h mappings (#25435)zeertzjq2023-09-30
* 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