summaryrefslogtreecommitdiffstats
path: root/src/window.c
AgeCommit message (Expand)Author
2021-07-07patch 8.2.3115: Coverity complains about free_wininfo() usev8.2.3115Bram Moolenaar
2021-06-27patch 8.2.3069: error messages are spread outv8.2.3069Bram Moolenaar
2021-03-24patch 8.2.2649: Vim9: some wincmd arguments cause a white space errorv8.2.2649Bram Moolenaar
2021-03-13patch 8.2.2595: setting 'winminheight' may cause 'lines' to changev8.2.2595Bram Moolenaar
2021-03-01patch 8.2.2560: setting 'winminheigt' does not take tabline into accountv8.2.2560Bram Moolenaar
2021-02-07patch 8.2.2476: using freed memory when splitting window while closing bufferv8.2.2476Bram Moolenaar
2020-12-29patch 8.2.2244: crash when making the window width negativev8.2.2244Bram Moolenaar
2020-12-28patch 8.2.2236: 'scroll' option can change when setting the statuslinev8.2.2236Bram Moolenaar
2020-11-16patch 8.2.1997: window changes when using bufload() while in a terminal popupv8.2.1997Bram Moolenaar
2020-11-07patch 8.2.1966: popup becomes current window after closing a terminal windowv8.2.1966Bram Moolenaar
2020-11-04patch 8.2.1948: GUI: crash when handling message while closing a windowv8.2.1948Bram Moolenaar
2020-10-25patch 8.2.1905: the wininfo list may contain stale entriesv8.2.1905Bram Moolenaar
2020-10-24patch 8.2.1898: command modifier parsing always uses global cmdmodv8.2.1898Bram Moolenaar
2020-10-01patch 8.2.1783: try-catch test failsv8.2.1783Bram Moolenaar
2020-10-01patch 8.2.1780: statusline not updated when splitting windowsv8.2.1780Bram Moolenaar
2020-09-26patch 8.2.1748: closing split window in other tab may cause a crashv8.2.1748Bram Moolenaar
2020-08-10patch 8.2.1413: previous tab page not usable from an Ex commandv8.2.1413Bram Moolenaar
2020-08-09patch 8.2.1411: when splitting a window localdir is copied but prevdir is notv8.2.1411Bram Moolenaar
2020-08-09patch 8.2.1401: cannot jump to the last used tabpagev8.2.1401Bram Moolenaar
2020-06-26patch 8.2.1061: insufficient testing for src/window.cv8.2.1061Bram Moolenaar
2020-06-26patch 8.2.1059: crash when using :tabonly in an autocommandv8.2.1059Bram Moolenaar
2020-06-07patch 8.2.0921: CTRL-W T in cmdline window causes troublev8.2.0921Bram Moolenaar
2020-06-05patch 8.2.0909: cannot go back to the previous local directoryv8.2.0909Bram Moolenaar
2020-05-13patch 8.2.0747: cannot forcefully close all popupsv8.2.0747Bram Moolenaar
2020-04-30patch 8.2.0670: cannot change window when evaluating 'completefunc'v8.2.0670Bram Moolenaar
2020-04-15patch 8.2.0580: window size wrong if 'ea' is off and 'splitright' is onv8.2.0580Bram Moolenaar
2020-04-02patch 8.2.0500: using the same loop in many placesv8.2.0500Bram Moolenaar
2020-02-03patch 8.2.0204: crash when using winnr('j') in a popup windowv8.2.0204Bram Moolenaar
2020-02-02patch 8.2.0196: blocking commands for a finished job in a popup windowv8.2.0196Bram Moolenaar
2020-02-01patch 8.2.0194: some commands can cause problems in terminal popupv8.2.0194Bram Moolenaar
2020-02-01patch 8.2.0191: cannot put a terminal in a popup windowv8.2.0191Bram Moolenaar
2020-01-23patch 8.2.0142: possible to enter popup window with CTRL-W pv8.2.0142Bram Moolenaar
2020-01-20patch 8.2.0137: crash when using win_execute() from a new tabv8.2.0137Bram Moolenaar
2020-01-19patch 8.2.0131: command line is not cleared when switching tabsv8.2.0131Bram Moolenaar
2019-12-14patch 8.2.0004: get E685 and E931 if buffer reload is interruptedv8.2.0004Bram Moolenaar
2019-12-05patch 8.1.2396: using old C style commentsv8.1.2396Bram Moolenaar
2019-11-30patch 8.1.2371: FEAT_TEXT_PROP is a confusing namev8.1.2371Bram Moolenaar
2019-11-10patch 8.1.2289: after :diffsplit closing the window does not disable diffv8.1.2289Bram Moolenaar
2019-10-27patch 8.1.2227: layout wrong if 'lines' changes while cmdline window is openv8.1.2227Bram Moolenaar
2019-10-17patch 8.1.2171: mouse support not always availablev8.1.2171Bram Moolenaar
2019-10-11patch 8.1.2136: using freed memory with autocmd from fuzzerv8.1.2136Bram Moolenaar
2019-10-07patch 8.1.2122: cannot build without terminal featurev8.1.2122Bram Moolenaar
2019-10-07patch 8.1.2121: mode is not updated when switching to terminalv8.1.2121Bram Moolenaar
2019-09-21patch 8.1.2062: the mouse code is spread outv8.1.2062Bram Moolenaar
2019-09-07patch 8.1.2001: some source files are too bigv8.1.2001Bram Moolenaar
2019-09-02patch 8.1.1966: some code in options.c fits better elsewherev8.1.1966Bram Moolenaar
2019-09-01patch 8.1.1962: leaking memory when using tagfunc()v8.1.1962Bram Moolenaar
2019-08-30patch 8.1.1943: more code can be moved to evalvars.cv8.1.1943Bram Moolenaar
2019-08-25patch 8.1.1928: popup windows don't move with the text when making changesv8.1.1928Bram Moolenaar
2019-08-21patch 8.1.1908: every popup window consumes a buffer numberv8.1.1908Bram Moolenaar