summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/api/win_config.c
AgeCommit message (Expand)AuthorFiles
2026-04-18docs: misc #39045Justin M. Keyes1
2026-04-15refactor(api): rename "window" to "win" (positional parameters) #39083Justin M. Keyes1
2026-04-15refactor(api): rename buffer to buf (positional parameters) #39013Justin M. Keyes1
2026-04-14feat(api): use zindex to determine dimmed cursor shape #39054luukvbaal1
2026-03-16fix(api): use standard error messagesJustin M. Keyes1
2026-03-16docs: miscJustin M. Keyes1
2026-03-14fix(api): improve external window validationSean Dewar1
2026-03-14fix(api): disallow moving window between tabpages in more casesSean Dewar1
2026-03-14feat(api): nvim_win_set_config can move split to other tp as floatwinSean Dewar1
2026-03-14fix(api): relax config validation for "win"Sean Dewar1
2026-03-14refactor(window): lastwin_nofloating takes tpSean Dewar1
2026-03-14fix(api): don't config split as floatwin relative to itselfSean Dewar1
2026-03-14fix(api): win_config_float_tp grid removal, redrawSean Dewar1
2026-03-14refactor(api): cleanup, more comments, more tests, newsSean Dewar1
2026-03-14feat(api): nvim_win_set_config can move floatwin to another tabpageglepnir1
2026-03-11docs: api, messages, lsp, trustJustin M. Keyes1
2026-03-09Merge #38206 nvim_win_set_configJustin M. Keyes1
2026-03-09fix(api): don't re-apply minimal style if unchanged #38152Sean Dewar1
2026-03-09fix(api): unnecessary errors when not moving splitSean Dewar1
2026-03-09fix(api): redraw after setting minimal styleSean Dewar1
2026-03-08fix(api): merge split window config only on successSean Dewar1
2026-03-08refactor(api): move split handling logic outSean Dewar1
2026-03-08fix(api): style=minimal not applied immediately for unmoved splitSean Dewar1
2026-03-03fix(api): return "style" in nvim_win_get_config() #38122Sean Dewar1
2026-02-23docs(api): nvim_open_win "split" with negative "win" #38032Sean Dewar1
2025-12-21fix(api): open_win leak from naughty autocommandsSean Dewar1
2025-12-21fix(api): ignore split_disallowed when opening a floatSean Dewar1
2025-12-06docs: miscJustin M. Keyes1
2025-11-26feat(float): 'statusline' in floating windows #36521glepnir1
2025-11-22docs: misc, build, lspJustin M. Keyes1
2025-11-18feat(api): nvim_win_set_config accepts unchanged "noautocmd" #36463glepnir1
2025-10-11fix(ui): 'pumborder' parsing, shadow #36127glepnir1
2025-10-10feat(ui): 'pumborder' (popup menu border) #25541glepnir1
2025-10-08fix(api): nvim_open_win default to half-size for splits (#36088)Sean Dewar1
2025-10-04fix(api): nvim_open_win respects requested split window size (#35601)glepnir1
2025-09-15docs: optionlinks don't need the bars #35777Yochem van Rosmalen1
2025-09-08fix(api): crash when moving curwin to other tabpage #35679glepnir1
2025-09-07refactor(api): redundant w_pos_changed assignment #35663glepnir1
2025-09-06fix(api): win_set_config error message for splitting from a float #35650Sean Dewar1
2025-09-06perf(api): reduce redundant `win_find_tabpage` calls (#35643)glepnir1
2025-08-14refactor(build): remove INCLUDE_GENERATED_DECLARATIONS guardsbfredl1
2025-07-22fix(api): do not allow opening float to closing bufferSean Dewar1
2025-07-09feat(option): custom chars in 'winborder' #33772glepnir1
2025-06-06fix(api): ensure win_get_config() "border" is reciprocal (#34322)luukvbaal1
2025-06-03fix(api): adjust fix for reconfiguring float "relative" (#34287)luukvbaal1
2025-06-02fix(api): reconfiguring float "relative" does not clear "win" (#34271)luukvbaal1
2025-04-29feat(ui): use builtin completion popupmenu with ext_cmdline (#31269)luukvbaal1
2025-04-23fix(float): cursor visible in "hidden" floating window #30866glepnir1
2025-03-31feat(float): 'winborder' "bold" style #33189glepnir1
2025-03-30docs: lsp config/commands #33122Justin M. Keyes1