aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/api/win_config.c
Commit message (Expand)AuthorAge
* fix(float): cannot set title/footer independently #31993glepnir2025-01-27
* feat(api): nvim_open_win() relative to tabline and laststatus #32006luukvbaal2025-01-14
* refactor: iwyu #31637Justin M. Keyes2024-12-23
* feat(ui): don't show unfocusable windows in :tabs, 'tabline' #27984luukvbaal2024-11-16
* 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(api): fix crash/leak with float title/footer on error (#30543)zeertzjq2024-09-27
* fix(api): error properly with invalid field in nvim_open_win (#30078)zeertzjq2024-08-17
* refactor: move shared messages to errors.h #26214Justin M. Keyes2024-06-01
* fix(float): missing default highlight for titleglepnir2024-05-25
* feat(api): allow floats to be opened in non-current tabpage (#28480)Will Hopkins2024-04-25
* fix(api): make width/height for split by nvim_open_win work (#28341)zeertzjq2024-04-15
* feat(api)!: nvim_open_win: noautocmd blocks all autocmds #28192Sean Dewar2024-04-14
* fix(float): improve error message when reconfig failed (#25076)Raphael2024-04-13
* fix(float): don't relative flaot win itselfglepnir2024-04-10
* refactor: informative error msg for 'noautocmd' (#28147)Will Hopkins2024-04-02
* 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