log src/mouse.c @ 35103:4e1c91683c8e default tip

age author description
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
Sat, 16 Mar 2024 15:15:04 +0100 Christian Brabandt patch 9.1.0184: Cursor pos wrong when clicking with conceal and wrap v9.1.0184
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, 19 Dec 2023 20:30:09 +0100 Christian Brabandt patch 9.0.2177: Wrong cursor position when dragging out of window v9.0.2177
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
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
Wed, 20 Sep 2023 20:15:07 +0200 Christian Brabandt patch 9.0.1919: Wrong curswant when clicking on empty line or with vsplits v9.0.1919
Sat, 09 Sep 2023 11:45:04 +0200 Christian Brabandt patch 9.0.1886: Various Typos v9.0.1886
Thu, 17 Aug 2023 22:45:04 +0200 Christian Brabandt patch 9.0.1725: cursor pos wrong after concealed text with 'virtualedit' v9.0.1725
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
Wed, 23 Nov 2022 23:30:03 +0100 Bram Moolenaar patch 9.0.0931: MS-Windows: mouse column limited to 223 v9.0.0931
Tue, 22 Nov 2022 13:45:04 +0100 Bram Moolenaar patch 9.0.0917: the WinScrolled autocommand event is not enough v9.0.0917
Sat, 19 Nov 2022 15:45:03 +0100 Bram Moolenaar patch 9.0.0911: with 'smoothscroll' set mouse click position may be wrong v9.0.0911
Sat, 19 Nov 2022 12:00:04 +0100 Bram Moolenaar patch 9.0.0906: mouse scroll code is not optimal v9.0.0906
Fri, 18 Nov 2022 19:00:05 +0100 Bram Moolenaar patch 9.0.0902: some mouse scroll code is not in a good place v9.0.0902
Fri, 18 Nov 2022 15:15:04 +0100 Bram Moolenaar patch 9.0.0901: setting w_leftcol and handling side effects is confusing v9.0.0901
Tue, 15 Nov 2022 18:45:03 +0100 Bram Moolenaar patch 9.0.0886: horizontal mouse scroll only works in the GUI v9.0.0886
Wed, 02 Nov 2022 11:18:55 +0100 Bram Moolenaar patch 9.0.0825: cannot drag an entry in the tabpage line v9.0.0825
Wed, 02 Nov 2022 11:18:52 +0100 Bram Moolenaar patch 9.0.0822: crash when dragging the statusline with a mapping v9.0.0822
Thu, 13 Oct 2022 14:30:03 +0200 Bram Moolenaar patch 9.0.0739: mouse column not correctly used for popup_setpos v9.0.0739
Tue, 04 Oct 2022 17:30:06 +0200 Bram Moolenaar patch 9.0.0657: too many #ifdefs v9.0.0657
Wed, 24 Aug 2022 20:30:03 +0200 Bram Moolenaar patch 9.0.0259: crash with mouse click when not initialized v9.0.0259
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 15:30:03 +0200 Bram Moolenaar patch 9.0.0177: cursor position wrong with 'virtualedit' and mouse click v9.0.0177
Wed, 03 Aug 2022 17:00:06 +0200 Bram Moolenaar patch 9.0.0136: after CTRL-Left-mouse click a mouse scroll also has CTRL v9.0.0136
Mon, 25 Jul 2022 19:15:06 +0200 Bram Moolenaar patch 9.0.0067: cannot show virtual text v9.0.0067
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 18:45:04 +0200 Bram Moolenaar patch 9.0.0036: 'fillchars' cannot have window-local values v9.0.0036
Thu, 16 Jun 2022 12:45:03 +0200 Bram Moolenaar patch 8.2.5107: some callers of rettv_list_alloc() check for not OK v8.2.5107
Sat, 21 May 2022 21:30:04 +0200 Bram Moolenaar patch 8.2.4993: smart/C/lisp indenting is optional v8.2.4993
Fri, 20 May 2022 15:00:05 +0200 Bram Moolenaar patch 8.2.4984: dragging statusline fails for window with winbar v8.2.4984
Mon, 09 May 2022 21:15:04 +0200 Bram Moolenaar patch 8.2.4928: various white space and cosmetic mistakes v8.2.4928
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, 07 May 2022 13:30:03 +0200 Bram Moolenaar patch 8.2.4902: mouse wheel scrolling is inconsistent v8.2.4902
Fri, 22 Apr 2022 00:00:04 +0200 Bram Moolenaar patch 8.2.4803: WinScrolled not always triggered when scrolling with mouse v8.2.4803
Tue, 05 Apr 2022 14:30:03 +0200 Bram Moolenaar patch 8.2.4692: no test for what 8.2.4691 fixes v8.2.4692
Sun, 03 Apr 2022 19:15:04 +0200 Bram Moolenaar patch 8.2.4677: the Athena GUI support is outdated v8.2.4677
Tue, 15 Mar 2022 11:00:07 +0100 Bram Moolenaar patch 8.2.4568: getmousepos() does not compute the column below the last line v8.2.4568
Sun, 13 Mar 2022 20:15:03 +0100 Bram Moolenaar patch 8.2.4561: build failure with some combination of features v8.2.4561
Sun, 13 Mar 2022 17:00:03 +0100 Bram Moolenaar patch 8.2.4559: getmousepos() returns the screen column v8.2.4559
Sun, 13 Mar 2022 13:15:04 +0100 Bram Moolenaar patch 8.2.4555: getmousepos() returns the wrong column v8.2.4555
Mon, 29 Nov 2021 18:45:03 +0100 Bram Moolenaar patch 8.2.3697: cannot drag a popup without a border v8.2.3697
Fri, 26 Nov 2021 17:00:04 +0100 Bram Moolenaar patch 8.2.3681: cannot drag popup window after click on a status line v8.2.3681
Thu, 03 Jun 2021 22:15:02 +0200 Bram Moolenaar patch 8.2.2932: select mode test fails v8.2.2932
Thu, 03 Jun 2021 20:45:03 +0200 Bram Moolenaar patch 8.2.2930: when a popup is visible a mouse move my restart Visual mode v8.2.2930
Wed, 17 Feb 2021 13:15:03 +0100 Bram Moolenaar patch 8.2.2524: cannot change the characters displayed in the foldcolumn v8.2.2524
Mon, 02 Nov 2020 20:15:04 +0100 Bram Moolenaar patch 8.2.1942: insufficient test coverage for the Netbeans interface v8.2.1942
Tue, 08 Sep 2020 23:00:04 +0200 Bram Moolenaar patch 8.2.1637: Vim9: :put ={expr} does not work inside :def function v8.2.1637
Tue, 11 Aug 2020 22:00:04 +0200 Bram Moolenaar patch 8.2.1422: the Mac GUI implementation is outdated v8.2.1422
Wed, 15 Jul 2020 17:45:03 +0200 Bram Moolenaar patch 8.2.1220: memory access error when dragging a popup window v8.2.1220
Sun, 12 Jul 2020 14:00:04 +0200 Bram Moolenaar patch 8.2.1186: with SGR mouse codes balloon doesn't show up after click v8.2.1186
Wed, 01 Jul 2020 16:00:05 +0200 Bram Moolenaar patch 8.2.1108: mouse left-right scroll is not supported in terminal window v8.2.1108
Wed, 26 Feb 2020 16:30:04 +0100 Bram Moolenaar patch 8.2.0320: no Haiku support v8.2.0320
Sat, 01 Feb 2020 22:00:04 +0100 Bram Moolenaar patch 8.2.0191: cannot put a terminal in a popup window v8.2.0191
Sat, 30 Nov 2019 23:00:05 +0100 Bram Moolenaar patch 8.1.2371: FEAT_TEXT_PROP is a confusing name v8.1.2371
Fri, 22 Nov 2019 22:30:03 +0100 Bram Moolenaar patch 8.1.2337: double-click time sometimes miscomputed v8.1.2337
Mon, 18 Nov 2019 23:45:03 +0100 Bram Moolenaar patch 8.1.2321: cannot select all text with the mouse v8.1.2321
Mon, 18 Nov 2019 21:45:03 +0100 Bram Moolenaar patch 8.1.2319: compiler warning for int size v8.1.2319