summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/api/window.c
AgeCommit message (Expand)AuthorFiles
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-03-16fix(api): use standard error messagesJustin M. Keyes1
2026-03-06docs(api): clarify nvim_win_set_buf documentation #37201Marc Jakobi1
2026-02-15fix(highlight): setting 'winhl' doesn't work with global ns (#37868)zeertzjq1
2025-08-14refactor(build): remove INCLUDE_GENERATED_DECLARATIONS guardsbfredl1
2025-07-22fix(window): handle closing the only non-float in other tabpageSean Dewar1
2025-06-26docs(api): document types using LuaCATS typesLewis Russell1
2025-04-21feat(api): add "max_height" argument to nvim_win_text_height (#32835)luukvbaal1
2025-03-17docs(api): rename "handle" => "id"Justin M. Keyes1
2025-02-27doc: clarify window-id, tab-id, nvim_set_current_x #32528David Briscoe1
2024-12-23refactor: iwyu #31637Justin M. Keyes1
2024-12-17refactor(api): always use TRY_WRAP #31600luukvbaal1
2024-12-16fix(api): generic error messages, not using TRY_WRAP #31596Justin M. Keyes1
2024-12-16fix(api): not using TRY_WRAP, generic error messages #31595Justin M. Keyes1
2024-12-16fix(api): nvim_win_set_buf(0, 0) fails if 'winfixbuf' is set #31576phanium1
2024-11-22fix(highlight): 'winhl' shouldn't take priority over API (#31288)zeertzjq1
2024-09-23refactor(api)!: rename Dictionary => DictJustin M. Keyes1
2024-06-01refactor: move shared messages to errors.h #26214Justin M. Keyes1
2024-04-21fix(api): do not update grid position in nvim_win_set_cursor (#28235)luukvbaal1
2024-04-14feat(api)!: nvim_open_win: noautocmd blocks all autocmds #28192Sean Dewar1
2024-03-15fix(api): update grid cursor in nvim_win_set_cursor()Luuk van Baal1
2024-03-13fix(api/buffer): fix handling of viewport of non-current bufferbfredl1
2024-03-11vim-patch:9.1.0147: Cannot keep a buffer focused in a windowColin Kennedy1
2024-02-27feat(docs): replace lua2dox.luaLewis Russell1
2024-02-18refactor(api): use an arena for mappingsbfredl1
2024-02-15refactor(eval): use arena when converting typvals to Objectbfredl1
2024-02-13refactor(lua): use Arena when converting from lua stack to API argsbfredl1
2024-01-28vim-patch:9.1.0047: issues with temp curwin/buf while cmdwin is openSean Dewar1
2024-01-11refactor(IWYU): fix headersdundargoc1
2023-12-18refactor: split WIN_EXECUTE() into two functions (#26627)zeertzjq1
2023-11-30build: don't define FUNC_ATTR_* as empty in headers (#26317)zeertzjq1
2023-11-27refactor: rename types.h to types_defs.hdundargoc1
2023-11-27refactor: fix includes for api/autocmd.hdundargoc1
2023-11-27build(IWYU): export generated headersdundargoc1
2023-11-27build(IWYU): fix includes for undo_defs.hdundargoc1
2023-11-27build(IWYU): fix includes for func_attr.hdundargoc1
2023-11-12build: remove PVSdundargoc1
2023-09-30build(iwyu): add a few more _defs.h mappings (#25435)zeertzjq1
2023-08-17fix(api): disallow win_set_buf from changing cmdwin's old curbuf (#24745)Sean Dewar1
2023-08-07refactor(api): use typed keysetsbfredl1
2023-07-26feat(api): allow win_hide to close cmdwin or non-previous windowsSean Dewar1
2023-07-26feat(api): allow win_close in cmdwin to close wins except previousSean Dewar1
2023-07-26feat(api): allow open_win/win_set_buf in the cmdwin in some casesSean Dewar1
2023-07-16feat(api)!: change return type of nvim_win_text_height to Dict (#24365)zeertzjq1
2023-07-11feat(api): add nvim_win_text_height (#24236)zeertzjq1
2023-07-05fix(api): use text_locked() to check textlockSean Dewar1
2023-06-22test: spellcheck :help (vimdoc) files #24109Justin M. Keyes1
2023-06-19docs #22363Justin M. Keyes1
2023-06-01fix(api): dont change curwin for nvim_win_set_widthFolke Lemaitre1