aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/window.c
Commit message (Expand)AuthorAge
* Merge pull request #31597 from bfredl/deletionismbfredl2025-01-20
|\
| * fix(wininfo): when freeing windows, free the lowest priority wininfobfredl2025-01-14
* | feat(api): nvim_open_win() relative to tabline and laststatus #32006luukvbaal2025-01-14
* | docs: miscdundargoc2025-01-11
* | vim-patch:9.1.0993: New 'cmdheight' behavior may be surprising #31892luukvbaal2025-01-06
* | vim-patch:9.1.0990: Inconsistent behavior when changing cmdheight (#31830)luukvbaal2025-01-05
* | refactor: iwyu #31637Justin M. Keyes2024-12-23
* | Merge pull request #31539 from bfredl/wininfobfredl2024-12-16
|\|
| * refactor(wininfo): change wininfo from a linked list to an arraybfredl2024-12-16
* | fix(api): not using TRY_WRAP, generic error messages #31595Justin M. Keyes2024-12-16
|/
* fix(float): re-sort layers when grid zindex changed #30259glepnir2024-12-12
* fix(ui): clamp 'cmdheight' for other tabpages on screen resize (#31419)zeertzjq2024-12-02
* vim-patch:9.1.0892: the max value of 'cmdheight' is limited by other tabpages...zeertzjq2024-11-29
* refactor(options): autogenerate valid values and flag enums for options (#31089)Famiu Haque2024-11-23
* refactor(options): remove `.indir`, redesign option scopes #31066Famiu Haque2024-11-16
* vim-patch:9.1.0855: setting 'cmdheight' may missing output (#31216)zeertzjq2024-11-15
* 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