index
:
rneovim.git
20220114-mix
20230125_mix
20231130_mix
aucmd_textputpost
colorcolchar
fix_20726
fix_repeatcmdline
fix_semantic_tokens
fix_semantic_tokens_pull
floattitle
master
mix
mix_20240309
newfeatures
rahm
tmp
usermarks
userreg
userregs_2
Neovim fork with Rahm's personal hacks.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
nvim
/
popupmenu.c
Commit message (
Expand
)
Author
Age
*
refactor(options): remove `set_string_option_direct()`
Famiu Haque
2024-03-21
*
fix(api/buffer): fix handling of viewport of non-current buffer
bfredl
2024-03-13
*
refactor: rename w_float_config to w_config #27419
Will Hopkins
2024-02-10
*
Merge pull request #27398 from bfredl/arena2
bfredl
2024-02-10
|
\
|
*
refactor(api): make cstr_as_string accept "const char*"
bfredl
2024-02-09
*
|
refactor: rename FloatConfig to WinConfig #27397
Will Hopkins
2024-02-09
|
/
*
refactor(IWYU): fix headers
dundargoc
2024-01-11
*
fix(pum): handle right-click menu repositioning with multigrid (#26975)
zeertzjq
2024-01-10
*
refactor(options): remove `OPT_FREE` (#26963)
Famiu Haque
2024-01-10
*
refactor(options): use schar_T representation for fillchars and listchars
bfredl
2024-01-08
*
refactor: follow style guide
dundargoc
2023-12-30
*
docs: small fixes (#26651)
dundargoc
2023-12-28
*
refactor: run IWYU on entire repo
dundargoc
2023-12-21
*
refactor(IWYU): move decor provider types to decoration_defs.h (#26692)
zeertzjq
2023-12-21
*
refactor: eliminate cyclic includes
dundargoc
2023-12-20
*
refactor: use `bool` to represent boolean values
dundargoc
2023-12-19
*
feat(ui): completeopt support popup like vim
mathew
2023-12-16
*
refactor(options): reduce `findoption()` usage
Famiu Haque
2023-12-09
*
refactor: move some constants out of vim_defs.h (#26298)
zeertzjq
2023-11-29
*
refactor: fix headers with IWYU
dundargoc
2023-11-28
*
build(IWYU): fix includes for undo_defs.h
dundargoc
2023-11-27
*
fix(mouse): avoid dragging when clicking next to popupmenu (#26201)
luukvbaal
2023-11-25
*
fix(mouse): avoid dragging after click label popupmenu callback (#26187)
luukvbaal
2023-11-24
*
refactor: follow style guide
dundargoc
2023-11-19
*
refactor: follow style guide
dundargoc
2023-11-13
*
build: remove PVS
dundargoc
2023-11-12
*
refactor: remove redundant casts
dundargoc
2023-11-11
*
refactor: reorganize option header files (#25437)
zeertzjq
2023-09-30
*
build(iwyu): add a few more _defs.h mappings (#25435)
zeertzjq
2023-09-30
*
refactor(grid): unify the two put-text-on-the-screen code paths
bfredl
2023-09-29
*
refactor(grid): properly namespace and separate stateful grid functions
bfredl
2023-09-22
*
refactor(options): remove `getoption_T` and introduce `OptVal` (#23850)
Famiu Haque
2023-06-07
*
refactor(api): new helper macros
Famiu Haque
2023-05-23
*
vim-patch:9.0.1523: some error messages are not marked for translation (#23529)
zeertzjq
2023-05-08
*
fix(pum): don't position too far with resized parent grid (#23442)
zeertzjq
2023-05-03
*
fix(pum): fix missing scrollbar with 'rightleft' (#23448)
zeertzjq
2023-05-03
*
fix(pum): fix missing rightmost column with 'rightleft' (#23445)
zeertzjq
2023-05-02
*
fix(pum): make :popup position correctly with float border
zeertzjq
2023-04-28
*
fix(pum): position properly with ext_multigrid (#23336)
zeertzjq
2023-04-27
*
refactor: uncrustify
dundargoc
2023-04-26
*
fix(pum): show right-click menu above cmdline area (#23298)
zeertzjq
2023-04-24
*
refactor(screen): screen.c delenda est
bfredl
2023-03-14
*
vim-patch:9.0.1397: highlight for popupmenu kind and extra cannot be set (#22...
zeertzjq
2023-03-11
*
refactor: reduce scope of locals as per the style guide (#22206)
dundargoc
2023-02-11
*
refactor(ui): remove some superfluous ui_flush() calls
bfredl
2023-02-09
*
vim-patch:8.2.0382: some tests fail when run under valgrind (#21936)
zeertzjq
2023-01-21
*
vim-patch:8.2.4655: cmdline completion popup menu positioned wrong (#21894)
zeertzjq
2023-01-19
*
Merge pull request #21731 from tk-shirasaka/fix/builtin_popup_on_ext_popupmenu
bfredl
2023-01-15
|
\
|
*
fix: properly close builtin popup in ext_popupmenu
shirasaka
2023-01-11
*
|
refactor: replace char_u with char 21 (#21779)
dundargoc
2023-01-14
[next]