aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/api/win_config.c
Commit message (Expand)AuthorAge
* Merge pull request #27330 from seandewar/win_set_config-fixesSean Dewar2024-03-09
|\
| * fix(api): win_set_config set tp_curwin of win moved from other tabpageSean Dewar2024-03-09
| * fix(api): win_set_config update statuslines after removing splitsSean Dewar2024-03-09
| * fix(api): patch some cmdwin/textlock holesSean Dewar2024-03-08
| * fix(api): handle win_split_ins failure properlySean Dewar2024-03-08
| * vim-patch:9.1.0118: Use different restoration strategy in win_splitmoveSean Dewar2024-03-08
| * vim-patch:9.1.0116: win_split_ins may not check available roomSean Dewar2024-03-08
| * fix(api): make open_win block only enter/leave events if !enter && !noautocmdSean Dewar2024-03-08
| * fix(api): make win_set_config with "win" for splits need "split/vertical"Sean Dewar2024-03-08
| * fix(api): make open_win/win_set_config check if splitting allowedSean Dewar2024-03-08
| * fix(api): avoid open_win UAF if target buf deleted by autocmdsSean Dewar2024-03-08
| * fix(api): open_win fire Buf* events when !enter && !noautocmd if entered earlySean Dewar2024-03-08
| * fix(api): open_win fire BufWinEnter for other buffer when !enter && !noautocmdSean Dewar2024-03-08
| * fix(api): win_set_config fires unnecessary autocmdsSean Dewar2024-03-08
| * fix(api): win_set_config autocmds crash when moving win to other tabpageSean Dewar2024-03-08
* | docs: support inline markdownLewis Russell2024-03-09
|/
* feat(docs): replace lua2dox.luaLewis Russell2024-02-27
* refactor(lua): use Arena when converting from lua stack to API argsbfredl2024-02-13
* refactor: rename w_float_config to w_config #27419Will Hopkins2024-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
|/
* refactor(api): use keydict and arena for more api return valuesbfredl2024-02-08
* refactor(api): remove some unnecessary HAS_KEY() (#27283)zeertzjq2024-02-01
* feat(api): make nvim_open_win support non-floating windows (#25550)Will Hopkins2024-02-01
* vim-patch:9.1.0047: issues with temp curwin/buf while cmdwin is openSean Dewar2024-01-28
* refactor(IWYU): fix headersdundargoc2024-01-11
* docs: small fixes (#26651)dundargoc2023-12-28
* refactor: eliminate cyclic includesdundargoc2023-12-20
* fix(api): crash after nvim_win_set_config title/footer validation error (#26606)notomo2023-12-16
* refactor: move float_relative_str[] to nvim_win_get_config() (#26344)zeertzjq2023-12-01
* build: don't define FUNC_ATTR_* as empty in headers (#26317)zeertzjq2023-11-30
* refactor: move function macros out of vim_defs.h (#26300)zeertzjq2023-11-29
* refactor: fix headers with IWYUdundargoc2023-11-28
* 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
* refactor: move Arena and ArenaMem to memory_defs.h (#26240)zeertzjq2023-11-27
* refactor: move garray_T to garray_defs.h (#26227)zeertzjq2023-11-26
* build: rework IWYU mapping filesdundargoc2023-11-25
* refactor: iwyu (#26062)zeertzjq2023-11-16
* refactor: move some functions to winfloat.c (#26020)Raphael2023-11-16
* build: remove PVSdundargoc2023-11-12
* docs: small fixes (#25585)dundargoc2023-10-29
* refactor: allow not having a `default` case for enumFamiu Haque2023-10-10
* Merge pull request #25386 from glepnir/toggle_floatbfredl2023-09-30
|\
| * feat(float): support toggle show float windowglepnir2023-09-30
* | build(iwyu): add a few more _defs.h mappings (#25435)zeertzjq2023-09-30
|/
* fix(api): get virtual text with multiple hl properly (#25307)zeertzjq2023-09-22