aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/window.c
Commit message (Expand)AuthorAge
...
* 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
* Merge pull request #27398 from bfredl/arena2bfredl2024-02-10
|\
| * refactor(api): make cstr_as_string accept "const char*"bfredl2024-02-09
* | refactor: rename FloatConfig to WinConfig #27397Will Hopkins2024-02-09
|/
* feat(api): make nvim_open_win support non-floating windows (#25550)Will Hopkins2024-02-01
* feat(api): add nvim_tabpage_set_win (#27222)Will Hopkins2024-01-29
* refactor(window.c): add a few more assertions (#27249)zeertzjq2024-01-29
* vim-patch:9.1.0047: issues with temp curwin/buf while cmdwin is openSean Dewar2024-01-28
* fix(events): check for WinResized/WinScrolled in terminal mode (#27226)zeertzjq2024-01-27
* vim-patch:9.1.0033: Insert mode not stopped if closing prompt buffer modifies...zeertzjq2024-01-17
* refactor(IWYU): fix headersdundargoc2024-01-11
* refactor(options): use schar_T representation for fillchars and listcharsbfredl2024-01-08
* vim-patch:9.1.0001: when closing window, wincmd p may failChristian Clason2024-01-03
* refactor: follow style guidedundargoc2023-12-30
* refactor(options): remove side effects from `check_num_option_bounds()`Famiu Haque2023-12-24
* refactor: run IWYU on entire repodundargoc2023-12-21
* docs: add style rule regarding initializationdundargoc2023-12-18
* refactor: move non-symbols to defs.h headersdundargoc2023-12-17
* vim-patch:9.0.2168: Moving tabpages on :drop may cause an endless loop (#26605)zeertzjq2023-12-16
* feat(ui): completeopt support popup like vimmathew2023-12-16
* refactor(options): reduce `findoption()` usageFamiu Haque2023-12-09
* vim-patch:9.0.2140: [security]: use-after-free in win-enterzeertzjq2023-12-02
* build: don't define FUNC_ATTR_* as empty in headers (#26317)zeertzjq2023-11-30
* vim-patch:9.0.2134: ml_get error when scrolling (#26264)zeertzjq2023-11-29
* refactor(IWYU): create normal_defs.h (#26293)zeertzjq2023-11-29
* refactor: fix headers with IWYUdundargoc2023-11-28
* refactor: rename types.h to types_defs.hdundargoc2023-11-27
* build(IWYU): fix includes for undo_defs.hdundargoc2023-11-27
* build(IWYU): fix includes for func_attr.hdundargoc2023-11-27
* build(IWYU): replace most private mappings with pragmas (#26247)zeertzjq2023-11-27
* refactor: move Arena and ArenaMem to memory_defs.h (#26240)zeertzjq2023-11-27
* refactor: enable formatting for ternariesdundargoc2023-11-20
* vim-patch:9.0.2106: [security]: Use-after-free in win_close()zeertzjq2023-11-17
* vim-patch:9.0.1864: still crash with bt_quickfix1_poczeertzjq2023-11-17
* refactor: iwyu (#26062)zeertzjq2023-11-16