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
/
api
/
win_config.c
Commit message (
Expand
)
Author
Age
*
fix(float): cannot set title/footer independently #31993
glepnir
2025-01-27
*
feat(api): nvim_open_win() relative to tabline and laststatus #32006
luukvbaal
2025-01-14
*
refactor: iwyu #31637
Justin M. Keyes
2024-12-23
*
feat(ui): don't show unfocusable windows in :tabs, 'tabline' #27984
luukvbaal
2024-11-16
*
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(api): fix crash/leak with float title/footer on error (#30543)
zeertzjq
2024-09-27
*
fix(api): error properly with invalid field in nvim_open_win (#30078)
zeertzjq
2024-08-17
*
refactor: move shared messages to errors.h #26214
Justin M. Keyes
2024-06-01
*
fix(float): missing default highlight for title
glepnir
2024-05-25
*
feat(api): allow floats to be opened in non-current tabpage (#28480)
Will Hopkins
2024-04-25
*
fix(api): make width/height for split by nvim_open_win work (#28341)
zeertzjq
2024-04-15
*
feat(api)!: nvim_open_win: noautocmd blocks all autocmds #28192
Sean Dewar
2024-04-14
*
fix(float): improve error message when reconfig failed (#25076)
Raphael
2024-04-13
*
fix(float): don't relative flaot win itself
glepnir
2024-04-10
*
refactor: informative error msg for 'noautocmd' (#28147)
Will Hopkins
2024-04-02
*
Merge pull request #27330 from seandewar/win_set_config-fixes
Sean Dewar
2024-03-09
|
\
|
*
fix(api): win_set_config set tp_curwin of win moved from other tabpage
Sean Dewar
2024-03-09
|
*
fix(api): win_set_config update statuslines after removing splits
Sean Dewar
2024-03-09
|
*
fix(api): patch some cmdwin/textlock holes
Sean Dewar
2024-03-08
|
*
fix(api): handle win_split_ins failure properly
Sean Dewar
2024-03-08
|
*
vim-patch:9.1.0118: Use different restoration strategy in win_splitmove
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 block only enter/leave events if !enter && !noautocmd
Sean Dewar
2024-03-08
|
*
fix(api): make win_set_config with "win" for splits need "split/vertical"
Sean Dewar
2024-03-08
|
*
fix(api): make open_win/win_set_config check if splitting allowed
Sean Dewar
2024-03-08
|
*
fix(api): avoid open_win UAF if target buf deleted by autocmds
Sean Dewar
2024-03-08
|
*
fix(api): open_win fire Buf* events when !enter && !noautocmd if entered early
Sean Dewar
2024-03-08
|
*
fix(api): open_win fire BufWinEnter for other buffer when !enter && !noautocmd
Sean Dewar
2024-03-08
|
*
fix(api): win_set_config fires unnecessary autocmds
Sean Dewar
2024-03-08
|
*
fix(api): win_set_config autocmds crash when moving win to other tabpage
Sean Dewar
2024-03-08
*
|
docs: support inline markdown
Lewis Russell
2024-03-09
|
/
*
feat(docs): replace lua2dox.lua
Lewis Russell
2024-02-27
*
refactor(lua): use Arena when converting from lua stack to API args
bfredl
2024-02-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(api): use keydict and arena for more api return values
bfredl
2024-02-08
*
refactor(api): remove some unnecessary HAS_KEY() (#27283)
zeertzjq
2024-02-01
*
feat(api): make nvim_open_win support non-floating windows (#25550)
Will Hopkins
2024-02-01
*
vim-patch:9.1.0047: issues with temp curwin/buf while cmdwin is open
Sean Dewar
2024-01-28
*
refactor(IWYU): fix headers
dundargoc
2024-01-11
*
docs: small fixes (#26651)
dundargoc
2023-12-28
*
refactor: eliminate cyclic includes
dundargoc
2023-12-20
*
fix(api): crash after nvim_win_set_config title/footer validation error (#26606)
notomo
2023-12-16
*
refactor: move float_relative_str[] to nvim_win_get_config() (#26344)
zeertzjq
2023-12-01
*
build: don't define FUNC_ATTR_* as empty in headers (#26317)
zeertzjq
2023-11-30
*
refactor: move function macros out of vim_defs.h (#26300)
zeertzjq
2023-11-29
*
refactor: fix headers with IWYU
dundargoc
2023-11-28
[next]