aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/window.c
Commit message (Expand)AuthorAge
* fix(winbar): only allow adding winbar when there is spaceFamiu Haque2022-05-28
* fix(winbar): fix winbar disappear or glitch when moving a split (#18775)zeertzjq2022-05-28
* fix(ui): require window-local value to show winbar on floating windows (#18773)Famiu Haque2022-05-28
* refactor(uncrustify): set maximum number of consecutive newlines to 2 (#18695)dundargoc2022-05-25
* fix(ui): redraw winbar alongside statuslineFamiu Haque2022-05-23
* feat: click support for 'statusline', 'winbar' #18650Famiu Haque2022-05-23
* Merge pull request #18629 from famiu/fix/ui/winbarbfredl2022-05-19
|\
| * fix(ui): make `winbar` properly equalize window heights for local valueFamiu Haque2022-05-19
* | vim-patch:8.2.4979: accessing freed memory when line is flushed (#18634)zeertzjq2022-05-19
* | fix(ui): make winbar work with floats and multigridbfredl2022-05-18
* | refactor: move more grid functions to grid.c. Clean up some variablesbfredl2022-05-18
|/
* feat(ui): add `'winbar'`Famiu Haque2022-05-18
* refactor: replace char_u variables and functions with charDundar Goc2022-05-16
* refactor: replace char_u variables and functions with charDundar Goc2022-05-11
* vim-patch:8.2.4911: the mode #defines are not clearly named (#18499)zeertzjq2022-05-10
* refactor: replace char_u variables and functions with charDundar Goc2022-05-09
* refactor(grid): move out grid_* functions from screen.cbfredl2022-05-08
* refactor: replace char_u variables and functions with charDundar Goc2022-05-07
* Merge pull request #18314 from tk-shirasaka/global-statusline-on-ext_messagesbfredl2022-05-05
|\
| * fix: display global statusline correctly with ext_messagesshirasaka2022-05-05
* | vim-patch:8.2.4868: when closing help window autocmds triggered for wrong win...zeertzjq2022-05-05
|/
* refactor: replace char_u variables and functions with charDundar Goc2022-04-30
* refactor(uncrustify): change rules to better align with the style guideDundar Goc2022-04-29
* revert: "refactor: Remove allow_keys global (#6346)"zeertzjq2022-04-29
* vim-patch:8.2.2476: using freed memory when splitting window while closing bu...zeertzjq2022-04-21
* vim-patch:8.1.1756: autocommand that splits window messes up window layoutzeertzjq2022-04-21
* vim-patch:8.2.4739: accessing freed memory after WinScrolled autocmd event (#...zeertzjq2022-04-12
* vim-patch:8.2.4713: plugins cannot track text scrollingzeertzjq2022-04-12
* vim-patch:8.2.4706: buffer remains active with WinClosed and tabpageszeertzjq2022-04-08
* vim-patch:8.2.4700: buffer remains active if WinClosed event throws an exceptionzeertzjq2022-04-08
* vim-patch:8.2.0004: get E685 and E931 if buffer reload is interruptedzeertzjq2022-04-08
* refactor(window): cherry-pick win_close_buffer() from Vim patch 8.1.1391zeertzjq2022-04-08
* fix(ui): make window resize commands manage cmdheightFamiu Haque2022-04-05
* vim-patch:8.2.4402: missing parenthesis may cause unexpected problemsBrian Leung2022-04-03
* fix: correct vertical dragging room calculation with global statusline (#17928)zeertzjq2022-03-31
* refactor: assume `STATUS_HEIGHT` to be 1 (#17804)Famiu Haque2022-03-27
* vim-patch:8.2.4631: crash when switching window in BufWipeout autocommandzeertzjq2022-03-27
* chore: add additional compiler flags (#17815)Lewis Russell2022-03-24
* fix(float): don't always switch window when deleting last listed buffer (#17836)zeertzjq2022-03-24
* fix(float): make laststatus=1 behave consistently with floating windowszeertzjq2022-03-23
* fix(float): handle buffer deletion with floating windowszeertzjq2022-03-23
* fix(win_close): count the window the be closed instead of curwinzeertzjq2022-03-23
* fix(aucmd_win): always make aucmd_win the last windowzeertzjq2022-03-23
* vim-patch:8.2.1078: highlight and match functionality together in one file (#...Lewis Russell2022-03-23
* fix(PVS/V583): the '?:' operator always returns one and the same value (#17790)dundargoc2022-03-20
* vim-patch:8.1.1734: the evalfunc.c file is too bigLewis Russell2022-03-20
* vim-patch:8.1.1693: syntax coloring and highlighting is in one big file (#17721)Lewis Russell2022-03-18
* Merge pull request #17266 from famiu/feat/ui/global-statuslinebfredl2022-03-17
|\
| * feat: add support for global statuslineFamiu Haque2022-03-18
* | vim-patch:8.2.1401: cannot jump to the last used tabpageSean Dewar2022-03-14