summaryrefslogtreecommitdiff
path: root/src/window.c
Commit message (Expand)AuthorAgeFilesLines
* patch 8.1.0932: Farsi support is outdated and unusedv8.1.0932Bram Moolenaar2019-02-161-6/+0
* patch 8.1.0914: code related to findfile() is spread outv8.1.0914Bram Moolenaar2019-02-131-315/+0
* patch 8.1.0892: failure when closing a window when location list is in usev8.1.0892Bram Moolenaar2019-02-101-2/+1
* patch 8.1.0864: cannot have a local value for 'scrolloff' and 'sidescrolloff'v8.1.0864Bram Moolenaar2019-01-311-1/+5
* patch 8.1.0826: too many #ifdefsv8.1.0826Bram Moolenaar2019-01-261-4/+0
* patch 8.1.0810: too many #ifdefsv8.1.0810Bram Moolenaar2019-01-241-7/+2
* patch 8.1.0779: argument for message functions is inconsistentv8.1.0779Bram Moolenaar2019-01-191-2/+2
* patch 8.1.0753: printf format not checked for semsg()v8.1.0753Bram Moolenaar2019-01-151-4/+4
* patch 8.1.0743: giving error messages is not flexiblev8.1.0743Bram Moolenaar2019-01-131-26/+26
* patch 8.1.0726: redrawing specifically for conceal featurev8.1.0726Bram Moolenaar2019-01-111-2/+2
* patch 8.1.0698: clearing the window is used too oftenv8.1.0698Bram Moolenaar2019-01-061-7/+6
* patch 8.1.0623: iterating through window frames is repeatedv8.1.0623Bram Moolenaar2018-12-221-36/+31
* patch 8.1.0615: get_tv function names are not consistentv8.1.0615Bram Moolenaar2018-12-211-10/+10
* patch 8.1.0514: CTRL-W ^ does not work when alternate buffer has no namev8.1.0514Bram Moolenaar2018-11-101-2/+15
* patch 8.1.0443: unnecessary static function prototypesv8.1.0443Bram Moolenaar2018-09-301-4/+0
* patch 8.1.0434: copy_loclist() is too longv8.1.0434Bram Moolenaar2018-09-251-1/+1
* patch 8.1.0377: xdiff doesn't use the Vim memory allocation functionsv8.1.0377Bram Moolenaar2018-09-131-1/+1
* patch 8.1.0307: there is no good way to get the window layoutv8.1.0307Bram Moolenaar2018-08-211-0/+49
* patch 8.1.0213: CTRL-W CR does not work properly in a quickfix windowv8.1.0213Bram Moolenaar2018-07-251-13/+4
* patch 8.1.0064: typing CTRL-W in a prompt buffer shows mode "-- --"v8.1.0064Bram Moolenaar2018-06-171-0/+2
* patch 8.1.0046: loading a session file fails if 'winheight' is bigv8.1.0046Bram Moolenaar2018-06-121-8/+32
* patch 8.1.0042: if omni completion opens a window Insert mode is stoppedv8.1.0042Bram Moolenaar2018-06-101-4/+14
* patch 8.1.0036: not restoring Insert mode if leaving prompt buffer with mousev8.1.0036Bram Moolenaar2018-06-061-0/+9
* patch 8.1.0035: not easy to switch between prompt buffer and other windowsv8.1.0035Bram Moolenaar2018-06-061-0/+43
* patch 8.0.1790: 'winfixwidth' is not always respected by :closev8.0.1790Bram Moolenaar2018-05-041-13/+35
* patch 8.0.1707: when 'wfh' is set ":bel 10new" scrolls windowv8.0.1707Bram Moolenaar2018-04-131-1/+8
* patch 8.0.1688: some macros are used without a semicolonv8.0.1688Bram Moolenaar2018-04-101-26/+33
* patch 8.0.1566: too many #ifdefsv8.0.1566Bram Moolenaar2018-03-041-7/+1
* patch 8.0.1564: too many #ifdefsv8.0.1564Bram Moolenaar2018-03-041-98/+9
* patch 8.0.1528: dead code foundv8.0.1528Bram Moolenaar2018-02-201-2/+0
* patch 8.0.1496: clearing a pointer takes two linesv8.0.1496Bram Moolenaar2018-02-101-6/+2
* patch 8.0.1446: acessing freed memory after window command in auto commandv8.0.1446Bram Moolenaar2018-01-311-1/+9
* patch 8.0.1426: "gf" and <cfile> don't accept ? and & in URLv8.0.1426Bram Moolenaar2017-12-251-2/+14
* patch 8.0.1375: window size wrong after maximizing with WinBarv8.0.1375Bram Moolenaar2017-12-051-14/+23
* patch 8.0.1334: splitting a window with a WinBar damages window layoutv8.0.1334Bram Moolenaar2017-11-251-22/+7
* patch 8.0.1331: possible crash when window can be zero lines highv8.0.1331Bram Moolenaar2017-11-221-3/+4
* patch 8.0.1236: Mac features are confusingv8.0.1236Bram Moolenaar2017-10-281-1/+1
* patch 8.0.1215: newer gcc warns for implicit fallthroughv8.0.1215Bram Moolenaar2017-10-241-2/+2
* patch 8.0.1160: getting tab-local variable fails after closing windowv8.0.1160Bram Moolenaar2017-09-291-7/+8
* patch 8.0.1136: W_WIDTH() is always the samev8.0.1136Bram Moolenaar2017-09-221-3/+3
* patch 8.0.1135: W_WINCOL() is always the samev8.0.1135Bram Moolenaar2017-09-221-1/+1
* patch 8.0.1125: wrong window height when splitting window with window toolbarv8.0.1125Bram Moolenaar2017-09-181-5/+25
* patch 8.0.1123: cannot define a toolbar for a windowv8.0.1123Bram Moolenaar2017-09-171-0/+5
* patch 8.0.1118: FEAT_WINDOWS adds a lot of #ifdefsv8.0.1118Bram Moolenaar2017-09-161-123/+5
* patch 8.0.0858: can exit while a terminal is still running a jobv8.0.0858Bram Moolenaar2017-08-031-1/+2
* patch 8.0.0782: using freed memory in quickfix codev8.0.0782Bram Moolenaar2017-07-271-3/+3
* patch 8.0.0679: using freed memoryv8.0.0679Bram Moolenaar2017-06-261-3/+2
* patch 8.0.0678: closing a window does not trigger resizingv8.0.0678Bram Moolenaar2017-06-251-1/+5
* patch 8.0.0502: Coverity complains about possible NULL pointerv8.0.0502Bram Moolenaar2017-03-211-0/+1
* patch 8.0.0490: vertical split makes 'winfixwidth' window smallerv8.0.0490Bram Moolenaar2017-03-191-2/+2