log src/screen.c @ 33316:a2dfcbbfc301 v9.0.1923

age author description
Thu, 21 Sep 2023 16:45:04 +0200 Christian Brabandt patch 9.0.1923: curswant wrong on click with 've' and 'wrap' set v9.0.1923
Sat, 19 Aug 2023 13:15:05 +0200 Christian Brabandt patch 9.0.1742: wrong curswant when clicking on second cell of double-width char v9.0.1742
Thu, 17 Aug 2023 22:45:06 +0200 Christian Brabandt patch 9.0.1726: incorrect heights in win_size_restore() v9.0.1726
Mon, 26 Jun 2023 13:13:12 +0200 Christian Brabandt Fix line endings issue
Mon, 26 Jun 2023 09:54:34 +0200 Christian Brabandt normalize line endings
Thu, 01 Jun 2023 21:30:03 +0200 Bram Moolenaar patch 9.0.1598: screenchar() and others are wrong with DBCS 'encoding' v9.0.1598
Sat, 20 May 2023 15:15:05 +0200 Bram Moolenaar patch 9.0.1571: RedrawingDisabled not used consistently v9.0.1571
Mon, 08 May 2023 17:00:05 +0200 Bram Moolenaar patch 9.0.1526: condition is always true v9.0.1526
Mon, 17 Apr 2023 17:45:06 +0200 Bram Moolenaar patch 9.0.1461: ruler not drawn correctly when using 'rulerformat' v9.0.1461
Fri, 03 Mar 2023 13:30:03 +0100 Bram Moolenaar patch 9.0.1374: function for setting options not used consistently v9.0.1374
Thu, 02 Mar 2023 16:00:05 +0100 Bram Moolenaar patch 9.0.1369: still some "else if" constructs for setting options v9.0.1369
Tue, 21 Feb 2023 15:30:08 +0100 Bram Moolenaar patch 9.0.1336: functions without arguments are not always declared properly v9.0.1336
Mon, 23 Jan 2023 22:00:04 +0100 Bram Moolenaar patch 9.0.1237: code is indented more than necessary v9.0.1237
Thu, 15 Dec 2022 14:30:05 +0100 Bram Moolenaar patch 9.0.1061: cannot display 'showcmd' somewhere else v9.0.1061
Mon, 28 Nov 2022 21:45:03 +0100 Bram Moolenaar patch 9.0.0967: leaking memory from autocmd windows v9.0.0967
Mon, 28 Nov 2022 20:15:03 +0100 Bram Moolenaar patch 9.0.0966: some compilers don't allow a declaration after a label v9.0.0966
Mon, 28 Nov 2022 20:00:05 +0100 Bram Moolenaar patch 9.0.0965: using one window for executing autocommands is insufficient v9.0.0965
Thu, 24 Nov 2022 01:15:04 +0100 Bram Moolenaar patch 9.0.0934: various code formatting issues v9.0.0934
Sat, 12 Nov 2022 18:45:04 +0100 Bram Moolenaar patch 9.0.0867: wildmenu redrawing code is spread out v9.0.0867
Mon, 07 Nov 2022 13:30:04 +0100 Bram Moolenaar patch 9.0.0844: handling 'statusline' errors is spread out v9.0.0844
Wed, 02 Nov 2022 14:45:11 +0100 Bram Moolenaar patch 9.0.0828: various typos v9.0.0828
Thu, 13 Oct 2022 23:15:05 +0200 Bram Moolenaar patch 9.0.0747: too many #ifdefs v9.0.0747
Tue, 11 Oct 2022 14:00:07 +0200 Bram Moolenaar patch 9.0.0720: MS-Windows GUI may have pixel dust from antialiasing v9.0.0720
Tue, 04 Oct 2022 15:45:03 +0200 Bram Moolenaar patch 9.0.0656: cannot specify another character to use instead of '@' v9.0.0656
Sun, 02 Oct 2022 16:30:04 +0200 Bram Moolenaar patch 9.0.0639: checking for popup in screen_char() is too late v9.0.0639
Sun, 02 Oct 2022 15:30:07 +0200 Bram Moolenaar patch 9.0.0638: popup menu highlight wrong on top of preview popup v9.0.0638
Sat, 01 Oct 2022 20:45:04 +0200 Bram Moolenaar patch 9.0.0634: evaluating "expr" options has more overhead than needed v9.0.0634
Mon, 26 Sep 2022 16:30:03 +0200 Bram Moolenaar patch 9.0.0592: display not cleared when scrolling back in messages v9.0.0592
Mon, 19 Sep 2022 12:45:04 +0200 Bram Moolenaar patch 9.0.0501: warning for using uninitialized value in mouse test v9.0.0501
Sun, 11 Sep 2022 22:45:03 +0200 Bram Moolenaar patch 9.0.0447: using :echowin while at the hit-enter prompt causes problems v9.0.0447
Wed, 31 Aug 2022 16:00:05 +0200 Bram Moolenaar patch 9.0.0340: the 'cmdheight' zero support causes too much trouble v9.0.0340
Mon, 29 Aug 2022 14:45:04 +0200 Bram Moolenaar patch 9.0.0317: when updating the whole screen a popup may not be redrawn v9.0.0317
Sat, 27 Aug 2022 22:45:03 +0200 Bram Moolenaar patch 9.0.0288: when 'cmdheight' is zero some messages are not displayed v9.0.0288
Fri, 26 Aug 2022 18:00:05 +0200 Bram Moolenaar patch 9.0.0279: the tiny version has the popup menu but not 'wildmenu' v9.0.0279
Mon, 22 Aug 2022 16:30:03 +0200 Bram Moolenaar patch 9.0.0245: mechanism to prevent recursive screen updating is incomplete v9.0.0245
Sun, 14 Aug 2022 15:30:05 +0200 Bram Moolenaar patch 9.0.0206: redraw flags are not named specifically v9.0.0206
Tue, 09 Aug 2022 14:00:05 +0200 Bram Moolenaar patch 9.0.0176: checking character options is duplicated and incomplete v9.0.0176
Sat, 30 Jul 2022 18:00:03 +0200 Bram Moolenaar patch 9.0.0114: the command line takes up space even when not used v9.0.0114
Mon, 25 Jul 2022 20:45:02 +0200 Bram Moolenaar patch 9.0.0070: using utfc_ptr2char_len() when length is negative v9.0.0070
Sat, 09 Jul 2022 06:00:06 +0200 Bram Moolenaar patch 9.0.0048: cursor in wrong column with mouse click after concealed text v9.0.0048
Mon, 04 Jul 2022 22:15:03 +0200 Bram Moolenaar patch 9.0.0040: use of set_chars_option() is confusing v9.0.0040
Mon, 04 Jul 2022 18:45:04 +0200 Bram Moolenaar patch 9.0.0036: 'fillchars' cannot have window-local values v9.0.0036
Wed, 29 Jun 2022 19:45:03 +0200 Bram Moolenaar patch 9.0.0007: no support for double, dotted and dashed underlines v9.0.0007
Mon, 27 Jun 2022 23:30:04 +0200 Bram Moolenaar patch 8.2.5170: tiny issues v8.2.5170
Tue, 21 Jun 2022 19:15:02 +0200 Bram Moolenaar patch 8.2.5144: with 'lazyredraw' set completion menu may be wrong v8.2.5144
Thu, 09 Jun 2022 15:00:07 +0200 Bram Moolenaar patch 8.2.5070: unnecessary code v8.2.5070
Tue, 07 Jun 2022 11:30:04 +0200 Bram Moolenaar patch 8.2.5066: timer_create is not available on every Mac system v8.2.5066
Sun, 05 Jun 2022 18:00:08 +0200 Bram Moolenaar patch 8.2.5057: using gettimeofday() for timeout is very inefficient v8.2.5057
Sat, 07 May 2022 21:15:06 +0200 Bram Moolenaar patch 8.2.4911: the mode #defines are not clearly named v8.2.4911
Sat, 09 Apr 2022 13:45:02 +0200 Bram Moolenaar patch 8.2.4718: @@@ in the last line sometimes drawn in the wrong place v8.2.4718
Sun, 03 Apr 2022 14:30:07 +0200 Bram Moolenaar patch 8.2.4673: redrawing a split window is slow when using CTRL-F and CTRL-B v8.2.4673
Fri, 01 Apr 2022 20:45:05 +0200 Bram Moolenaar patch 8.2.4663: occasional crash when running the GUI tests v8.2.4663
Thu, 03 Mar 2022 13:00:03 +0100 Bram Moolenaar patch 8.2.4497: wrong color for half of wide character next to pum scrollbar v8.2.4497
Tue, 15 Feb 2022 17:30:03 +0100 Bram Moolenaar patch 8.2.4391: command line executed when typing Esc in the GUI v8.2.4391
Mon, 14 Feb 2022 20:30:02 +0100 Bram Moolenaar patch 8.2.4382: a custom 'tabline' may cause Esc to work like Enter v8.2.4382
Mon, 31 Jan 2022 16:00:09 +0100 Bram Moolenaar patch 8.2.4273: the EBCDIC support is outdated v8.2.4273
Sat, 01 Jan 2022 00:00:04 +0100 Bram Moolenaar patch 8.2.3961: error messages are spread out v8.2.3961
Mon, 27 Dec 2021 18:30:05 +0100 Bram Moolenaar patch 8.2.3914: various spelling mistakes in comments v8.2.3914
Sat, 18 Dec 2021 16:45:03 +0100 Bram Moolenaar patch 8.2.3846: no error when using control character for 'lcs' or 'fcs' v8.2.3846
Wed, 17 Nov 2021 21:45:05 +0100 Bram Moolenaar patch 8.2.3614: zindex of popup windows not used when redrawing popup menu v8.2.3614