summaryrefslogtreecommitdiff
path: root/src/ui.c
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.5075: clang gives an out of bounds warningv8.2.5075Bram Moolenaar2022-06-101-1/+2
* patch 8.2.4928: various white space and cosmetic mistakesv8.2.4928Bram Moolenaar2022-05-091-9/+9
* patch 8.2.4454: resetting cmdwin_type only for one situationv8.2.4454zeertzjq2022-02-231-3/+0
* patch 8.2.4438: crash on exit when using cmdline windowv8.2.4438Bram Moolenaar2022-02-221-0/+3
* patch 8.2.4241: some type casts are redundantv8.2.4241=?UTF-8?q?Dundar=20G=C3=B6c?=2022-01-281-4/+4
* patch 8.2.3892: when modifyOtherKeys is used CTRL-C is not recognizedv8.2.3892Bram Moolenaar2021-12-251-5/+10
* patch 8.2.3830: error messages are spread outv8.2.3830Bram Moolenaar2021-12-161-1/+1
* patch 8.2.3763: when editing the cmdline a callback may cause a scroll upv8.2.3763Bram Moolenaar2021-12-091-23/+1
* patch 8.2.3761: focus change is not passed on to a terminal windowv8.2.3761Bram Moolenaar2021-12-081-0/+4
* patch 8.2.3699: the +title feature adds a lot of #ifdef but little codev8.2.3699Bram Moolenaar2021-11-291-2/+1
* patch 8.2.3074: popup_atcursor() uses wrong position with concealingv8.2.3074Bram Moolenaar2021-06-291-1/+1
* patch 8.2.2961: keys typed during a :normal command are discardedv8.2.2961Bram Moolenaar2021-06-071-3/+13
* patch 8.2.2639: build failure when fsync() is not availablev8.2.2639Bram Moolenaar2021-03-221-1/+3
* patch 8.2.2638: cannot write a message to the terminal from the GUIv8.2.2638Bram Moolenaar2021-03-221-4/+10
* patch 8.2.2348: no check for modified files after focus gainedv8.2.2348Bram Moolenaar2021-01-141-2/+0
* patch 8.2.2282: length check mismatch with argument of strncmp()v8.2.2282Bram Moolenaar2021-01-021-6/+4
* patch 8.2.2275: CTRL-C not recognized in Minttyv8.2.2275Bram Moolenaar2021-01-021-2/+5
* patch 8.2.1582: the channel log does not show typed textv8.2.1582Bram Moolenaar2020-09-031-0/+7
* patch 8.2.1513: cannot interrupt shell used for filename expansionv8.2.1513Bram Moolenaar2020-08-231-1/+1
* patch 8.2.0982: insufficient testing for reading/writing filesv8.2.0982Bram Moolenaar2020-06-151-1/+7
* patch 8.2.0849: BeOS code is not maintained and probably unusedv8.2.0849Bram Moolenaar2020-05-301-13/+1
* patch 8.2.0443: clipboard code is spread outv8.2.0443Bram Moolenaar2020-03-241-1884/+1
* patch 8.2.0431: some compilers don't support using \e for Escv8.2.0431Bram Moolenaar2020-03-231-1/+1
* patch 8.2.0425: code for modeless selection not sufficiently testedv8.2.0425Bram Moolenaar2020-03-221-1/+1
* patch 8.2.0421: interrupting with CTRL-C does not always workv8.2.0421Bram Moolenaar2020-03-201-3/+6
* patch 8.2.0156: various typos in source files and testsv8.2.0156Bram Moolenaar2020-01-261-1/+1
* patch 8.2.0106: printf formats are not exactly rightv8.2.0106Bram Moolenaar2020-01-081-3/+3
* patch 8.2.0009: VMS: terminal version doesn't buildv8.2.0009Bram Moolenaar2019-12-151-1/+1
* patch 8.2.0001: #endif comments do reflect corresponding #ifdefv8.2.0001Bram Moolenaar2019-12-131-2/+2
* patch 8.1.2396: using old C style commentsv8.1.2396Bram Moolenaar2019-12-051-194/+194
* patch 8.1.2371: FEAT_TEXT_PROP is a confusing namev8.1.2371Bram Moolenaar2019-11-301-10/+10
* patch 8.1.2331: the option.c file is still very bigv8.1.2331Bram Moolenaar2019-11-211-1/+92
* patch 8.1.2327: cannot build with Hangul inputv8.1.2327Bram Moolenaar2019-11-211-32/+0
* patch 8.1.2313: debugging where a delay comes from is not easyv8.1.2313Bram Moolenaar2019-11-171-0/+3
* patch 8.1.2243: typos in commentsv8.1.2243Bram Moolenaar2019-11-021-2/+2
* patch 8.1.2064: MS-Windows: compiler warnings for unused argumentsv8.1.2064Bram Moolenaar2019-09-211-1/+1
* patch 8.1.2062: the mouse code is spread outv8.1.2062Bram Moolenaar2019-09-211-791/+0
* patch 8.1.2006: build failure with huge features but without channel featurev8.1.2006Bram Moolenaar2019-09-071-0/+2
* patch 8.1.1971: manually enabling features causes build errorsv8.1.1971Bram Moolenaar2019-09-031-4/+4
* patch 8.1.1920: cannot always close a popup when filter consumes all eventsv8.1.1920Bram Moolenaar2019-08-241-5/+3
* patch 8.1.1916: trying to allocate negative amount of memory closing popupv8.1.1916Bram Moolenaar2019-08-241-1/+6
* patch 8.1.1891: functions used in one file are globalv8.1.1891Bram Moolenaar2019-08-201-3/+9
* patch 8.1.1874: modeless selection in popup window overlaps scrollbarv8.1.1874Bram Moolenaar2019-08-171-1/+2
* patch 8.1.1871: modeless selection in GUI still not correctv8.1.1871Bram Moolenaar2019-08-171-13/+14
* patch 8.1.1866: modeless selection in GUI does not work properlyv8.1.1866Bram Moolenaar2019-08-161-4/+4
* patch 8.1.1851: crash when sound_playfile() callback plays soundv8.1.1851Bram Moolenaar2019-08-151-5/+15
* patch 8.1.1787: cannot resize a popup windowv8.1.1787Bram Moolenaar2019-08-011-2/+3
* patch 8.1.1786: double click in popup scrollbar starts selectionv8.1.1786Bram Moolenaar2019-08-011-23/+27
* patch 8.1.1751: when redrawing popups plines_win() may be called oftenv8.1.1751Bram Moolenaar2019-07-261-16/+30
* patch 8.1.1612: cannot show an existing buffer in a popup windowv8.1.1612Bram Moolenaar2019-06-301-2/+2