log src/ui.c @ 35075:43739470fe40 default tip

age author description
Thu, 26 Oct 2023 22:15:04 +0200 Christian Brabandt patch 9.0.2069: possible to escape bracketed paste mode with Ctrl-C v9.0.2069
Thu, 26 Jan 2023 13:15:04 +0100 Bram Moolenaar patch 9.0.1246: code is indented more than necessary v9.0.1246
Wed, 30 Nov 2022 19:15:10 +0100 Bram Moolenaar patch 9.0.0977: it is not easy to see what client-server commands are doing v9.0.0977
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
Sat, 08 Oct 2022 15:00:05 +0200 Bram Moolenaar patch 9.0.0694: no native sound support on Mac OS v9.0.0694
Fri, 10 Jun 2022 16:00:05 +0200 Bram Moolenaar patch 8.2.5075: clang gives an out of bounds warning v8.2.5075
Mon, 09 May 2022 21:15:04 +0200 Bram Moolenaar patch 8.2.4928: various white space and cosmetic mistakes v8.2.4928
Wed, 23 Feb 2022 13:30:03 +0100 Bram Moolenaar patch 8.2.4454: resetting cmdwin_type only for one situation v8.2.4454
Tue, 22 Feb 2022 13:15:02 +0100 Bram Moolenaar patch 8.2.4438: crash on exit when using cmdline window v8.2.4438
Fri, 28 Jan 2022 16:30:11 +0100 Bram Moolenaar patch 8.2.4241: some type casts are redundant v8.2.4241
Sat, 25 Dec 2021 16:15:02 +0100 Bram Moolenaar patch 8.2.3892: when modifyOtherKeys is used CTRL-C is not recognized v8.2.3892
Thu, 16 Dec 2021 22:00:05 +0100 Bram Moolenaar patch 8.2.3830: error messages are spread out v8.2.3830
Thu, 09 Dec 2021 12:00:05 +0100 Bram Moolenaar patch 8.2.3763: when editing the cmdline a callback may cause a scroll up v8.2.3763
Wed, 08 Dec 2021 23:15:04 +0100 Bram Moolenaar patch 8.2.3761: focus change is not passed on to a terminal window v8.2.3761
Mon, 29 Nov 2021 21:45:04 +0100 Bram Moolenaar patch 8.2.3699: the +title feature adds a lot of #ifdef but little code v8.2.3699
Tue, 29 Jun 2021 20:30:05 +0200 Bram Moolenaar patch 8.2.3074: popup_atcursor() uses wrong position with concealing v8.2.3074
Mon, 07 Jun 2021 22:15:04 +0200 Bram Moolenaar patch 8.2.2961: keys typed during a :normal command are discarded v8.2.2961
Mon, 22 Mar 2021 17:00:03 +0100 Bram Moolenaar patch 8.2.2639: build failure when fsync() is not available v8.2.2639
Mon, 22 Mar 2021 16:30:04 +0100 Bram Moolenaar patch 8.2.2638: cannot write a message to the terminal from the GUI v8.2.2638
Thu, 14 Jan 2021 19:30:04 +0100 Bram Moolenaar patch 8.2.2348: no check for modified files after focus gained v8.2.2348
Sat, 02 Jan 2021 20:15:03 +0100 Bram Moolenaar patch 8.2.2282: length check mismatch with argument of strncmp() v8.2.2282
Sat, 02 Jan 2021 16:30:03 +0100 Bram Moolenaar patch 8.2.2275: CTRL-C not recognized in Mintty v8.2.2275
Thu, 03 Sep 2020 19:30:03 +0200 Bram Moolenaar patch 8.2.1582: the channel log does not show typed text v8.2.1582
Sun, 23 Aug 2020 14:30:05 +0200 Bram Moolenaar patch 8.2.1513: cannot interrupt shell used for filename expansion v8.2.1513
Mon, 15 Jun 2020 20:00:05 +0200 Bram Moolenaar patch 8.2.0982: insufficient testing for reading/writing files v8.2.0982
Sat, 30 May 2020 18:30:04 +0200 Bram Moolenaar patch 8.2.0849: BeOS code is not maintained and probably unused v8.2.0849
Tue, 24 Mar 2020 21:45:04 +0100 Bram Moolenaar patch 8.2.0443: clipboard code is spread out v8.2.0443
Mon, 23 Mar 2020 19:30:04 +0100 Bram Moolenaar patch 8.2.0431: some compilers don't support using e for Esc v8.2.0431
Sun, 22 Mar 2020 14:15:04 +0100 Bram Moolenaar patch 8.2.0425: code for modeless selection not sufficiently tested v8.2.0425
Fri, 20 Mar 2020 21:00:05 +0100 Bram Moolenaar patch 8.2.0421: interrupting with CTRL-C does not always work v8.2.0421
Sun, 26 Jan 2020 22:15:05 +0100 Bram Moolenaar patch 8.2.0156: various typos in source files and tests v8.2.0156
Wed, 08 Jan 2020 22:15:03 +0100 Bram Moolenaar patch 8.2.0106: printf formats are not exactly right v8.2.0106
Sun, 15 Dec 2019 13:00:04 +0100 Bram Moolenaar patch 8.2.0009: VMS: terminal version doesn't build v8.2.0009
Fri, 13 Dec 2019 18:15:04 +0100 Bram Moolenaar patch 8.2.0001: #endif comments do reflect corresponding #ifdef v8.2.0001
Thu, 05 Dec 2019 22:00:04 +0100 Bram Moolenaar patch 8.1.2396: using old C style comments v8.1.2396
Sat, 30 Nov 2019 23:00:05 +0100 Bram Moolenaar patch 8.1.2371: FEAT_TEXT_PROP is a confusing name v8.1.2371
Thu, 21 Nov 2019 22:15:03 +0100 Bram Moolenaar patch 8.1.2331: the option.c file is still very big v8.1.2331
Thu, 21 Nov 2019 17:15:04 +0100 Bram Moolenaar patch 8.1.2327: cannot build with Hangul input v8.1.2327
Sun, 17 Nov 2019 17:15:04 +0100 Bram Moolenaar patch 8.1.2313: debugging where a delay comes from is not easy v8.1.2313
Sat, 02 Nov 2019 23:00:06 +0100 Bram Moolenaar patch 8.1.2243: typos in comments v8.1.2243
Sat, 21 Sep 2019 23:15:03 +0200 Bram Moolenaar patch 8.1.2064: MS-Windows: compiler warnings for unused arguments v8.1.2064
Sat, 21 Sep 2019 21:00:07 +0200 Bram Moolenaar patch 8.1.2062: the mouse code is spread out v8.1.2062
Sat, 07 Sep 2019 23:30:05 +0200 Bram Moolenaar patch 8.1.2006: build failure with huge features but without channel feature v8.1.2006
Tue, 03 Sep 2019 23:30:04 +0200 Bram Moolenaar patch 8.1.1971: manually enabling features causes build errors v8.1.1971
Sat, 24 Aug 2019 19:45:03 +0200 Bram Moolenaar patch 8.1.1920: cannot always close a popup when filter consumes all events v8.1.1920
Sat, 24 Aug 2019 14:30:03 +0200 Bram Moolenaar patch 8.1.1916: trying to allocate negative amount of memory closing popup v8.1.1916
Tue, 20 Aug 2019 20:15:07 +0200 Bram Moolenaar patch 8.1.1891: functions used in one file are global v8.1.1891
Sat, 17 Aug 2019 19:15:06 +0200 Bram Moolenaar patch 8.1.1874: modeless selection in popup window overlaps scrollbar v8.1.1874
Sat, 17 Aug 2019 16:30:02 +0200 Bram Moolenaar patch 8.1.1871: modeless selection in GUI still not correct v8.1.1871
Fri, 16 Aug 2019 23:15:03 +0200 Bram Moolenaar patch 8.1.1866: modeless selection in GUI does not work properly v8.1.1866
Thu, 15 Aug 2019 23:15:04 +0200 Bram Moolenaar patch 8.1.1851: crash when sound_playfile() callback plays sound v8.1.1851
Thu, 01 Aug 2019 21:15:07 +0200 Bram Moolenaar patch 8.1.1787: cannot resize a popup window v8.1.1787
Thu, 01 Aug 2019 16:00:07 +0200 Bram Moolenaar patch 8.1.1786: double click in popup scrollbar starts selection v8.1.1786
Fri, 26 Jul 2019 21:15:06 +0200 Bram Moolenaar patch 8.1.1751: when redrawing popups plines_win() may be called often v8.1.1751
Sun, 30 Jun 2019 22:30:05 +0200 Bram Moolenaar patch 8.1.1612: cannot show an existing buffer in a popup window v8.1.1612
Sun, 30 Jun 2019 18:15:04 +0200 Bram Moolenaar patch 8.1.1609: the user cannot easily close a popup window v8.1.1609
Sat, 29 Jun 2019 07:45:06 +0200 Bram Moolenaar patch 8.1.1608: the evalfunc.c file is too big v8.1.1608
Sun, 23 Jun 2019 00:30:04 +0200 Bram Moolenaar patch 8.1.1580: cannot make part of a popup transparent v8.1.1580
Fri, 21 Jun 2019 00:15:05 +0200 Bram Moolenaar patch 8.1.1576: compiler warning for unused argument v8.1.1576
Sat, 15 Jun 2019 23:15:05 +0200 Bram Moolenaar patch 8.1.1551: warning for shadowing popup_dragwin v8.1.1551