aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/api/window.c
Commit message (Expand)AuthorAge
* refactor: iwyu #31637Justin M. Keyes2024-12-23
* refactor(api): always use TRY_WRAP #31600luukvbaal2024-12-17
* fix(api): generic error messages, not using TRY_WRAP #31596Justin M. Keyes2024-12-16
* fix(api): not using TRY_WRAP, generic error messages #31595Justin M. Keyes2024-12-16
* fix(api): nvim_win_set_buf(0, 0) fails if 'winfixbuf' is set #31576phanium2024-12-16
* fix(highlight): 'winhl' shouldn't take priority over API (#31288)zeertzjq2024-11-22
* refactor(api)!: rename Dictionary => DictJustin M. Keyes2024-09-23
* refactor: move shared messages to errors.h #26214Justin M. Keyes2024-06-01
* fix(api): do not update grid position in nvim_win_set_cursor (#28235)luukvbaal2024-04-21
* feat(api)!: nvim_open_win: noautocmd blocks all autocmds #28192Sean Dewar2024-04-14
* fix(api): update grid cursor in nvim_win_set_cursor()Luuk van Baal2024-03-15
* fix(api/buffer): fix handling of viewport of non-current bufferbfredl2024-03-13
* vim-patch:9.1.0147: Cannot keep a buffer focused in a windowColin Kennedy2024-03-11
* feat(docs): replace lua2dox.luaLewis Russell2024-02-27
* refactor(api): use an arena for mappingsbfredl2024-02-18
* refactor(eval): use arena when converting typvals to Objectbfredl2024-02-15
* refactor(lua): use Arena when converting from lua stack to API argsbfredl2024-02-13
* vim-patch:9.1.0047: issues with temp curwin/buf while cmdwin is openSean Dewar2024-01-28
* refactor(IWYU): fix headersdundargoc2024-01-11
* refactor: split WIN_EXECUTE() into two functions (#26627)zeertzjq2023-12-18
* build: don't define FUNC_ATTR_* as empty in headers (#26317)zeertzjq2023-11-30
* refactor: rename types.h to types_defs.hdundargoc2023-11-27
* refactor: fix includes for api/autocmd.hdundargoc2023-11-27
* build(IWYU): export generated headersdundargoc2023-11-27
* build(IWYU): fix includes for undo_defs.hdundargoc2023-11-27
* build(IWYU): fix includes for func_attr.hdundargoc2023-11-27
* build: remove PVSdundargoc2023-11-12
* build(iwyu): add a few more _defs.h mappings (#25435)zeertzjq2023-09-30
* fix(api): disallow win_set_buf from changing cmdwin's old curbuf (#24745)Sean Dewar2023-08-17
* refactor(api): use typed keysetsbfredl2023-08-07
* feat(api): allow win_hide to close cmdwin or non-previous windowsSean Dewar2023-07-26
* feat(api): allow win_close in cmdwin to close wins except previousSean Dewar2023-07-26
* feat(api): allow open_win/win_set_buf in the cmdwin in some casesSean Dewar2023-07-26
* feat(api)!: change return type of nvim_win_text_height to Dict (#24365)zeertzjq2023-07-16
* feat(api): add nvim_win_text_height (#24236)zeertzjq2023-07-11
* fix(api): use text_locked() to check textlockSean Dewar2023-07-05
* test: spellcheck :help (vimdoc) files #24109Justin M. Keyes2023-06-22
* docs #22363Justin M. Keyes2023-06-19
* fix(api): dont change curwin for nvim_win_set_widthFolke Lemaitre2023-06-01
* fix(api): dont change curwin for nvim_win_set_heightFolke Lemaitre2023-06-01
* docs(api): link to nvim_set_hl_ns from nvim_set_hl (#22678)ii142023-03-16
* revert: "refactor(win_close): remove "force", don't pass on "free_buf" (#2192...zeertzjq2023-01-24
* fix(api): don't allow hiding aucmd_win from another tabpage (#21975)zeertzjq2023-01-24
* refactor(win_close): remove "force", don't pass on "free_buf" (#21921)zeertzjq2023-01-23
* fix(api): set correct curbuf when temporarily changing curwin (#21371)zeertzjq2022-12-10
* vim-patch:8.1.2001: some source files are too big (#21231)zeertzjq2022-11-29
* fix(api): nvim_win_set_cursor redraw cursorcolumn for non-current window (#21...Jlll12022-11-17
* build: allow IWYU to fix includes for all .c filesdundargoc2022-11-15
* docs: various #12823Justin M. Keyes2022-10-09
* docs: fix typos (#20394)dundargoc2022-09-30