summaryrefslogtreecommitdiffstats
path: root/src/window.c
AgeCommit message (Expand)Author
2019-04-08patch 8.1.1140: not easy to find out what neighbors a window hasv8.1.1140Bram Moolenaar
2019-03-30patch 8.1.1088: height of quickfix window not retained with vertical splitv8.1.1088Bram Moolenaar
2019-03-17patch 8.1.1015: quickfix buffer shows up in list, can't get buffer numberv8.1.1015Bram Moolenaar
2019-03-04patch 8.1.0994: relative cursor position is not calculated correctlyv8.1.0994Bram Moolenaar
2019-02-22patch 8.1.0974: cannot switch from terminal window to previous tabpagev8.1.0974Bram Moolenaar
2019-02-22patch 8.1.0972: cannot switch from terminal window to next tabpagev8.1.0972Bram Moolenaar
2019-02-16patch 8.1.0932: Farsi support is outdated and unusedv8.1.0932Bram Moolenaar
2019-02-13patch 8.1.0914: code related to findfile() is spread outv8.1.0914Bram Moolenaar
2019-02-10patch 8.1.0892: failure when closing a window when location list is in usev8.1.0892Bram Moolenaar
2019-01-31patch 8.1.0864: cannot have a local value for 'scrolloff' and 'sidescrolloff'v8.1.0864Bram Moolenaar
2019-01-26patch 8.1.0826: too many #ifdefsv8.1.0826Bram Moolenaar
2019-01-24patch 8.1.0810: too many #ifdefsv8.1.0810Bram Moolenaar
2019-01-19patch 8.1.0779: argument for message functions is inconsistentv8.1.0779Bram Moolenaar
2019-01-15patch 8.1.0753: printf format not checked for semsg()v8.1.0753Bram Moolenaar
2019-01-13patch 8.1.0743: giving error messages is not flexiblev8.1.0743Bram Moolenaar
2019-01-11patch 8.1.0726: redrawing specifically for conceal featurev8.1.0726Bram Moolenaar
2019-01-06patch 8.1.0698: clearing the window is used too oftenv8.1.0698Bram Moolenaar
2018-12-22patch 8.1.0623: iterating through window frames is repeatedv8.1.0623Bram Moolenaar
2018-12-21patch 8.1.0615: get_tv function names are not consistentv8.1.0615Bram Moolenaar
2018-11-10patch 8.1.0514: CTRL-W ^ does not work when alternate buffer has no namev8.1.0514Bram Moolenaar
2018-09-30patch 8.1.0443: unnecessary static function prototypesv8.1.0443Bram Moolenaar
2018-09-25patch 8.1.0434: copy_loclist() is too longv8.1.0434Bram Moolenaar
2018-09-13patch 8.1.0377: xdiff doesn't use the Vim memory allocation functionsv8.1.0377Bram Moolenaar
2018-08-21patch 8.1.0307: there is no good way to get the window layoutv8.1.0307Bram Moolenaar
2018-07-25patch 8.1.0213: CTRL-W CR does not work properly in a quickfix windowv8.1.0213Bram Moolenaar
2018-06-17patch 8.1.0064: typing CTRL-W in a prompt buffer shows mode "-- --"v8.1.0064Bram Moolenaar
2018-06-12patch 8.1.0046: loading a session file fails if 'winheight' is bigv8.1.0046Bram Moolenaar
2018-06-10patch 8.1.0042: if omni completion opens a window Insert mode is stoppedv8.1.0042Bram Moolenaar
2018-06-06patch 8.1.0036: not restoring Insert mode if leaving prompt buffer with mousev8.1.0036Bram Moolenaar
2018-06-06patch 8.1.0035: not easy to switch between prompt buffer and other windowsv8.1.0035Bram Moolenaar
2018-05-04patch 8.0.1790: 'winfixwidth' is not always respected by :closev8.0.1790Bram Moolenaar
2018-04-13patch 8.0.1707: when 'wfh' is set ":bel 10new" scrolls windowv8.0.1707Bram Moolenaar
2018-04-10patch 8.0.1688: some macros are used without a semicolonv8.0.1688Bram Moolenaar
2018-03-04patch 8.0.1566: too many #ifdefsv8.0.1566Bram Moolenaar
2018-03-04patch 8.0.1564: too many #ifdefsv8.0.1564Bram Moolenaar
2018-02-20patch 8.0.1528: dead code foundv8.0.1528Bram Moolenaar
2018-02-10patch 8.0.1496: clearing a pointer takes two linesv8.0.1496Bram Moolenaar
2018-01-31patch 8.0.1446: acessing freed memory after window command in auto commandv8.0.1446Bram Moolenaar
2017-12-25patch 8.0.1426: "gf" and <cfile> don't accept ? and & in URLv8.0.1426Bram Moolenaar
2017-12-05patch 8.0.1375: window size wrong after maximizing with WinBarv8.0.1375Bram Moolenaar
2017-11-25patch 8.0.1334: splitting a window with a WinBar damages window layoutv8.0.1334Bram Moolenaar
2017-11-22patch 8.0.1331: possible crash when window can be zero lines highv8.0.1331Bram Moolenaar
2017-10-28patch 8.0.1236: Mac features are confusingv8.0.1236Bram Moolenaar
2017-10-24patch 8.0.1215: newer gcc warns for implicit fallthroughv8.0.1215Bram Moolenaar
2017-09-29patch 8.0.1160: getting tab-local variable fails after closing windowv8.0.1160Bram Moolenaar
2017-09-22patch 8.0.1136: W_WIDTH() is always the samev8.0.1136Bram Moolenaar
2017-09-22patch 8.0.1135: W_WINCOL() is always the samev8.0.1135Bram Moolenaar
2017-09-18patch 8.0.1125: wrong window height when splitting window with window toolbarv8.0.1125Bram Moolenaar
2017-09-17patch 8.0.1123: cannot define a toolbar for a windowv8.0.1123Bram Moolenaar
2017-09-16patch 8.0.1118: FEAT_WINDOWS adds a lot of #ifdefsv8.0.1118Bram Moolenaar