aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/window.c
Commit message (Expand)AuthorAge
* 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
* | vim-patch:8.2.4454: resetting cmdwin_type only for one situationSean Dewar2022-03-14
* | vim-patch:8.2.4432: cannot use settabvar() while the cmdline window is openSean Dewar2022-03-14
* | vim-patch:8.2.4428: crash when switching tabpage while in the cmdline windowSean Dewar2022-03-14
* | vim-patch:8.2.3759: quickfix buffer becomes hidden while still in a windowVVKot2022-03-13
* | vim-patch:8.1.1015: quickfix buffer shows up in list, can't get buffer numberJan Edmund Lazo2022-03-13
* | vim-patch:8.1.0892: failure when closing a window when location list is in useVVKot2022-03-13
* | fix(win_split_ins): do not fail when oldwin is not validzeertzjq2022-03-13
* | vim-patch:8.2.4513: window-local directory is not applied if 'acd' failszeertzjq2022-03-07
* | vim-patch:8.2.3920: restoring directory after using another window is ineffic...zeertzjq2022-03-07
* | vim-patch:8.2.3739: in wrong directory when using win_execute() with 'acd' setzeertzjq2022-03-07
* | refactor(aucmd_win): remove need to restore window layoutSean Dewar2022-02-23