aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/window.c
Commit message (Expand)AuthorAge
* window: pvs/v1071Jan Edmund Lazo2021-06-05
* api(nvim_open_win): add "noautocmd" optionSean Dewar2021-06-01
* Merge pull request #14468 from bfredl/zindexBjörn Linse2021-05-15
|\
| * floats: z-indexBjörn Linse2021-05-15
* | vim-patch:8.2.1059: crash when using :tabonly in an autocommandJan Edmund Lazo2021-05-13
|/
* Merge pull request #13664 from ivechan/win_exectuteJan Edmund Lazo2021-05-07
|\
| * vim-patch:8.2.0137: crash when using win_execute() from a new tabjing2021-05-06
| * vim-patch:8.1.1832: win_execute() does not work in other tabjing2021-05-06
| * vim-patch:8.1.1425: win_execute() does not set window pointers properlyjing2021-05-06
* | coverity/188735: last_nonfloat: Ensure wp is non-NULL before dereferencingJames McCoy2021-05-06
* | Merge pull request #14483 from mjlbach/floating_window_border_fixBjörn Linse2021-05-05
|\ \
| * | window.c: fix floating window border width calculationMichael Lingelbach2021-05-03
| |/
* / ui_compositior: handle multiple displayed floats in the same tickBjörn Linse2021-04-26
|/
* Border: allow to enable/disable specific border edgesBjörn Linse2021-04-04
* Make sure window is still valid in the middle of calling :lopen (#14240)Tony Chen2021-03-29
* floats: add borders (MS-DOS MODE)Björn Linse2021-03-22
* wheel: move non-window code out of window.cBjörn Linse2021-03-22
* w_grid_alloc: baseline implBjörn Linse2021-03-22
* vim-patch:8.2.0422: crash when passing popup window to win_splitmove()Andy K. Massimino2021-03-19
* Merge pull request #14020 from chentau/float_resizeBjörn Linse2021-03-14
|\
| * screen: make ui_compositor aware of the intended size of a floatchentau2021-03-11
* | vim-patch:8.2.2595: setting 'winminheight' may cause 'lines' to changeJan Edmund Lazo2021-03-13
|/
* vim-patch:8.2.2236: 'scroll' option can change when setting the statuslineJan Edmund Lazo2021-03-02
* vim-patch:8.2.2560: setting 'winminheigt' does not take tabline into accountJan Edmund Lazo2021-03-01
* vim-patch:8.2.2244: crash when making the window width negative (#13633)Jan Edmund Lazo2020-12-29
* vim-patch:8.1.2227: layout wrong if 'lines' changes while cmdline window is openJan Edmund Lazo2020-12-26
* Merge pull request #13595 from teto/fix-fillerBjörn Linse2020-12-24
|\
| * refactor: de-curwin-ify update_topline/curs_columnsMatthieu Coudron2020-12-23
| * refactor: pass the window to get_(side)scrolloff_valueMatthieu Coudron2020-12-23
* | vim-patch:8.2.1966: popup becomes current window after closing a terminal windowJan Edmund Lazo2020-12-20
* | foldcolumn: support "auto" (#13571)Jan Edmund Lazo2020-12-20
|/
* Fixed lint errorShirasaka2020-12-06
* Moved temporary variable to where it's usedShirasaka2020-12-05
* ui: Fix win_hide distination gridshirasaka2020-12-05
* menu: remove winbar codeJan Edmund Lazo2020-11-20
* fix(floatwin): don't always use winheightThomas Vigouroux2020-11-16
* vim-patch:8.1.0810: too many #ifdefsJan Edmund Lazo2020-11-12
* Add v:event flag on DirChanged signaling switching window (#13153)Andrea Cedraro2020-11-07
* my fight with the linterRom Grk2020-11-06
* Merge branch 'master' into add-scroll-eventsRom Grk2020-11-03
|\
| * Merge pull request #12870 from bfredl/themeparkBjörn Linse2020-11-01
| |\
| | * api: add API for themesBjörn Linse2020-11-01
| * | vim-patch:8.2.0131: command line is not cleared when switching tabsJan Edmund Lazo2020-10-29
| |/
* / feat: implement a working WinScrolled autocmdRom Grk2020-10-28
|/
* Revert "vim-patch:8.1.1015: quickfix buffer shows up in list, can't get buffe...Jan Edmund Lazo2020-10-20
* vim-patch:8.1.1015: quickfix buffer shows up in list, can't get buffer numberJan Edmund Lazo2020-10-10
* vim-patch:8.2.1780: statusline not updated when splitting windowsJan Edmund Lazo2020-10-02
* vim-patch:8.2.1684: "gF" does not use line number after file in Visual modeJan Edmund Lazo2020-09-14
* fix(win): ignore closing wins in win_findbuf #12798Thomas Vigouroux2020-08-31
* vim-patch:8.0.1375: window size wrong after maximizing with WinBarJan Edmund Lazo2020-04-26