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
*
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
*
fix(window): :close crash with autocmd, floats and tabpage (#27793)
zeertzjq
2024-03-10
*
vim-patch:9.1.0159: Crash in WinClosed after BufUnload closes other windows (...
zeertzjq
2024-03-10
*
fix(api): win_set_config set tp_curwin of win moved from other tabpage
Sean Dewar
2024-03-09
*
fix(window): :close may cause Nvim to quit with autocmd and float
zeertzjq
2024-03-09
*
fix(api): handle win_split_ins failure properly
Sean Dewar
2024-03-08
*
vim-patch:9.1.0130: [security]: UAF if win_split_ins autocommands delete "wp"
Sean Dewar
2024-03-08
*
vim-patch:9.1.0118: Use different restoration strategy in win_splitmove
Sean Dewar
2024-03-08
*
vim-patch:partial:9.1.0117: Stop split-moving from firing WinNew and WinNewPr...
Sean Dewar
2024-03-08
*
vim-patch:9.1.0116: win_split_ins may not check available room
Sean Dewar
2024-03-08
*
fix(api): make open_win/win_set_config check if splitting allowed
Sean Dewar
2024-03-08
*
fix(api): open_win fire BufWinEnter for other buffer when !enter && !noautocmd
Sean Dewar
2024-03-08
*
fix(float): allow floating window in cmdline area
Luuk van Baal
2024-03-01
*
vim-patch:9.1.0143: [security]: autocmd causes use-after-free in set_curbuf()...
zeertzjq
2024-02-29
*
feat(extmark): window scoped extmark
altermo
2024-02-21
*
refactor: rename w_float_config to w_config #27419
Will Hopkins
2024-02-10
*
vim-patch:9.1.0089: qsort() comparison functions should be transitive
zeertzjq
2024-02-10
[next]