log src/screen.c @ 18478:94223687df0e

age author description
Thu, 19 Sep 2019 23:15:05 +0200 Bram Moolenaar patch 8.1.2057: the screen.c file is much too big v8.1.2057
Sun, 15 Sep 2019 19:15:03 +0200 Bram Moolenaar patch 8.1.2040: no highlighting of current line in quickfix window v8.1.2040
Sun, 15 Sep 2019 18:15:04 +0200 Bram Moolenaar patch 8.1.2039: character from 'showbreak' does not use 'wincolor' v8.1.2039
Sat, 14 Sep 2019 22:45:03 +0200 Bram Moolenaar patch 8.1.2033: cannot build with tiny features v8.1.2033
Sat, 14 Sep 2019 22:00:03 +0200 Bram Moolenaar patch 8.1.2031: cursor position wrong when resizing and using conceal v8.1.2031
Sat, 14 Sep 2019 21:15:04 +0200 Bram Moolenaar patch 8.1.2029: cannot control 'cursorline' highlighting well v8.1.2029
Mon, 09 Sep 2019 22:15:04 +0200 Bram Moolenaar patch 8.1.2019: 'cursorline' always highlights the whole line v8.1.2019
Mon, 02 Sep 2019 22:45:05 +0200 Bram Moolenaar patch 8.1.1966: some code in options.c fits better elsewhere v8.1.1966
Sat, 24 Aug 2019 21:00:06 +0200 Bram Moolenaar patch 8.1.1922: in diff mode global operations can be very slow v8.1.1922
Wed, 21 Aug 2019 14:45:04 +0200 Bram Moolenaar patch 8.1.1901: the +insert_expand feature is not always available v8.1.1901
Sun, 18 Aug 2019 16:45:03 +0200 Bram Moolenaar patch 8.1.1882: cannot specify properties of the info popup window v8.1.1882
Sat, 17 Aug 2019 14:15:03 +0200 Bram Moolenaar patch 8.1.1868: multi-byte chars in 'listchars' fail with 'linebreak' set v8.1.1868
Tue, 13 Aug 2019 23:15:05 +0200 Bram Moolenaar patch 8.1.1845: may use NULL pointer when running out of memory v8.1.1845
Sun, 04 Aug 2019 18:15:05 +0200 Bram Moolenaar patch 8.1.1811: popup window color cannot be set to "Normal" v8.1.1811
Sun, 28 Jul 2019 21:45:05 +0200 Bram Moolenaar patch 8.1.1773: the preview popup window may be too far to the right v8.1.1773
Thu, 25 Jul 2019 21:00:06 +0200 Bram Moolenaar patch 8.1.1747: compiler warning for unused variables v8.1.1747
Wed, 24 Jul 2019 18:45:06 +0200 Bram Moolenaar patch 8.1.1744: build error without the conceal feature v8.1.1744
Wed, 24 Jul 2019 18:15:06 +0200 Bram Moolenaar patch 8.1.1743: 'hlsearch' and match highlighting in the wrong place v8.1.1743
Sun, 21 Jul 2019 15:00:07 +0200 Bram Moolenaar patch 8.1.1724: too much overhead checking for CTRL-C while processing text v8.1.1724
Sat, 20 Jul 2019 17:00:08 +0200 Bram Moolenaar patch 8.1.1718: popup menu highlighting does not look good v8.1.1718
Sat, 20 Jul 2019 15:15:05 +0200 Bram Moolenaar patch 8.1.1717: last char in menu popup window highlighted v8.1.1717
Thu, 18 Jul 2019 13:00:06 +0200 Bram Moolenaar patch 8.1.1712: signs in number column cause text to be misaligned v8.1.1712
Sun, 07 Jul 2019 14:30:04 +0200 Bram Moolenaar patch 8.1.1642: may use uninitialized variable v8.1.1642
Thu, 04 Jul 2019 23:00:06 +0200 Bram Moolenaar patch 8.1.1635: warnings for unused variables in small version v8.1.1635
Thu, 04 Jul 2019 18:30:05 +0200 Bram Moolenaar patch 8.1.1631: displaying signs is inefficient v8.1.1631
Thu, 04 Jul 2019 12:00:09 +0200 Bram Moolenaar patch 8.1.1623: display wrong with signs in narrow number column v8.1.1623
Mon, 01 Jul 2019 22:15:05 +0200 Bram Moolenaar patch 8.1.1614: 'numberwidth' can only go up to 10 v8.1.1614
Sun, 30 Jun 2019 22:30:05 +0200 Bram Moolenaar patch 8.1.1612: cannot show an existing buffer in a popup window v8.1.1612
Fri, 28 Jun 2019 21:45:05 +0200 Bram Moolenaar patch 8.1.1603: crash when using unknown highlighting in text property v8.1.1603
Wed, 26 Jun 2019 03:45:04 +0200 Bram Moolenaar patch 8.1.1597: cannot scroll a popup window with the mouse v8.1.1597
Sun, 23 Jun 2019 00:30:04 +0200 Bram Moolenaar patch 8.1.1580: cannot make part of a popup transparent v8.1.1580
Wed, 19 Jun 2019 18:15:05 +0200 Bram Moolenaar patch 8.1.1572: compiler warnings with tiny build v8.1.1572
Wed, 19 Jun 2019 17:45:06 +0200 Bram Moolenaar patch 8.1.1571: textprop highlight starts too early if just after a tab v8.1.1571
Wed, 19 Jun 2019 16:45:05 +0200 Bram Moolenaar patch 8.1.1570: icon signs not displayed properly in the number column v8.1.1570
Wed, 19 Jun 2019 14:30:06 +0200 Bram Moolenaar patch 8.1.1569: cannot build with signs but without diff feature v8.1.1569
Mon, 17 Jun 2019 22:00:09 +0200 Bram Moolenaar patch 8.1.1564: sign column takes up space v8.1.1564
Sun, 16 Jun 2019 19:15:05 +0200 Bram Moolenaar patch 8.1.1558: popup_menu() and popup_filter_menu() are not implemented yet v8.1.1558
Fri, 14 Jun 2019 19:30:05 +0200 Bram Moolenaar patch 8.1.1527: when moving popup window over the cmdline it is not redrawn v8.1.1527
Wed, 12 Jun 2019 20:30:07 +0200 Bram Moolenaar patch 8.1.1520: popup windows are ignored when dealing with mouse position v8.1.1520
Tue, 11 Jun 2019 22:00:07 +0200 Bram Moolenaar patch 8.1.1518: crash when setting 'columns' while a popup is visible v8.1.1518
Mon, 10 Jun 2019 21:30:06 +0200 Bram Moolenaar patch 8.1.1517: when a popup changes all windows are redrawn v8.1.1517
Sun, 09 Jun 2019 18:15:05 +0200 Bram Moolenaar patch 8.1.1511: matches in a popup window are not displayed properly v8.1.1511
Sat, 08 Jun 2019 19:15:06 +0200 Bram Moolenaar patch 8.1.1499: ruler not updated after popup window was removed v8.1.1499
Sat, 08 Jun 2019 17:30:06 +0200 Bram Moolenaar patch 8.1.1497: accessing memory beyond allocated space v8.1.1497
Sat, 08 Jun 2019 17:00:09 +0200 Bram Moolenaar patch 8.1.1495: memory access error v8.1.1495
Sat, 08 Jun 2019 16:15:04 +0200 Bram Moolenaar patch 8.1.1493: redrawing with popups is slow and causes flicker v8.1.1493
Mon, 03 Jun 2019 23:00:06 +0200 Bram Moolenaar patch 8.1.1460: popup window border characters may be wrong v8.1.1460
Mon, 03 Jun 2019 22:30:04 +0200 Bram Moolenaar patch 8.1.1459: popup window border looks bad when 'ambiwidth' is "double" v8.1.1459
Mon, 03 Jun 2019 22:15:05 +0200 Bram Moolenaar patch 8.1.1458: crash when using gtags v8.1.1458
Sun, 02 Jun 2019 20:45:04 +0200 Bram Moolenaar patch 8.1.1456: WinBar not redrawn after scrolling one line v8.1.1456
Sun, 02 Jun 2019 18:45:06 +0200 Bram Moolenaar patch 8.1.1453: popup window "moved" property not implemented yet v8.1.1453
Sun, 02 Jun 2019 16:00:05 +0200 Bram Moolenaar patch 8.1.1451: CTRL-L does not clear screen with a popup window v8.1.1451
Sun, 02 Jun 2019 14:15:06 +0200 Bram Moolenaar patch 8.1.1448: statusline is sometimes drawn on top of popup v8.1.1448
Sat, 01 Jun 2019 22:30:05 +0200 Bram Moolenaar patch 8.1.1445: popup window border highlight not implemented yet v8.1.1445
Sat, 01 Jun 2019 21:00:05 +0200 Bram Moolenaar patch 8.1.1444: not using double line characters for popup border v8.1.1444
Sat, 01 Jun 2019 20:30:05 +0200 Bram Moolenaar patch 8.1.1443: popup window padding and border not implemented yet v8.1.1443
Sat, 01 Jun 2019 18:15:04 +0200 Bram Moolenaar patch 8.1.1442: popup windows not considered when the Vim window is resized v8.1.1442
Sat, 01 Jun 2019 17:15:06 +0200 Bram Moolenaar patch 8.1.1441: popup window filter not yet implemented v8.1.1441
Thu, 30 May 2019 00:15:05 +0200 Bram Moolenaar patch 8.1.1421: drawing "~" line in popup window v8.1.1421
Wed, 29 May 2019 22:30:06 +0200 Bram Moolenaar patch 8.1.1419: listener callbacks may be called recursively v8.1.1419