summaryrefslogtreecommitdiff
path: root/src/ui.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* patch 8.1.1609: the user cannot easily close a popup windowv8.1.1609Bram Moolenaar2019-06-301-2/+23
* patch 8.1.1608: the evalfunc.c file is too bigv8.1.1607Bram Moolenaar2019-06-291-2/+5
* patch 8.1.1580: cannot make part of a popup transparentv8.1.1580Bram Moolenaar2019-06-231-1/+1
* patch 8.1.1576: compiler warning for unused argumentv8.1.1576Bram Moolenaar2019-06-211-1/+1
* patch 8.1.1551: warning for shadowing popup_dragwinv8.1.1551Bram Moolenaar2019-06-151-1/+0
* patch 8.1.1534: modeless selection in popup window selects too muchv8.1.1534Bram Moolenaar2019-06-141-35/+123
* patch 8.1.1531: clipboard type name is inconsistentv8.1.1531Bram Moolenaar2019-06-141-28/+27
* patch 8.1.1525: cannot move a popup window with the mousev8.1.1525Bram Moolenaar2019-06-131-8/+35
* patch 8.1.1520: popup windows are ignored when dealing with mouse positionv8.1.1520Bram Moolenaar2019-06-121-5/+67
* patch 8.1.1517: when a popup changes all windows are redrawnv8.1.1517Bram Moolenaar2019-06-101-3/+7
* patch 8.1.1419: listener callbacks may be called recursivelyv8.1.1419Bram Moolenaar2019-05-291-1/+1
* patch 8.1.1414: alloc() returning "char_u *" causes a lot of type castsv8.1.1414Bram Moolenaar2019-05-281-1/+1
* patch 8.1.1386: unessesary type casts for lalloc()v8.1.1386Bram Moolenaar2019-05-241-3/+3
* patch 8.1.1230: a lot of code is shared between vim.exe and gvim.exev8.1.1230Bram Moolenaar2019-04-281-1/+1
* patch 8.1.1131: getwinpos() does not work in the MS-Windows consolev8.1.1131Bram Moolenaar2019-04-061-2/+7
* patch 8.1.1127: getwinpos() doesn't work in terminal on MS-Windows consolev8.1.1127Bram Moolenaar2019-04-061-2/+3
* patch 8.1.1126: build failure with +terminal but without tgetentv8.1.1126Bram Moolenaar2019-04-061-2/+3
* patch 8.1.1125: libvterm does not handle the window position reportv8.1.1125Bram Moolenaar2019-04-061-0/+21
* patch 8.1.0989: various small code uglinessv8.1.0989Bram Moolenaar2019-03-021-1/+1
* patch 8.1.0941: macros for MS-Windows are inconsistentv8.1.0941Bram Moolenaar2019-02-171-4/+4
* patch 8.1.0840: getchar(0) never returns a character in the terminalv8.1.0840Bram Moolenaar2019-01-281-1/+7
* patch 8.1.0835: GUI build fails on MS-Windowsv8.1.0835Bram Moolenaar2019-01-271-1/+1
* patch 8.1.0834: GUI may wait too long before dealing with messagesv8.1.0834Bram Moolenaar2019-01-271-0/+212
* patch 8.1.0826: too many #ifdefsv8.1.0826Bram Moolenaar2019-01-261-2/+0
* patch 8.1.0810: too many #ifdefsv8.1.0810Bram Moolenaar2019-01-241-102/+12
* patch 8.1.0785: depending on the configuration some functions are unusedv8.1.0785Bram Moolenaar2019-01-201-0/+5
* patch 8.1.0779: argument for message functions is inconsistentv8.1.0779Bram Moolenaar2019-01-191-2/+2
* patch 8.1.0763: nobody is using the Sun Workshop supportv8.1.0763Bram Moolenaar2019-01-171-3/+2
* patch 8.1.0761: default value for brief_wait is wrongv8.1.0761Bram Moolenaar2019-01-171-1/+1
* patch 8.1.0743: giving error messages is not flexiblev8.1.0743Bram Moolenaar2019-01-131-1/+1
* patch 8.1.0710: when using timers may wait for job exit quite longv8.1.0710Bram Moolenaar2019-01-091-8/+28
* patch 8.1.0548: crash when job callback unloads a bufferv8.1.0548Bram Moolenaar2018-11-261-2/+1
* patch 8.1.0537: ui_breakcheck() may be called recursivelyv8.1.0537Bram Moolenaar2018-11-201-2/+12
* patch 8.1.0443: unnecessary static function prototypesv8.1.0443Bram Moolenaar2018-09-301-3/+0
* patch 8.1.0377: xdiff doesn't use the Vim memory allocation functionsv8.1.0377Bram Moolenaar2018-09-131-4/+4