log src/testdir/test_popupwin.vim @ 35120:a9ee3031a1bb default tip

age author description
Tue, 16 Jan 2024 17:30:10 +0100 Christian Brabandt patch 9.1.0034: Window scrolls unexpectedly when 'scrollbind' is set v9.1.0034
Thu, 21 Dec 2023 17:15:06 +0100 Christian Brabandt patch 9.0.2183: Maximum callback depth is not configurable v9.0.2183
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
Sun, 15 Oct 2023 10:00:06 +0200 Christian Brabandt patch 9.0.2030: no max callback recursion limit v9.0.2030
Sun, 13 Aug 2023 19:30:04 +0200 Christian Brabandt patch 9.0.1707: Cannot wrap around in popup_filter_menu() v9.0.1707
Sat, 12 Aug 2023 00:00:03 +0200 Christian Brabandt patch 9.0.1690: popup_create() not aborting on errors v9.0.1690
Sat, 28 Jan 2023 20:45:03 +0100 Bram Moolenaar patch 9.0.1258: code style test fails v9.0.1258
Fri, 02 Dec 2022 16:15:03 +0100 Bram Moolenaar patch 9.0.0989: popupwin test is more flaky on MacOS v9.0.0989
Sun, 27 Nov 2022 14:00:05 +0100 Bram Moolenaar patch 9.0.0956: terminal tests fail when using key with modifier v9.0.0956
Wed, 02 Nov 2022 14:45:11 +0100 Bram Moolenaar patch 9.0.0828: various typos v9.0.0828
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
Fri, 30 Sep 2022 23:00:10 +0200 Bram Moolenaar patch 9.0.0631: too many delete() calls in tests v9.0.0631
Thu, 08 Sep 2022 14:45:09 +0200 Bram Moolenaar patch 9.0.0416: ml_get error when appending lines in popup window v9.0.0416
Fri, 02 Sep 2022 23:00:04 +0200 Bram Moolenaar patch 9.0.0363: common names in test files causes tests to be flaky v9.0.0363
Tue, 30 Aug 2022 21:00:05 +0200 Bram Moolenaar patch 9.0.0335: checks for Dictionary argument often give a vague error v9.0.0335
Mon, 30 May 2022 19:00:03 +0200 Bram Moolenaar patch 8.2.5045: can escape a terminal popup window when the job is finished v8.2.5045
Mon, 30 May 2022 14:30:05 +0200 Bram Moolenaar patch 8.2.5042: scrollbar thumb in tall scrolled popup not visible v8.2.5042
Sun, 29 May 2022 23:45:03 +0200 Bram Moolenaar patch 8.2.5041: cannot close a terminal popup with "NONE" job v8.2.5041
Sun, 29 May 2022 19:30:02 +0200 Bram Moolenaar patch 8.2.5040: scrollbar thumb in scrolled popup not visible v8.2.5040
Sun, 29 May 2022 18:15:03 +0200 Bram Moolenaar patch 8.2.5039: confusing error if first argument of popup_create() is wrong v8.2.5039
Sun, 29 May 2022 15:15:05 +0200 Bram Moolenaar patch 8.2.5038: a finished terminal in a popup window does not show scrollbar v8.2.5038
Sun, 08 May 2022 16:15:05 +0200 Bram Moolenaar patch 8.2.4913: popup_hide() does not always have effect v8.2.4913
Wed, 20 Apr 2022 21:00:06 +0200 Bram Moolenaar patch 8.2.4799: popup does not use correct topline v8.2.4799
Mon, 04 Apr 2022 18:00:04 +0200 Bram Moolenaar patch 8.2.4685: when a swap file is found for a popup there is no dialog v8.2.4685
Sat, 02 Apr 2022 16:45:03 +0200 Bram Moolenaar patch 8.2.4665: popup with "minwidth" and scrollbar not updated properly v8.2.4665
Sun, 30 Jan 2022 16:30:04 +0100 Bram Moolenaar patch 8.2.4260: Vim9: can still use a global function without g: v8.2.4260
Sat, 29 Jan 2022 23:00:05 +0100 Bram Moolenaar patch 8.2.4257: Vim9: finding global function without g: prefix inconsistent v8.2.4257
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
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
Sat, 07 Aug 2021 13:15:03 +0200 Bram Moolenaar patch 8.2.3304: popup window title with wide characters is truncated v8.2.3304
Sun, 04 Jul 2021 14:15:04 +0200 Bram Moolenaar patch 8.2.3098: popup window test is flaky on MS-Windows with GUI v8.2.3098
Sat, 03 Jul 2021 21:45:04 +0200 Bram Moolenaar patch 8.2.3094: Test_popup_atcursor_pos() fails without the conceal feature v8.2.3094
Tue, 29 Jun 2021 20:30:05 +0200 Bram Moolenaar patch 8.2.3074: popup_atcursor() uses wrong position with concealing v8.2.3074
Tue, 22 Jun 2021 20:00:05 +0200 Bram Moolenaar patch 8.2.3036: Vim9: builtin function arguments not checked at compile time v8.2.3036
Sat, 12 Jun 2021 14:00:05 +0200 Bram Moolenaar patch 8.2.2980: popup window test is a bit flaky v8.2.2980
Thu, 10 Jun 2021 21:15:03 +0200 Bram Moolenaar patch 8.2.2972: "%bd" tries to delete popup window buffers, which fails v8.2.2972
Fri, 28 May 2021 14:15:03 +0200 Bram Moolenaar patch 8.2.2893: multi-byte text in popup title shows up wrong v8.2.2893
Thu, 04 Mar 2021 21:45:03 +0100 Bram Moolenaar patch 8.2.2568: second time a preview popup is opened highlight is not set v8.2.2568
Sun, 21 Feb 2021 23:15:03 +0100 Bram Moolenaar patch 8.2.2541: popup_create() does not allow boolean for "cursorline" v8.2.2541
Sat, 13 Feb 2021 21:45:05 +0100 Bram Moolenaar patch 8.2.2510: internal error when popup with mask is zero height or width v8.2.2510
Wed, 10 Feb 2021 15:00:04 +0100 Bram Moolenaar patch 8.2.2491: popup window for text property may show in first screen line v8.2.2491
Sat, 06 Feb 2021 15:00:04 +0100 Bram Moolenaar patch 8.2.2471: popup_setoptions() does not set textprop in other tab v8.2.2471
Sat, 06 Feb 2021 14:30:04 +0100 Bram Moolenaar patch 8.2.2470: popup_getoptions() does not get textprop from other tab v8.2.2470
Mon, 04 Jan 2021 13:30:03 +0100 Bram Moolenaar patch 8.2.2296: cannot use CTRL-N and CTRL-P in a popup menu v8.2.2296
Tue, 29 Dec 2020 12:00:49 +0100 Bram Moolenaar patch 8.2.2243: crash when popup mask contains zeroes v8.2.2243
Fri, 18 Dec 2020 20:00:06 +0100 Bram Moolenaar patch 8.2.2160: various typos v8.2.2160
Thu, 17 Dec 2020 22:30:04 +0100 Bram Moolenaar patch 8.2.2154: popupwin test for terminal buffer fails sometimes v8.2.2154
Thu, 17 Dec 2020 22:00:04 +0100 Bram Moolenaar patch 8.2.2153: popupwin test for latin1 still fails sometimes v8.2.2153
Thu, 17 Dec 2020 18:00:04 +0100 Bram Moolenaar patch 8.2.2149: popupwin test for latin1 sometimes fails v8.2.2149
Sat, 12 Dec 2020 18:30:03 +0100 Bram Moolenaar patch 8.2.2132: padding not drawn properly for popup window with title v8.2.2132
Wed, 09 Dec 2020 18:15:03 +0100 Bram Moolenaar patch 8.2.2123: after using a complete popup the buffer is listed v8.2.2123
Wed, 02 Dec 2020 17:45:05 +0100 Bram Moolenaar patch 8.2.2082: Vim9: can still use the depricated #{} dict syntax v8.2.2082
Sat, 28 Nov 2020 22:00:04 +0100 Bram Moolenaar patch 8.2.2067: cursor position in popup terminal is wrong v8.2.2067
Sat, 21 Nov 2020 21:45:03 +0100 Bram Moolenaar patch 8.2.2030: some tests fail on Mac v8.2.2030
Sun, 15 Nov 2020 14:15:04 +0100 Bram Moolenaar patch 8.2.1989: info popup triggers WinEnter and WinLeave autocommands v8.2.1989
Sat, 07 Nov 2020 17:00:05 +0100 Bram Moolenaar patch 8.2.1966: popup becomes current window after closing a terminal window v8.2.1966
Fri, 06 Nov 2020 18:00:03 +0100 Bram Moolenaar patch 8.2.1963: crash when using a popup window with "latin1" encoding v8.2.1963
Thu, 22 Oct 2020 14:00:04 +0200 Bram Moolenaar patch 8.2.1886: using ":silent!" in a popup filter has unexpected effect v8.2.1886
Thu, 15 Oct 2020 19:15:03 +0200 Bram Moolenaar patch 8.2.1848: crash when passing a NULL string or list to popup_settext() v8.2.1848