aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/window.c
Commit message (Expand)AuthorAge
* fix(window.c): win_close from other tabpage #15454notomo2021-08-22
* refactor: replace TRUE/FALSE with true/false #15425dundargoc2021-08-22
* refactor(api): remove unneccesary indirection around handlesBjörn Linse2021-08-22
* feat(match): allow hl group to be defined after :match commandBjörn Linse2021-08-19
* refactor: replace TRUE/FALSE with true/falseDundar Göc2021-08-12
* Merge pull request #15336 from bfredl/plinesBjörn Linse2021-08-11
|\
| * refactor(plines): move out plines related code from misc1.cBjörn Linse2021-08-10
* | refactor(sign): include longer sign column optionSirisak Lueangsaksri2021-08-09
* | fix(sign): reset auto sign column with minimum in float win minimal styleSirisak Lueangsaksri2021-08-09
|/
* vim-patch:8.2.3115: Coverity complains about free_wininfo() useJan Edmund Lazo2021-07-31
* refactor: replace TRUE/FALSE with true/falseDundar Göc2021-07-30
* window.c: address Coverity failure #14996Daniel Steinberg2021-07-10
* vim-patch:8.2.1905: the wininfo list may contain stale entries (#14884)Daniel Steinberg2021-06-30
* 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