log src/move.c @ 35069:abc67b413453 default tip

age author description
Sat, 20 Apr 2024 17:45:02 +0200 Christian Brabandt patch 9.1.0357: Page scrolling should place cursor at window boundaries v9.1.0357
Sun, 14 Apr 2024 19:00:14 +0200 Christian Brabandt patch 9.1.0320: Wrong cursor position after using setcellwidths() v9.1.0320
Fri, 12 Apr 2024 18:45:07 +0200 Christian Brabandt patch 9.1.0310: Filler lines not checked properly in get_scroll_overlap() v9.1.0310
Tue, 09 Apr 2024 23:00:04 +0200 Christian Brabandt patch 9.1.0294: Text height function does not respect it's argument v9.1.0294
Tue, 09 Apr 2024 21:45:02 +0200 Christian Brabandt patch 9.1.0285: Still problems with cursor position for CTRL-D/U v9.1.0285
Mon, 08 Apr 2024 22:45:03 +0200 Christian Brabandt patch 9.1.0280: several issues with 'smoothscroll' support v9.1.0280
Wed, 03 Apr 2024 23:00:04 +0200 Christian Brabandt patch 9.1.0260: Problems with "zb" and scrolling to new topline with 'smoothscroll' v9.1.0260
Tue, 02 Apr 2024 21:00:06 +0200 Christian Brabandt patch 9.1.0258: half-page scrolling broke backward compatibility v9.1.0258
Thu, 28 Mar 2024 10:15:08 +0100 Christian Brabandt patch 9.1.0215: Half-page scrolling does not support smooth-scrolling v9.1.0215
Tue, 26 Mar 2024 19:00:04 +0100 Christian Brabandt patch 9.1.0211: page-wise scrolling does not support smooth-scrolling v9.1.0211
Tue, 06 Feb 2024 11:00:07 +0100 Christian Brabandt patch 9.1.0077: Unnecessary call to redraw_for_cursorline() in nv_mousescroll() v9.1.0077
Tue, 23 Jan 2024 23:00:04 +0100 Christian Brabandt patch 9.1.0047: issues with temp curwin/buf while cmdwin is open v9.1.0047
Tue, 12 Dec 2023 17:00:08 +0100 Christian Brabandt patch 9.0.2159: screenpos() may crash with neg. column v9.0.2159
Thu, 16 Nov 2023 22:15:08 +0100 Christian Brabandt patch 9.0.2107: [security]: FPE in adjust_plines_for_skipcol v9.0.2107
Tue, 14 Nov 2023 17:15:05 +0100 Christian Brabandt patch 9.0.2105: skipcol not reset when topline changed v9.0.2105
Sun, 15 Oct 2023 10:15:05 +0200 Christian Brabandt patch 9.0.2032: cannot get mouse click pos for tab or virt text v9.0.2032
Sat, 14 Oct 2023 11:45:04 +0200 Christian Brabandt patch 9.0.2022: getmousepos() returns wrong index for TAB char v9.0.2022
Mon, 09 Oct 2023 18:00:08 +0200 Christian Brabandt patch 9.0.2005: partially revert patch v9.0.1997 v9.0.2005
Fri, 06 Oct 2023 19:45:05 +0200 Christian Brabandt patch 9.0.1997: Some unused code in move.c and string.c v9.0.1997
Wed, 04 Oct 2023 22:00:03 +0200 Christian Brabandt patch 9.0.1983: scrolling inactive window not possible with cursorbind v9.0.1983
Wed, 04 Oct 2023 20:15:04 +0200 Christian Brabandt patch 9.0.1981: not being able to scroll up in diff mode v9.0.1981
Mon, 02 Oct 2023 21:45:07 +0200 Christian Brabandt patch 9.0.1973: Clean up cmdline option completion code v9.0.1973
Sun, 27 Aug 2023 19:15:05 +0200 Christian Brabandt patch 9.0.1800: Cursor position still wrong with 'showbreak' and virtual text v9.0.1800
Thu, 24 Aug 2023 07:35:13 +0200 Christian Brabandt patch 9.0.1785: wrong cursor position with 'showbreak' and lcs-eol
Sat, 19 Aug 2023 14:30:02 +0200 Christian Brabandt patch 9.0.1747: screenpos() may cause unnecessary redraw v9.0.1747
Thu, 17 Aug 2023 23:15:02 +0200 Christian Brabandt patch 9.0.1729: screenpos() wrong when w_skipcol and cpoptions+=n v9.0.1729
Tue, 15 Aug 2023 23:15:03 +0200 Christian Brabandt patch 9.0.1717: virtcol2col returns last byte of a multi-byte char v9.0.1717
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
Sat, 24 Jun 2023 23:00:04 +0200 Bram Moolenaar patch 9.0.1664: divide by zero when scrolling with 'smoothscroll' set v9.0.1664
Mon, 05 Jun 2023 21:45:04 +0200 Bram Moolenaar patch 9.0.1612: "skipcol" not reset when using multi-byte characters
Mon, 05 Jun 2023 19:45:04 +0200 Bram Moolenaar patch 9.0.1610: display is wrong when 'smoothscroll' is set v9.0.1610
Sun, 04 Jun 2023 20:30:04 +0200 Bram Moolenaar patch 9.0.1607: screenpos() returns wrong row with diff filler lines v9.0.1607
Sat, 03 Jun 2023 23:15:04 +0200 Bram Moolenaar patch 9.0.1603: display wrong if scrolling multiple lines with 'smoothscroll' v9.0.1603
Sat, 03 Jun 2023 18:15:05 +0200 Bram Moolenaar patch 9.0.1600: screenpos() does not take w_skipcol into account v9.0.1600
Thu, 01 Jun 2023 20:30:05 +0200 Bram Moolenaar patch 9.0.1597: cursor ends up below the window after a put v9.0.1597
Fri, 19 May 2023 15:15:05 +0200 Bram Moolenaar patch 9.0.1568: with 'smoothscroll' cursor may move below botline v9.0.1568
Thu, 18 May 2023 14:30:09 +0200 Bram Moolenaar patch 9.0.1564: display moves up and down with 'incsearch' and 'smoothscroll' v9.0.1564
Mon, 15 May 2023 19:30:05 +0200 Bram Moolenaar patch 9.0.1561: display wrong when moving cursor to above the top line v9.0.1561
Sat, 13 May 2023 15:15:03 +0200 Bram Moolenaar patch 9.0.1551: position of marker for 'smoothscroll' not computed correctly v9.0.1551
Thu, 11 May 2023 19:45:03 +0200 Bram Moolenaar patch 9.0.1542: line not fully displayed if it doesn't fit in the screen v9.0.1542
Tue, 09 May 2023 17:15:03 +0200 Bram Moolenaar patch 9.0.1530: cursor moves to wrong line when 'foldmethod' is "diff" v9.0.1530
Mon, 08 May 2023 17:00:04 +0200 Bram Moolenaar patch 9.0.1525: 'smoothscroll' does not always work properly v9.0.1525
Sat, 06 May 2023 13:45:04 +0200 Bram Moolenaar patch 9.0.1512: inserting lines when scrolling with 'smoothscroll' set v9.0.1512
Sat, 01 Apr 2023 21:00:04 +0200 Bram Moolenaar patch 9.0.1435: scrolling too many lines when 'wrap' and 'diff' are set v9.0.1435
Sun, 12 Mar 2023 22:30:05 +0100 Bram Moolenaar patch 9.0.1403: unused variables and functions v9.0.1403
Wed, 01 Mar 2023 19:00:05 +0100 Bram Moolenaar patch 9.0.1367: divide by zero in zero-width window v9.0.1367
Tue, 14 Feb 2023 18:45:05 +0100 Bram Moolenaar patch 9.0.1309: scrolling two lines with even line count and 'scrolloff' set v9.0.1309
Thu, 26 Jan 2023 15:15:06 +0100 Bram Moolenaar patch 9.0.1247: divide by zero with 'smoothscroll' set and a narrow window v9.0.1247
Sat, 14 Jan 2023 13:45:04 +0100 Bram Moolenaar patch 9.0.1196: code is indented more than necessary v9.0.1196
Sat, 31 Dec 2022 16:15:03 +0100 Bram Moolenaar patch 9.0.1121: cursor positioning and display problems with 'smoothscroll' v9.0.1121
Sun, 18 Dec 2022 13:30:05 +0100 Bram Moolenaar patch 9.0.1072: screenpos() column result in fold may be too small v9.0.1072
Mon, 05 Dec 2022 23:30:04 +0100 Bram Moolenaar patch 9.0.1016: screenpos() does not count filler lines for diff mode v9.0.1016
Mon, 05 Dec 2022 17:30:06 +0100 Bram Moolenaar patch 9.0.1011: ml_get error when using screenpos() v9.0.1011
Sat, 03 Dec 2022 19:45:03 +0100 Bram Moolenaar patch 9.0.1000: with 'smoothscroll' skipcol may be reset unnecessarily v9.0.1000
Sat, 03 Dec 2022 13:00:04 +0100 Bram Moolenaar patch 9.0.0998: "gk" may reset skipcol when not needed v9.0.0998
Fri, 02 Dec 2022 22:00:04 +0100 Bram Moolenaar patch 9.0.0993: display errors when adding or removing text property type v9.0.0993
Sat, 19 Nov 2022 13:30:05 +0100 Bram Moolenaar patch 9.0.0908: with 'smoothscroll' cursor may end up in wrong position v9.0.0908
Fri, 18 Nov 2022 23:15:04 +0100 Bram Moolenaar patch 9.0.0904: various comment and indent flaws v9.0.0904
Fri, 18 Nov 2022 14:00:07 +0100 Bram Moolenaar patch 9.0.0900: cursor moves too far with 'smoothscroll' v9.0.0900