log src/popupwin.c @ 26439:b18f3b0f317c v8.2.3750

age author description
Sun, 05 Dec 2021 23:30:05 +0100 Bram Moolenaar patch 8.2.3750: error messages are everywhere v8.2.3750
Mon, 29 Nov 2021 18:45:03 +0100 Bram Moolenaar patch 8.2.3697: cannot drag a popup without a border v8.2.3697
Wed, 24 Nov 2021 17:30:06 +0100 Bram Moolenaar patch 8.2.3664: cannot adjust sign highlighting for 'cursorline' v8.2.3664
Sat, 20 Nov 2021 15:00:05 +0100 Bram Moolenaar patch 8.2.3628: looking terminal colors is a bit slow v8.2.3628
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
Mon, 15 Nov 2021 12:30:07 +0100 Bram Moolenaar patch 8.2.3596: crash when using :pedit in Vim9 script v8.2.3596
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
Tue, 27 Jul 2021 22:15:06 +0200 Bram Moolenaar patch 8.2.3229: Vim9: runtime and compile time type checks are not the same v8.2.3229
Sun, 25 Jul 2021 16:00:05 +0200 Bram Moolenaar patch 8.2.3221: Vim9: argument types are not checked at compile time v8.2.3221
Fri, 23 Jul 2021 20:45:05 +0200 Bram Moolenaar patch 8.2.3206: Vim9: argument types are not checked at compile time v8.2.3206
Mon, 19 Jul 2021 22:30:04 +0200 Bram Moolenaar patch 8.2.3187: Vim9: popup timer callback is not compiled v8.2.3187
Thu, 15 Jul 2021 13:00:06 +0200 Bram Moolenaar patch 8.2.3162: Vim9: argument types are not checked at compile time v8.2.3162
Sun, 27 Jun 2021 22:15:04 +0200 Bram Moolenaar patch 8.2.3069: error messages are spread out v8.2.3069
Wed, 02 Jun 2021 13:30:05 +0200 Bram Moolenaar patch 8.2.2922: computing array length is done in various ways v8.2.2922
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
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
Sun, 07 Feb 2021 12:15:03 +0100 Bram Moolenaar patch 8.2.2476: using freed memory when splitting window while closing buffer v8.2.2476
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
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
Sat, 28 Nov 2020 20:30:04 +0100 Bram Moolenaar patch 8.2.2064: terminal: cursor is on while redrawing, causing flicker v8.2.2064
Sat, 21 Nov 2020 12:45:03 +0100 Bram Moolenaar patch 8.2.2024: flicker when redrawing a popup with a title and border v8.2.2024
Sun, 15 Nov 2020 20:45:03 +0100 Bram Moolenaar patch 8.2.1990: cursor position wrong in terminal popup with finished job v8.2.1990
Thu, 05 Nov 2020 19:45:03 +0100 Bram Moolenaar patch 8.2.1958: build failure with timers v8.2.1958
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
Sat, 17 Oct 2020 19:30:05 +0200 Bram Moolenaar patch 8.2.1858: Vim9: filter functions return number instead of bool