log src/window.c @ 15488:da8b98c008bf v8.1.0752

age author description
Sun, 13 Jan 2019 23:45:08 +0100 Bram Moolenaar patch 8.1.0743: giving error messages is not flexible v8.1.0743
Fri, 11 Jan 2019 21:00:06 +0100 Bram Moolenaar patch 8.1.0726: redrawing specifically for conceal feature v8.1.0726
Sun, 06 Jan 2019 17:30:05 +0100 Bram Moolenaar patch 8.1.0698: clearing the window is used too often v8.1.0698
Sat, 22 Dec 2018 17:15:05 +0100 Bram Moolenaar patch 8.1.0623: iterating through window frames is repeated v8.1.0623
Fri, 21 Dec 2018 16:15:06 +0100 Bram Moolenaar patch 8.1.0615: get_tv function names are not consistent v8.1.0615
Sat, 10 Nov 2018 16:15:05 +0100 Bram Moolenaar patch 8.1.0514: CTRL-W ^ does not work when alternate buffer has no name v8.1.0514
Sun, 30 Sep 2018 21:45:07 +0200 Christian Brabandt patch 8.1.0443: unnecessary static function prototypes v8.1.0443
Tue, 25 Sep 2018 22:15:06 +0200 Christian Brabandt patch 8.1.0434: copy_loclist() is too long v8.1.0434
Thu, 13 Sep 2018 15:45:05 +0200 Christian Brabandt patch 8.1.0377: xdiff doesn't use the Vim memory allocation functions v8.1.0377
Tue, 21 Aug 2018 17:00:06 +0200 Christian Brabandt patch 8.1.0307: there is no good way to get the window layout v8.1.0307
Wed, 25 Jul 2018 22:45:04 +0200 Christian Brabandt patch 8.1.0213: CTRL-W CR does not work properly in a quickfix window v8.1.0213
Sun, 17 Jun 2018 16:30:06 +0200 Christian Brabandt patch 8.1.0064: typing CTRL-W in a prompt buffer shows mode "-- --" v8.1.0064
Tue, 12 Jun 2018 17:00:07 +0200 Christian Brabandt patch 8.1.0046: loading a session file fails if 'winheight' is big v8.1.0046
Sun, 10 Jun 2018 14:45:06 +0200 Christian Brabandt patch 8.1.0042: if omni completion opens a window Insert mode is stopped v8.1.0042
Wed, 06 Jun 2018 18:15:05 +0200 Christian Brabandt patch 8.1.0036: not restoring Insert mode if leaving prompt buffer with mouse v8.1.0036
Wed, 06 Jun 2018 09:15:06 +0200 Christian Brabandt patch 8.1.0035: not easy to switch between prompt buffer and other windows v8.1.0035
Fri, 04 May 2018 20:30:06 +0200 Christian Brabandt patch 8.0.1790: 'winfixwidth' is not always respected by :close v8.0.1790
Fri, 13 Apr 2018 22:30:08 +0200 Christian Brabandt patch 8.0.1707: when 'wfh' is set ":bel 10new" scrolls window v8.0.1707
Tue, 10 Apr 2018 19:00:07 +0200 Christian Brabandt patch 8.0.1688: some macros are used without a semicolon v8.0.1688
Sun, 04 Mar 2018 20:15:05 +0100 Christian Brabandt patch 8.0.1566: too many #ifdefs v8.0.1566
Sun, 04 Mar 2018 18:15:08 +0100 Christian Brabandt patch 8.0.1564: too many #ifdefs v8.0.1564
Tue, 20 Feb 2018 21:45:05 +0100 Christian Brabandt patch 8.0.1528: dead code found v8.0.1528
Sat, 10 Feb 2018 19:00:07 +0100 Christian Brabandt patch 8.0.1496: clearing a pointer takes two lines v8.0.1496
Wed, 31 Jan 2018 19:15:06 +0100 Christian Brabandt patch 8.0.1446: acessing freed memory after window command in auto command v8.0.1446
Mon, 25 Dec 2017 14:30:06 +0100 Christian Brabandt patch 8.0.1426: "gf" and <cfile> don't accept ? and & in URL v8.0.1426
Tue, 05 Dec 2017 20:45:05 +0100 Christian Brabandt patch 8.0.1375: window size wrong after maximizing with WinBar v8.0.1375
Sat, 25 Nov 2017 14:30:05 +0100 Christian Brabandt patch 8.0.1334: splitting a window with a WinBar damages window layout v8.0.1334
Wed, 22 Nov 2017 22:30:06 +0100 Christian Brabandt patch 8.0.1331: possible crash when window can be zero lines high v8.0.1331
Sat, 28 Oct 2017 21:15:35 +0200 Christian Brabandt patch 8.0.1236: Mac features are confusing v8.0.1236
Tue, 24 Oct 2017 22:00:06 +0200 Christian Brabandt patch 8.0.1215: newer gcc warns for implicit fallthrough v8.0.1215
Fri, 29 Sep 2017 21:30:05 +0200 Christian Brabandt patch 8.0.1160: getting tab-local variable fails after closing window v8.0.1160
Fri, 22 Sep 2017 15:30:06 +0200 Christian Brabandt patch 8.0.1136: W_WIDTH() is always the same v8.0.1136
Fri, 22 Sep 2017 14:45:06 +0200 Christian Brabandt patch 8.0.1135: W_WINCOL() is always the same v8.0.1135
Mon, 18 Sep 2017 20:45:04 +0200 Christian Brabandt patch 8.0.1125: wrong window height when splitting window with window toolbar v8.0.1125
Sun, 17 Sep 2017 23:15:04 +0200 Christian Brabandt patch 8.0.1123: cannot define a toolbar for a window v8.0.1123
Sat, 16 Sep 2017 21:00:06 +0200 Christian Brabandt patch 8.0.1118: FEAT_WINDOWS adds a lot of #ifdefs v8.0.1118
Thu, 03 Aug 2017 22:45:04 +0200 Christian Brabandt patch 8.0.0858: can exit while a terminal is still running a job
Thu, 27 Jul 2017 22:15:03 +0200 Christian Brabandt patch 8.0.0782: using freed memory in quickfix code v8.0.0782
Mon, 26 Jun 2017 10:00:03 +0200 Christian Brabandt patch 8.0.0679: using freed memory v8.0.0679
Sun, 25 Jun 2017 23:00:03 +0200 Christian Brabandt patch 8.0.0678: closing a window does not trigger resizing v8.0.0678
Tue, 21 Mar 2017 22:00:04 +0100 Christian Brabandt patch 8.0.0502: Coverity complains about possible NULL pointer v8.0.0502
Sun, 19 Mar 2017 20:30:04 +0100 Christian Brabandt patch 8.0.0490: vertical split makes 'winfixwidth' window smaller v8.0.0490
Sun, 19 Mar 2017 17:15:05 +0100 Christian Brabandt patch 8.0.0486: crash and endless loop when closing windows in autocmd v8.0.0486
Sat, 18 Mar 2017 23:15:04 +0100 Christian Brabandt patch 8.0.0483: illegal memory access when using :all v8.0.0483
Sat, 18 Mar 2017 22:45:05 +0100 Christian Brabandt patch 8.0.0482: the setbufvar() function may mess up the window layout v8.0.0482
Sun, 12 Mar 2017 19:30:05 +0100 Christian Brabandt patch 8.0.0451: some macros are in lower case v8.0.0451
Fri, 17 Feb 2017 12:15:05 +0100 Christian Brabandt patch 8.0.0331: restoring help snapshot accesses freed memory v8.0.0331
Sun, 05 Feb 2017 15:15:04 +0100 Christian Brabandt patch 8.0.0307: asan detects a memory error when EXITFREE is defined v8.0.0307
Sun, 13 Nov 2016 14:45:03 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/8e639052638a9bb8c7dd6e3e10776b1218cec1a3 v8.0.0083
Thu, 10 Nov 2016 20:15:05 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/95f096030ed1a8afea028f2ea295d6f6a70f466f v8.0.0074
Thu, 10 Nov 2016 18:30:05 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/459ca563128f2edb7e3bb190090bbb755a56dd55 v8.0.0073
Sun, 06 Nov 2016 15:30:05 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/a1f4cb93ba50ea9e40cd4b1f5592b8a6d1398660 v8.0.0069
Sun, 04 Sep 2016 20:00:07 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/e0ab94e7123ca7855f45919114d948ef2bc1e8c3 v7.4.2324
Sat, 03 Sep 2016 16:30:06 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/5a49789a9b1f6447aeafbbbdd5b235dd10c471d5 v7.4.2312
Fri, 02 Sep 2016 22:00:07 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/11fbc2866ccc11b4dd1726abdaf582a78ef3f743 v7.4.2309
Mon, 29 Aug 2016 23:00:11 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/edf3f97ae2af024708ebb4ac614227327033ca47 v7.4.2293
Sun, 28 Aug 2016 15:45:05 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/46328f9a1cc8047d1e05095bc9f531038c5a4028 v7.4.2279
Wed, 24 Aug 2016 22:15:08 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/5b30291785e6b9be1a607504c14bd03c601b59a6 v7.4.2250
Sun, 14 Aug 2016 19:15:05 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/e59215c7dcae17b03daf39517560cfaa03314f5a v7.4.2212
Fri, 12 Aug 2016 22:30:07 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/b5ae48e9ffd3b8eb6ca4057de11f1bddcde8ce6f v7.4.2204
Sun, 24 Jul 2016 22:15:07 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/2932359000b2f918d5fade79ea4d124d5943cd07 v7.4.2101
Tue, 19 Jul 2016 23:15:06 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/12c11d553053f5a9eae9eb3c518279b12fa928c2 v7.4.2077
Tue, 19 Jul 2016 22:45:05 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/c917da4b3e8801a255dbefea8e4ed19c1c716dd8 v7.4.2075
Sun, 10 Jul 2016 22:15:06 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/7c0a2f367f2507669560b1a66423155c70d2e75b v7.4.2024
Sun, 26 Jun 2016 17:15:04 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/5d2ca0402954ff79b73d9c86cc16c8a6454b75a7 v7.4.1956
Sat, 04 Jun 2016 19:00:06 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/888ccac8902cee186fbd47e971881f6d9b19c068 v7.4.1895
Tue, 24 May 2016 11:45:06 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/991dea3ab185fb35e577ab0bdfd443cd4b43ccc6 v7.4.1835
Sun, 03 Apr 2016 21:30:04 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/3dda7db4e1f7c4a8110a1f83001ec36b46693d27 v7.4.1704
Thu, 31 Mar 2016 22:30:06 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/42356150badca33b4e42dc8172abbceff2e86cbe v7.4.1690
Sat, 19 Mar 2016 23:15:04 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/829c8e369630a7cbbdac015d8177b7fde25e2f19 v7.4.1615
Sat, 19 Mar 2016 22:15:06 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/44a2f923c00f1384c9ecde12fb5b4711bc20702e v7.4.1611
Sun, 13 Mar 2016 19:15:05 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/9cdf86b86f5fdb5a45b682f336846f9d9a9c6f1f v7.4.1558
Sun, 13 Mar 2016 18:15:05 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/86edef664efccbfe685906c854b9cdd04e56f2d5 v7.4.1557
Thu, 03 Mar 2016 12:30:05 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/f1d2501ebe33e148886c2914acd33140e20ee222 v7.4.1476
Tue, 23 Feb 2016 15:00:08 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/48e330aff911be1c798c88a973af6437a8141fce v7.4.1399
Sat, 30 Jan 2016 21:30:04 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/b638a7be952544ceb03052c25b84224577a6494b
Fri, 29 Jan 2016 23:00:05 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/baaa7e9ec7398a813e21285c272fa99792642077 v7.4.1199
Tue, 19 Jan 2016 15:00:06 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/62ef797496c6243d111c596a592a8ef8c1d1e710 v7.4.1137
Thu, 31 Dec 2015 19:15:05 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/e7fedb6ebe72d9a475aa65109b77d5ed4667067a v7.4.1008
Sat, 05 Dec 2015 20:00:04 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/9dc2ce398bb3456cc8f590ef0260459798b34d2a v7.4.961
Sun, 22 Nov 2015 19:45:05 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/294a7e55b01149154807a23323038784549b8946 v7.4.936
Thu, 19 Nov 2015 13:15:05 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/6a2697ffd7e894861853b351689b0ddec8901c96 v7.4.923
Tue, 11 Aug 2015 19:14:00 +0200 Bram Moolenaar patch 7.4.822 v7.4.822
Tue, 21 Jul 2015 15:48:27 +0200 Bram Moolenaar patch 7.4.792 v7.4.792
Tue, 21 Apr 2015 18:08:39 +0200 Bram Moolenaar patch 7.4.709 v7.4.709
Tue, 21 Apr 2015 15:43:05 +0200 Bram Moolenaar patch 7.4.706 v7.4.706
Fri, 27 Feb 2015 17:19:10 +0100 Bram Moolenaar updated for version 7.4.642 v7.4.642
Wed, 14 Jan 2015 15:47:36 +0100 Bram Moolenaar updated for version 7.4.572 v7.4.572
Sat, 13 Dec 2014 03:58:09 +0100 Bram Moolenaar updated for version 7.4.546 v7.4.546
Thu, 27 Nov 2014 16:22:48 +0100 Bram Moolenaar updated for version 7.4.530 v7.4.530
Wed, 19 Nov 2014 13:40:08 +0100 Bram Moolenaar updated for version 7.4.518 v7.4.518
Tue, 21 Oct 2014 20:57:15 +0200 Bram Moolenaar updated for version 7.4.487 v7.4.487
Thu, 09 Oct 2014 10:44:37 +0200 Bram Moolenaar updated for version 7.4.466 v7.4.466
Wed, 24 Sep 2014 13:26:44 +0200 Bram Moolenaar updated for version 7.4.460 v7.4.460
Tue, 23 Sep 2014 13:48:43 +0200 Bram Moolenaar updated for version 7.4.454 v7.4.454
Fri, 19 Sep 2014 14:26:36 +0200 Bram Moolenaar updated for version 7.4.446 v7.4.446
Wed, 30 Jul 2014 14:05:00 +0200 Bram Moolenaar updated for version 7.4.386 v7.4.386
Wed, 23 Jul 2014 15:21:20 +0200 Bram Moolenaar updated for version 7.4.377 v7.4.377
Wed, 16 Jul 2014 23:39:54 +0200 Bram Moolenaar updated for version 7.4.373 v7.4.373
Wed, 16 Jul 2014 18:19:27 +0200 Bram Moolenaar updated for version 7.4.372 v7.4.372
Wed, 16 Jul 2014 16:30:28 +0200 Bram Moolenaar updated for version 7.4.369 v7.4.369
Wed, 16 Jul 2014 15:18:26 +0200 Bram Moolenaar updated for version 7.4.368 v7.4.368
Wed, 16 Jul 2014 14:16:46 +0200 Bram Moolenaar updated for version 7.4.365 v7.4.365
Wed, 02 Jul 2014 17:16:58 +0200 Bram Moolenaar updated for version 7.4.349 v7.4.349
Wed, 25 Jun 2014 18:15:22 +0200 Bram Moolenaar updated for version 7.4.344 v7.4.344
Wed, 25 Jun 2014 17:58:11 +0200 Bram Moolenaar updated for version 7.4.343 v7.4.343
Wed, 18 Jun 2014 21:20:11 +0200 Bram Moolenaar updated for version 7.4.334 v7.4.334
Tue, 17 Jun 2014 17:48:32 +0200 Bram Moolenaar updated for version 7.4.330 v7.4.330
Tue, 17 Jun 2014 13:52:40 +0200 Bram Moolenaar updated for version 7.4.329 v7.4.329
Sat, 14 Jun 2014 12:53:33 +0200 Bram Moolenaar updated for version 7.4.326 v7.4.326
Fri, 13 Jun 2014 20:08:45 +0200 Bram Moolenaar updated for version 7.4.325 v7.4.325
Thu, 12 Jun 2014 14:01:31 +0200 Bram Moolenaar updated for version 7.4.320 v7.4.320
Thu, 12 Jun 2014 11:49:46 +0200 Bram Moolenaar updated for version 7.4.317 v7.4.317
Wed, 28 May 2014 13:43:04 +0200 Bram Moolenaar updated for version 7.4.309 v7.4.309
Thu, 22 May 2014 15:17:29 +0200 Bram Moolenaar updated for version 7.4.301 v7.4.301
Wed, 07 May 2014 20:25:35 +0200 Bram Moolenaar updated for version 7.4.280 v7.4.280
Sun, 23 Mar 2014 15:13:05 +0100 Bram Moolenaar updated for version 7.4.212 v7.4.212
Fri, 10 Jan 2014 15:53:13 +0100 Bram Moolenaar updated for version 7.4.139 v7.4.139
Wed, 14 Aug 2013 17:11:20 +0200 Bram Moolenaar updated for version 7.4.004 v7.4.004
Wed, 24 Jul 2013 17:51:57 +0200 Bram Moolenaar updated for version 7.4a.044 v7.4a.044