summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* patch 8.1.1659: popup window "mousemoved" values not correctv8.1.1659Bram Moolenaar2019-07-103-12/+35
* patch 8.1.1658: debug statements included in patchv8.1.1658Bram Moolenaar2019-07-103-2/+2
* patch 8.1.1657: Terminal: screen updates from 'balloonexpr' are not displayedv8.1.1657Bram Moolenaar2019-07-096-38/+48
* patch 8.1.1656: popup window width is wrong when using Tabsv8.1.1656Bram Moolenaar2019-07-094-7/+11
* patch 8.1.1655: popup window border drawn wrong with multi-byte charv8.1.1655Bram Moolenaar2019-07-084-3/+30
* patch 8.1.1654: GUI: screen updates from 'balloonexpr' are not displayedv8.1.1654Bram Moolenaar2019-07-082-4/+12
* patch 8.1.1653: ubsan warns for possibly passing NULL pointerv8.1.1653Bram Moolenaar2019-07-082-2/+4
* patch 8.1.1652: GUI: popup window doesn't close on mouse movementv8.1.1652Bram Moolenaar2019-07-083-14/+32
* patch 8.1.1651: suspend test is flaky on some systemsv8.1.1651Bram Moolenaar2019-07-082-0/+4
* patch 8.1.1650: warning for using uninitialized variablev8.1.1650Bram Moolenaar2019-07-082-16/+10
* patch 8.1.1649: Illegal memory access when closing popup windowv8.1.1649Bram Moolenaar2019-07-072-3/+12
* patch 8.1.1648: MS-Windows: build error with normal feauresv8.1.1648Bram Moolenaar2019-07-073-57/+61
* patch 8.1.1647: build error with GTK and hangulinput featurev8.1.1647Bram Moolenaar2019-07-073-0/+9
* patch 8.1.1646: build failurev8.1.1646Bram Moolenaar2019-07-072-0/+5
* patch 8.1.1645: cannot use a popup window for a balloonv8.1.1645Bram Moolenaar2019-07-0718-63/+522
* patch 8.1.1644: sound test does not work on Travisv8.1.1644Bram Moolenaar2019-07-072-1/+6
* patch 8.1.1643: sign placement is wrong when 'foldcolumn' is setv8.1.1643Bram Moolenaar2019-07-072-2/+4
* patch 8.1.1642: may use uninitialized variablev8.1.1642Bram Moolenaar2019-07-073-12/+27
* patch 8.1.1641: garbage collection may run at a wrong momentv8.1.1641Bram Moolenaar2019-07-072-0/+11
* patch 8.1.1640: the CursorHold autocommand takes down a balloonv8.1.1640Bram Moolenaar2019-07-055-7/+31
* patch 8.1.1639: changing an autoload name into a file name is inefficientv8.1.1639Bram Moolenaar2019-07-052-5/+8
* patch 8.1.1638: running tests leaves some files behindv8.1.1638Bram Moolenaar2019-07-053-4/+8
* patch 8.1.1637: after running tests and clean the XfakeHOME directory remainsv8.1.1637Bram Moolenaar2019-07-053-2/+4
* patch 8.1.1636: crash when popup has fitting scrollbarv8.1.1636Bram Moolenaar2019-07-053-1/+20
* patch 8.1.1635: warnings for unused variables in small versionv8.1.1635Bram Moolenaar2019-07-042-2/+6
* patch 8.1.1634: terminal test fails when term_getansicolors() is missingv8.1.1634Bram Moolenaar2019-07-043-0/+14
* patch 8.1.1633: cannot generate prototypes with X11 but without GUIv8.1.1633Bram Moolenaar2019-07-042-0/+8
* patch 8.1.1632: build with EXITFREE but without +arabic failsv8.1.1632Bram Moolenaar2019-07-044-11/+15
* patch 8.1.1631: displaying signs is inefficientv8.1.1631Bram Moolenaar2019-07-045-84/+101
* patch 8.1.1630: various small problemsv8.1.1630Bram Moolenaar2019-07-049-11/+10
* Update runtime filesBram Moolenaar2019-07-0410-62/+208
* patch 8.1.1629: terminal function help is in the wrong filev8.1.1629Bram Moolenaar2019-07-043-402/+412
* patch 8.1.1628: popup window functions not in list of functionsv8.1.1628Bram Moolenaar2019-07-044-77/+107
* patch 8.1.1627: header file contains mixed comment stylev8.1.1627Bram Moolenaar2019-07-042-1211/+1220
* patch 8.1.1626: no test for closing a popup window with a modified bufferv8.1.1626Bram Moolenaar2019-07-044-4/+56
* patch 8.1.1625: script line numbers are not exactly rightv8.1.1625Bram Moolenaar2019-07-045-20/+110
* patch 8.1.1624: when testing in the GUI may try to run gvim in a terminalv8.1.1624Bram Moolenaar2019-07-045-7/+14
* patch 8.1.1623: display wrong with signs in narrow number columnv8.1.1623Bram Moolenaar2019-07-045-1/+93
* patch 8.1.1622: wrong width if displaying a lot of lines in a popup windowv8.1.1622Bram Moolenaar2019-07-034-6/+21
* patch 8.1.1621: Amiga: time.h included twicev8.1.1621Bram Moolenaar2019-07-033-5/+4
* patch 8.1.1620: no test for popup window with border and maskv8.1.1620Bram Moolenaar2019-07-037-50/+77
* patch 8.1.1619: tests are not run with GUI on Travisv8.1.1619Bram Moolenaar2019-07-035-5/+22
* patch 8.1.1618: Amiga-like systems quickly run out of stackv8.1.1618Bram Moolenaar2019-07-022-0/+13
* patch 8.1.1617: no test for popup window with mask and position fixedv8.1.1617Bram Moolenaar2019-07-028-72/+150
* patch 8.1.1616: build failure with gcc on Amigav8.1.1616Bram Moolenaar2019-07-012-0/+6
* patch 8.1.1615: crash when passing buffer number to popup_create()v8.1.1615Bram Moolenaar2019-07-013-2/+8
* patch 8.1.1614: 'numberwidth' can only go up to 10v8.1.1614Bram Moolenaar2019-07-016-32/+34
* patch 8.1.1613: popup window test fails with Athena and Motifv8.1.1613Bram Moolenaar2019-07-012-0/+4
* patch 8.1.1612: cannot show an existing buffer in a popup windowv8.1.1612Bram Moolenaar2019-06-3012-79/+143
* patch 8.1.1611: bufadd() reuses existing buffer without a namev8.1.1611Bram Moolenaar2019-06-303-1/+19