aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/window.c
Commit message (Expand)AuthorAge
* vim-patch:9.1.0812: Coverity warns about dereferencing NULL ptrzeertzjq2024-10-24
* vim-patch:9.1.0804: tests: no error check when setting global 'cc'zeertzjq2024-10-24
* feat(float): allow enabling mouse for non-focusable window (#30844)zeertzjq2024-10-20
* fix(window): making float with title/footer non-float leaks memory (#30551)zeertzjq2024-09-28
* fix(window): respect hide flag of float windows when switching (#30507)glepnir2024-09-28
* vim-patch:9.1.0678: [security]: use-after-free in alist_add()zeertzjq2024-08-17
* vim-patch:partial:8.1.0914: code related to findfile() is spread out (#30000)zeertzjq2024-08-07
* vim-patch:9.1.0647: [security] use-after-free in tagstack_clear_entryzeertzjq2024-08-02
* refactor: collapse statements in single assignmentsLewis Russell2024-07-30
* vim-patch:9.1.0575: Wrong comments in alt_tabpage() (#29692)zeertzjq2024-07-14
* vim-patch:9.1.0572: cannot specify tab page closing behaviour (#29682)zeertzjq2024-07-13
* revert: "refactor: use S_LEN macro" (#29319)Lewis Russell2024-06-14
* refactor: use S_LEN(s) instead of s, n (#29219)James2024-06-11
* refactor: move shared messages to errors.h #26214Justin M. Keyes2024-06-01
* vim-patch:9.1.0374: wrong botline in BufEnter (#28530)zeertzjq2024-04-27
* feat(api): allow floats to be opened in non-current tabpage (#28480)Will Hopkins2024-04-25
* Merge pull request #28434 from glepnir/23120bfredl2024-04-22
|\
| * fix(float): wrong position when bufpos is setglepnir2024-04-21
* | fix(window): don't go to unfocusable float when closing (#28455)zeertzjq2024-04-22
* | fix(ui): don't force 'cmdheight' to zero with ext_messagesLuuk van Baal2024-04-20
|/
* fix(api): ignore 'autochdir' when renaming other buf (#28376)zeertzjq2024-04-16
* fix(api): ignore 'autochdir' when setting buf in other win (#28371)Raphael2024-04-16
* feat(api)!: nvim_open_win: noautocmd blocks all autocmds #28192Sean Dewar2024-04-14
* refactor: fix clang NonNullParamChecker warnings (#28327)zeertzjq2024-04-14
* vim-patch:9.1.0272: autocmd may change cwd after :tcd and :lcd (#28223)zeertzjq2024-04-08
* feat(ui): indicate margins for the area used by win_viewportbfredl2024-03-29
* vim-patch:9.1.0175: wrong window positions with 'winfix{width,height}' (#27845)Sean Dewar2024-03-13
* fix(api/buffer): fix handling of viewport of non-current bufferbfredl2024-03-13
* vim-patch:9.1.0171: Small split-move related improvementsSean Dewar2024-03-12
* vim-patch:9.1.0170: Re-allow curwin == prevwin, but document it insteadSean Dewar2024-03-12
* vim-patch:9.1.0150: Several minor 'winfixbuf' issuesColin Kennedy2024-03-11
* vim-patch:9.1.0147: Cannot keep a buffer focused in a windowColin Kennedy2024-03-11
* revert: "fix(window): :close crash with autocmd, floats and tabpage" (#27796)zeertzjq2024-03-10
* fix(window): :close crash if WinClosed from float closes window (#27794)zeertzjq2024-03-10
* fix(window): :close crash with autocmd, floats and tabpage (#27793)zeertzjq2024-03-10
* vim-patch:9.1.0159: Crash in WinClosed after BufUnload closes other windows (...zeertzjq2024-03-10
* fix(api): win_set_config set tp_curwin of win moved from other tabpageSean Dewar2024-03-09
* fix(window): :close may cause Nvim to quit with autocmd and floatzeertzjq2024-03-09
* fix(api): handle win_split_ins failure properlySean Dewar2024-03-08
* vim-patch:9.1.0130: [security]: UAF if win_split_ins autocommands delete "wp"Sean Dewar2024-03-08
* vim-patch:9.1.0118: Use different restoration strategy in win_splitmoveSean Dewar2024-03-08
* vim-patch:partial:9.1.0117: Stop split-moving from firing WinNew and WinNewPr...Sean Dewar2024-03-08
* vim-patch:9.1.0116: win_split_ins may not check available roomSean Dewar2024-03-08
* fix(api): make open_win/win_set_config check if splitting allowedSean Dewar2024-03-08
* fix(api): open_win fire BufWinEnter for other buffer when !enter && !noautocmdSean Dewar2024-03-08
* fix(float): allow floating window in cmdline areaLuuk van Baal2024-03-01
* vim-patch:9.1.0143: [security]: autocmd causes use-after-free in set_curbuf()...zeertzjq2024-02-29
* feat(extmark): window scoped extmarkaltermo2024-02-21
* refactor: rename w_float_config to w_config #27419Will Hopkins2024-02-10
* vim-patch:9.1.0089: qsort() comparison functions should be transitivezeertzjq2024-02-10