aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/api/window.c
Commit message (Expand)AuthorAge
* perf(screen): reduce cursorline redrawing when jumping aroundzeertzjq2022-03-24
* chore: fix typos (#17670)dundargoc2022-03-17
* fix(api): nvim_win_set_cursor() redraw for cursorline and statuslinezeertzjq2022-02-15
* fix: close floating windows when calling win_close()Rom Grk2022-02-10
* fix(api/nvim_win_call): share common win_execute logicSean Dewar2022-02-03
* vim-patch:8.2.4018: ml_get error when win_execute redraws with Visual selectionSean Dewar2022-02-03
* chore: fix typos (#16506)dundargoc2021-12-28
* 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