aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/api/window.c
Commit message (Expand)AuthorAge
* refactor(api): move window config related functions to own fileBjörn Linse2021-10-04
* refactor(api): handle option dicts properlyBjörn Linse2021-10-03
* refactor: format #15702dundargoc2021-09-18
* chore: use codespell to spell check #15016dundargoc2021-07-07
* fix(api/win_get_config): include z-indexSean Dewar2021-06-19
* api:get_config: don't add border="none" (inactive default)Björn Linse2021-06-10
* fix linter errorsCorey Williamson2021-06-10
* api: include border in nvim_win_get_configCorey Williamson2021-06-10
* api: add nvim_win_callnotomo2021-06-10
* api(nvim_open_win): add "noautocmd" optionSean Dewar2021-06-01
* Revert "api/window: use the "noblock" variants in nvim_win_set_buf"Jan Edmund Lazo2021-05-10
* Merge pull request #13664 from ivechan/win_exectuteJan Edmund Lazo2021-05-07
|\
| * api/window: use the "noblock" variants in nvim_win_set_bufjing2021-05-06
* | fix: make nvim_win_get_number() return win number (#14470)Julian Berman2021-05-01
|/
* api: clarify difference between win_hide and win_closeCorey Williamson2021-03-10
* api: add vim.api.nvim_win_hideCorey Williamson2021-03-09
* api: add textlock checknotomo2020-12-15
* api: move deprecated functions to separate filesBjörn Linse2020-12-05
* api: add API for themesBjörn Linse2020-11-01
* docJustin M. Keyes2019-09-11
* doc: |api-fast| [ci skip]Justin M. Keyes2019-09-09
* anchor float to buffer positionBjörn Linse2019-09-04
* api/window: disallow closing non-current window in cmdwin stateBjörn Linse2019-08-10
* API: nvim_win_close: Fix closing cmdline-window #10087R. Simon2019-08-10
* api/window: add style="minimal" flag to nvim_open_win()Björn Linse2019-07-07
* doc/API: document indexing behavior #10058KillTheMule2019-05-26
* windows: float config changesBjörn Linse2019-04-14
* api/window: validate cursor in nvim_win_set_bufBjörn Linse2019-04-08
* doc [ci skip]Justin M. Keyes2019-03-26
* api: refactor FloatRelative usageMarco Hinz2019-03-16
* api: numerous small fixesMarco Hinz2019-03-16
* api: update docMarco Hinz2019-03-16
* api: add width/height to FloatConfigMarco Hinz2019-03-16
* api: nvim_win_config() -> nvim_win_set_config()Marco Hinz2019-03-16
* api: refactor FloatAnchor usageMarco Hinz2019-03-16
* api: add nvim_win_get_config()Marco Hinz2019-03-16
* api: add nvim_win_close() to close window by idBjörn Linse2019-03-03
* floats: implement floating windowsBjörn Linse2019-03-02
* API: don't directly call update_screen() in API functionsBjörn Linse2019-01-08
* API: Implement nvim_win_set_buf() #9100Justin M. Keyes2018-11-25
* Improved version of #8613David Hotham2018-06-25
* API: nvim_win_set_cursor: set curswant #8613David Hotham2018-06-25
* api: Make nvim_set_option() update `:verbose set ...`b-r-o-c-k2018-05-03
* lint: fix indentation of FUNC_ATTR linesBjörn Linse2017-06-03
* api/window: Fix memory leak in nvim_win_set_cursorZyX2017-05-08
* api: Do not translate error messages.Justin M. Keyes2017-04-24
* api_set_error(): renameJustin M. Keyes2017-04-23
* api_clear_error()Justin M. Keyes2017-04-23
* api: Do not truncate errors <1 MB. #6237Sander Bosma2017-04-23
* *: Add comment to all C filesZyX2017-04-19