aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/window.c
Commit message (Expand)AuthorAge
* 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
* vim-patch:8.0.1334: splitting a window with a WinBar damages window layoutJan Edmund Lazo2020-04-26
* vim-patch:8.0.1125: wrong window height when splitting window with window too...Jan Edmund Lazo2020-04-26
* vim-patch:8.0.1123: cannot define a toolbar for a windowJan Edmund Lazo2020-04-26
* vim-patch:8.1.1745: compiler warning for unused argumentJan Edmund Lazo2020-04-13
* api/ui: win_viewport event for visible range and cursor position in windowBjörn Linse2020-04-01
* vim-patch:8.1.0864 Make 'scrolloff' and 'sidescrolloff' options window local ...Will Eccles2020-03-17
* addressing reviewsMatthieu Coudron2020-03-01
* foldcolumn: allow auto:XMatthieu Coudron2020-02-29
* WinClosed: sort auevents.lua; improve testsJustin M. Keyes2020-01-18
* autocmd: WinClosed exposes window id as <afile>notomo2020-01-18
* autocmd: add WinClosed eventMarcos ALMEIDA2020-01-18
* tabpage: disallow go-to-previous in cmdline-win #11692butwerenotthereyet2020-01-09
* vim-patch:8.1.0974: cannot switch from terminal window to previous tabpageWe're Yet2020-01-03
* vim-patch:8.1.0972: cannot switch from terminal window to next tabpageWe're Yet2020-01-03
* tabpage: track last-used tabpage #11626butwerenotthereyet2020-01-02
* vim-patch:8.1.1741: cleared/added match highlighting not updated in other windowJan Edmund Lazo2019-12-30
* vim-patch:8.1.1739: deleted match highlighting not updated in other windowJan Edmund Lazo2019-12-30
* vim-patch:8.2.0030: "gF" does not work on output of "verbose command"Jan Edmund Lazo2019-12-22
* floatwin: show error if window is closed immediately #11476Justin M. Keyes2019-11-29
* Clear 'cc' in nvim_open_win 'minimal' style #11361 (#11427)Dennis B2019-11-22
* vim-patch:8.1.2289: after :diffsplit closing the window does not disable diffJan Edmund Lazo2019-11-16
* vim-patch:8.1.0434: copy_loclist() is too longJan Edmund Lazo2019-10-23
* vim-patch:8.1.0410: the ex_copen() function is too longJan Edmund Lazo2019-10-23
* vim-patch:8.1.1962: leaking memory when using tagfunc()Rob Pilling2019-10-22
* vim-patch:8.1.1228: not possible to process tags with a functionRob Pilling2019-10-22
* vim-patch:8.1.1347: fractional scroll position not restored after closing windowJan Edmund Lazo2019-10-01
* vim-patch:8.1.1327: unnecessary scroll after horizontal splitJan Edmund Lazo2019-10-01
* vim-patch:8.1.0514: CTRL-W ^ does not work when alternate buffer has no nameJan Edmund Lazo2019-10-01
* lintJustin M. Keyes2019-09-13
* getdigits: introduce `strict`, `def` parametersJustin M. Keyes2019-09-13
* docJustin M. Keyes2019-09-11
* anchor float to buffer positionBjörn Linse2019-09-04
* vim-patch:8.1.0046: loading a session file fails if 'winheight' is bigJan Edmund Lazo2019-09-02
* screen: use dedicated message gridBjörn Linse2019-09-01
* teardown: fix win_free_all() heap-use-after-free #10839Abdelhakeem Osama2019-08-25