aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/api/window.c
Commit message (Expand)AuthorAge
* docs(api): link to nvim_set_hl_ns from nvim_set_hl (#22678)ii142023-03-16
* revert: "refactor(win_close): remove "force", don't pass on "free_buf" (#2192...zeertzjq2023-01-24
* fix(api): don't allow hiding aucmd_win from another tabpage (#21975)zeertzjq2023-01-24
* refactor(win_close): remove "force", don't pass on "free_buf" (#21921)zeertzjq2023-01-23
* fix(api): set correct curbuf when temporarily changing curwin (#21371)zeertzjq2022-12-10
* vim-patch:8.1.2001: some source files are too big (#21231)zeertzjq2022-11-29
* fix(api): nvim_win_set_cursor redraw cursorcolumn for non-current window (#21...Jlll12022-11-17
* build: allow IWYU to fix includes for all .c filesdundargoc2022-11-15
* docs: various #12823Justin M. Keyes2022-10-09
* docs: fix typos (#20394)dundargoc2022-09-30
* fix(docs): invalid :help links #20345Justin M. Keyes2022-09-25
* vim-patch:9.0.0206: redraw flags are not named specifically (#19913)zeertzjq2022-08-23
* vim-patch:8.1.2057: the screen.c file is much too bigLewis Russell2022-08-19
* feat(ui): allow to set the highlight namespace per windowbfredl2022-08-17
* refactor(api): move option code to own filebfredl2022-06-12
* refactor(uncrustify): set maximum number of consecutive newlines to 2 (#18695)dundargoc2022-05-25
* docs: typo fixes (#17859)dundargoc2022-04-15
* 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