summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* patch 8.1.1550: when a popup has left padding text may be cut offv8.1.1550Bram Moolenaar2019-06-155-13/+18
* patch 8.1.1549: quickfix test failsv8.1.1549Bram Moolenaar2019-06-152-1/+3
* patch 8.1.1548: popup_dialog() is not implementedv8.1.1548Bram Moolenaar2019-06-158-46/+177
* patch 8.1.1547: functionality of bt_nofile() is confusingv8.1.1547Bram Moolenaar2019-06-159-14/+26
* patch 8.1.1546: in some tests 'tags' is set but not restoredv8.1.1546Bram Moolenaar2019-06-157-1/+14
* patch 8.1.1545: when the screen is to small there is no message about thatv8.1.1545Bram Moolenaar2019-06-152-2/+7
* patch 8.1.1544: some balloon tests don't run when they canv8.1.1544Bram Moolenaar2019-06-1556-181/+164
* patch 8.1.1543: const test fails with small featuresv8.1.1543Bram Moolenaar2019-06-152-4/+10
* patch 8.1.1542: an OptionSet autocommand does not get enough infov8.1.1542Bram Moolenaar2019-06-159-87/+752
* patch 8.1.1541: check for ASAN is not reliablev8.1.1541Bram Moolenaar2019-06-152-1/+3
* patch 8.1.1540: cannot build without the +eval featurev8.1.1540Bram Moolenaar2019-06-152-0/+4
* patch 8.1.1539: not easy to define a variable and lock itv8.1.1539Bram Moolenaar2019-06-158-54/+398
* patch 8.1.1538: cannot specify highlighting for notificationsv8.1.1538Bram Moolenaar2019-06-156-14/+24
* patch 8.1.1537: using "tab" for popup window can be confusingv8.1.1537Bram Moolenaar2019-06-154-18/+30
* patch 8.1.1536: popup select test still fails on Macv8.1.1536Bram Moolenaar2019-06-152-0/+3
* patch 8.1.1535: popup select test fails on Macv8.1.1535Bram Moolenaar2019-06-152-0/+5
* patch 8.1.1534: modeless selection in popup window selects too muchv8.1.1534Bram Moolenaar2019-06-146-48/+198
* patch 8.1.1533: GUI build fails on Macv8.1.1533Bram Moolenaar2019-06-142-4/+6
* patch 8.1.1532: build failsv8.1.1532Bram Moolenaar2019-06-142-3/+5
* patch 8.1.1531: clipboard type name is inconsistentv8.1.1531Bram Moolenaar2019-06-1419-111/+112
* patch 8.1.1530: Travis config is not optimalv8.1.1530Bram Moolenaar2019-06-142-140/+173
* patch 8.1.1529: libcanberra is linked with even when not usedv8.1.1529Bram Moolenaar2019-06-145-45/+88
* patch 8.1.1528: popup_any_visible() is unusedv8.1.1528Bram Moolenaar2019-06-143-18/+2
* patch 8.1.1527: when moving popup window over the cmdline it is not redrawnv8.1.1527Bram Moolenaar2019-06-148-306/+364
* patch 8.1.1526: no numerical value for the patchlevelv8.1.1526Bram Moolenaar2019-06-145-11/+25
* patch 8.1.1525: cannot move a popup window with the mousev8.1.1525Bram Moolenaar2019-06-138-13/+117
* patch 8.1.1524: tests are silently skippedv8.1.1524Bram Moolenaar2019-06-1351-65/+115
* patch 8.1.1523: cannot show range of buffer lines in popup windowv8.1.1523Bram Moolenaar2019-06-126-3/+53
* patch 8.1.1522: poup_notification() not implemented yetv8.1.1522Bram Moolenaar2019-06-129-43/+212
* patch 8.1.1521: when a popup window is closed the buffer remainsv8.1.1521Bram Moolenaar2019-06-123-6/+13
* patch 8.1.1520: popup windows are ignored when dealing with mouse positionv8.1.1520Bram Moolenaar2019-06-1212-27/+120
* patch 8.1.1519: 'backupskip' may contain duplicatesv8.1.1519Bram Moolenaar2019-06-123-2/+14
* patch 8.1.1518: crash when setting 'columns' while a popup is visiblev8.1.1518Bram Moolenaar2019-06-114-2/+28
* Update runtime filesBram Moolenaar2019-06-1013-221/+1369
* patch 8.1.1517: when a popup changes all windows are redrawnv8.1.1517Bram Moolenaar2019-06-108-36/+178
* patch 8.1.1516: time reported for a test measured wrongv8.1.1516Bram Moolenaar2019-06-102-7/+9
* patch 8.1.1515: memory leak reported for sound when build with EXITFREEv8.1.1515Bram Moolenaar2019-06-102-0/+5
* patch 8.1.1514: MS-Windows: wrong shell command with ! in 'guioptions'v8.1.1514Bram Moolenaar2019-06-102-9/+3
* patch 8.1.1513: all popup functionality is in functions, except :popupclearv8.1.1513Bram Moolenaar2019-06-1012-167/+189
* patch 8.1.1512: ch_evalexpr() hangs when used recursivelyv8.1.1512Bram Moolenaar2019-06-093-12/+77
* patch 8.1.1511: matches in a popup window are not displayed properlyv8.1.1511Bram Moolenaar2019-06-094-5/+42
* patch 8.1.1510: a plugin cannot easily expand a command like done internallyv8.1.1510Bram Moolenaar2019-06-095-1/+78
* patch 8.1.1509: cmdline_row can become negative, causing a crashv8.1.1509Bram Moolenaar2019-06-092-3/+5
* patch 8.1.1508: sound keeps failing on Travisv8.1.1508Bram Moolenaar2019-06-092-1/+5
* patch 8.1.1507: sound test still fails on Travisv8.1.1507Bram Moolenaar2019-06-092-12/+5
* patch 8.1.1506: syntax error in Travis configv8.1.1506Bram Moolenaar2019-06-092-3/+4
* patch 8.1.1505: running "make clean" twice gives errorsv8.1.1505Bram Moolenaar2019-06-092-3/+5
* patch 8.1.1504: sound test still fails on Travisv8.1.1504Bram Moolenaar2019-06-092-2/+15
* patch 8.1.1503: sound test fails on Travisv8.1.1503Bram Moolenaar2019-06-092-0/+4
* patch 8.1.1502: cannot play any soundv8.1.1502Bram Moolenaar2019-06-0916-131/+440