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
/
window.c
Commit message (
Expand
)
Author
Age
*
Merge pull request #31597 from bfredl/deletionism
bfredl
2025-01-20
|
\
|
*
fix(wininfo): when freeing windows, free the lowest priority wininfo
bfredl
2025-01-14
*
|
feat(api): nvim_open_win() relative to tabline and laststatus #32006
luukvbaal
2025-01-14
*
|
docs: misc
dundargoc
2025-01-11
*
|
vim-patch:9.1.0993: New 'cmdheight' behavior may be surprising #31892
luukvbaal
2025-01-06
*
|
vim-patch:9.1.0990: Inconsistent behavior when changing cmdheight (#31830)
luukvbaal
2025-01-05
*
|
refactor: iwyu #31637
Justin M. Keyes
2024-12-23
*
|
Merge pull request #31539 from bfredl/wininfo
bfredl
2024-12-16
|
\
|
|
*
refactor(wininfo): change wininfo from a linked list to an array
bfredl
2024-12-16
*
|
fix(api): not using TRY_WRAP, generic error messages #31595
Justin M. Keyes
2024-12-16
|
/
*
fix(float): re-sort layers when grid zindex changed #30259
glepnir
2024-12-12
*
fix(ui): clamp 'cmdheight' for other tabpages on screen resize (#31419)
zeertzjq
2024-12-02
*
vim-patch:9.1.0892: the max value of 'cmdheight' is limited by other tabpages...
zeertzjq
2024-11-29
*
refactor(options): autogenerate valid values and flag enums for options (#31089)
Famiu Haque
2024-11-23
*
refactor(options): remove `.indir`, redesign option scopes #31066
Famiu Haque
2024-11-16
*
vim-patch:9.1.0855: setting 'cmdheight' may missing output (#31216)
zeertzjq
2024-11-15
*
vim-patch:9.1.0812: Coverity warns about dereferencing NULL ptr
zeertzjq
2024-10-24
*
vim-patch:9.1.0804: tests: no error check when setting global 'cc'
zeertzjq
2024-10-24
*
feat(float): allow enabling mouse for non-focusable window (#30844)
zeertzjq
2024-10-20
*
fix(window): making float with title/footer non-float leaks memory (#30551)
zeertzjq
2024-09-28
*
fix(window): respect hide flag of float windows when switching (#30507)
glepnir
2024-09-28
*
vim-patch:9.1.0678: [security]: use-after-free in alist_add()
zeertzjq
2024-08-17
*
vim-patch:partial:8.1.0914: code related to findfile() is spread out (#30000)
zeertzjq
2024-08-07
*
vim-patch:9.1.0647: [security] use-after-free in tagstack_clear_entry
zeertzjq
2024-08-02
*
refactor: collapse statements in single assignments
Lewis Russell
2024-07-30
*
vim-patch:9.1.0575: Wrong comments in alt_tabpage() (#29692)
zeertzjq
2024-07-14
*
vim-patch:9.1.0572: cannot specify tab page closing behaviour (#29682)
zeertzjq
2024-07-13
*
revert: "refactor: use S_LEN macro" (#29319)
Lewis Russell
2024-06-14
*
refactor: use S_LEN(s) instead of s, n (#29219)
James
2024-06-11
*
refactor: move shared messages to errors.h #26214
Justin M. Keyes
2024-06-01
*
vim-patch:9.1.0374: wrong botline in BufEnter (#28530)
zeertzjq
2024-04-27
*
feat(api): allow floats to be opened in non-current tabpage (#28480)
Will Hopkins
2024-04-25
*
Merge pull request #28434 from glepnir/23120
bfredl
2024-04-22
|
\
|
*
fix(float): wrong position when bufpos is set
glepnir
2024-04-21
*
|
fix(window): don't go to unfocusable float when closing (#28455)
zeertzjq
2024-04-22
*
|
fix(ui): don't force 'cmdheight' to zero with ext_messages
Luuk van Baal
2024-04-20
|
/
*
fix(api): ignore 'autochdir' when renaming other buf (#28376)
zeertzjq
2024-04-16
*
fix(api): ignore 'autochdir' when setting buf in other win (#28371)
Raphael
2024-04-16
*
feat(api)!: nvim_open_win: noautocmd blocks all autocmds #28192
Sean Dewar
2024-04-14
*
refactor: fix clang NonNullParamChecker warnings (#28327)
zeertzjq
2024-04-14
*
vim-patch:9.1.0272: autocmd may change cwd after :tcd and :lcd (#28223)
zeertzjq
2024-04-08
*
feat(ui): indicate margins for the area used by win_viewport
bfredl
2024-03-29
*
vim-patch:9.1.0175: wrong window positions with 'winfix{width,height}' (#27845)
Sean Dewar
2024-03-13
*
fix(api/buffer): fix handling of viewport of non-current buffer
bfredl
2024-03-13
*
vim-patch:9.1.0171: Small split-move related improvements
Sean Dewar
2024-03-12
*
vim-patch:9.1.0170: Re-allow curwin == prevwin, but document it instead
Sean Dewar
2024-03-12
*
vim-patch:9.1.0150: Several minor 'winfixbuf' issues
Colin Kennedy
2024-03-11
*
vim-patch:9.1.0147: Cannot keep a buffer focused in a window
Colin Kennedy
2024-03-11
*
revert: "fix(window): :close crash with autocmd, floats and tabpage" (#27796)
zeertzjq
2024-03-10
*
fix(window): :close crash if WinClosed from float closes window (#27794)
zeertzjq
2024-03-10
[next]