summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Collapse)Author
2019-07-12patch 8.1.1670: sign column not always properly alignedv8.1.1670Bram Moolenaar
Problem: Sign column not always properly aligned. Solution: Use "col" only after it was calculated. (Yee Cheng Chin, closes #4649)
2019-07-12patch 8.1.1669: Travis: test results section is closed even when failedv8.1.1669Bram Moolenaar
Problem: Travis: test results section is closed even when some tests failed. Solution: Only close the section on success. (Daniel Hahler, closes #4659)
2019-07-12patch 8.1.1668: popup window test is a bit flaky on some systemsv8.1.1668Bram Moolenaar
Problem: Popup window test is a bit flaky on some systems. Solution: Clear the command line. (Naruhiko Nishino, closes #4656)
2019-07-12patch 8.1.1667: flags for Ex commands may clash with other symbolsv8.1.1667Bram Moolenaar
Problem: Flags for Ex commands may clash with other symbols. Solution: Prepend with EX_.
2019-07-12patch 8.1.1666: click in popup window scrollbar with border doesn't scrollv8.1.1666Bram Moolenaar
Problem: Click in popup window scrollbar with border doesn't scroll. Solution: Correct column for the border. (Naruhiko Nishino, closes #4650)
2019-07-12patch 8.1.1665: crash when popup window with mask is below the screenv8.1.1665Bram Moolenaar
Problem: Crash when popup window with mask is below the screen. Solution: Correct boundary check.
2019-07-12patch 8.1.1664: GUI resize may cause changing Rows at a bad timev8.1.1664Bram Moolenaar
Problem: GUI resize may cause changing Rows at a bad time. (Dominique Pelle) Solution: Postpone resizing while updating the screen.
2019-07-12patch 8.1.1663: compiler warning for using size_tv8.1.1663Bram Moolenaar
Problem: Compiler warning for using size_t. Solution: Add type cast. (Mike Williams)
2019-07-11patch 8.1.1662: cannot build uninstal.exe with some version of MinGWv8.1.1662Bram Moolenaar
Problem: Cannot build uninstal.exe with some version of MinGW. Solution: Add -lole32. (Rene Nyffenegger, closes #4646)
2019-07-10patch 8.1.1661: cannot build with +textprop but without +balloon_evalv8.1.1661Bram Moolenaar
Problem: Cannot build with +textprop but without +balloon_eval. Solution: Adjust #ifdefs. (closes #4645)
2019-07-10patch 8.1.1660: assert_fails() does not fail inside try/catchv8.1.1660Bram Moolenaar
Problem: Assert_fails() does not fail inside try/catch. Solution: Set trylevel to zero. (Ozaki Kiichi, closes #4639)
2019-07-10patch 8.1.1659: popup window "mousemoved" values not correctv8.1.1659Bram Moolenaar
Problem: Popup window "mousemoved" values not correct. Solution: Convert text column to mouse column.
2019-07-10patch 8.1.1658: debug statements included in patchv8.1.1658Bram Moolenaar
Problem: Debug statements included in patch. Solution: Remove the debug statements.
2019-07-09patch 8.1.1657: Terminal: screen updates from 'balloonexpr' are not displayedv8.1.1657Bram Moolenaar
Problem: Terminal: screen updates from 'balloonexpr' are not displayed. Solution: Update the screen if needed. Fix the word position for "mousemoved".
2019-07-09patch 8.1.1656: popup window width is wrong when using Tabsv8.1.1656Bram Moolenaar
Problem: Popup window width is wrong when using Tabs. (Paul Jolly) Solution: Count tabs correctly. (closes #4637)
2019-07-08patch 8.1.1655: popup window border drawn wrong with multi-byte charv8.1.1655Bram Moolenaar
Problem: Popup window border drawn wrong with multi-byte char. (Marcin Szamotulski) Solution: Correct check in mb_fix_col(). (closes #4635)
2019-07-08patch 8.1.1654: GUI: screen updates from 'balloonexpr' are not displayedv8.1.1654Bram Moolenaar
Problem: GUI: screen updates from 'balloonexpr' are not displayed. Solution: Update the screen if needed. Also avoid the cursor being displayed in the wrong position.
2019-07-08patch 8.1.1653: ubsan warns for possibly passing NULL pointerv8.1.1653Bram Moolenaar
Problem: Ubsan warns for possibly passing NULL pointer. Solution: Skip code when length is zero. (Dominique Pelle, closes #4631)
2019-07-08patch 8.1.1652: GUI: popup window doesn't close on mouse movementv8.1.1652Bram Moolenaar
Problem: GUI: popup window doesn't close on mouse movement. (Paul Jolly) Solution: Generate mouse-move events when a popup window is visible.
2019-07-08patch 8.1.1651: suspend test is flaky on some systemsv8.1.1651Bram Moolenaar
Problem: Suspend test is flaky on some systems. Solution: Wait for the shell prompt to show. (Yee Cheng Chin, closes #4632)
2019-07-08patch 8.1.1650: warning for using uninitialized variablev8.1.1650Bram Moolenaar
Problem: Warning for using uninitialized variable. (Tony Mechelynck) Solution: Simplify the code by always using the mouse coordinates.
2019-07-07patch 8.1.1649: Illegal memory access when closing popup windowv8.1.1649Bram Moolenaar
Problem: Illegal memory access when closing popup window. Solution: Get w_next before closing the window.
2019-07-07patch 8.1.1648: MS-Windows: build error with normal feauresv8.1.1648Bram Moolenaar
Problem: MS-Windows: build error with normal feaures. Solution: Adjust #ifdef for find_word_under_cursor().
2019-07-07patch 8.1.1647: build error with GTK and hangulinput featurev8.1.1647Bram Moolenaar
Problem: Build error with GTK and hangulinput feature, im_get_status() defined twice. (Dominique Pelle) Solution: Adjust im_get_status(). (closes #4628)
2019-07-07patch 8.1.1646: build failurev8.1.1646Bram Moolenaar
Problem: build failure Solution: Add changes to structure.
2019-07-07patch 8.1.1645: cannot use a popup window for a balloonv8.1.1645Bram Moolenaar
Problem: Cannot use a popup window for a balloon. Solution: Add popup_beval(). Add the "mousemoved" property. Add the screenpos() function.
2019-07-07patch 8.1.1644: sound test does not work on Travisv8.1.1644Bram Moolenaar
Problem: Sound test does not work on Travis. Solution: Use "sg" command to enable audio. (Ozaki Kiichi, closes #4624)
2019-07-07patch 8.1.1643: sign placement is wrong when 'foldcolumn' is setv8.1.1643Bram Moolenaar
Problem: Sign placement is wrong when 'foldcolumn' is set. Solution: Adjust the column computation. (Yee Cheng Chin, closes #4627)
2019-07-07patch 8.1.1642: may use uninitialized variablev8.1.1642Bram Moolenaar
Problem: May use uninitialized variable. (Patrick Palka) Solution: Initialize variables earlier. (closes #4623)
2019-07-07patch 8.1.1641: garbage collection may run at a wrong momentv8.1.1641Bram Moolenaar
Problem: Garbage collection may run at a wrong moment. (Trygve Aaberge) Solution: Postpone garbage collection while parsing messages. (closes #4620)
2019-07-05patch 8.1.1640: the CursorHold autocommand takes down a balloonv8.1.1640Bram Moolenaar
Problem: The CursorHold autocommand takes down a balloon. (Paul Jolly) Solution: Ignore the CursorHold pseudo-key.
2019-07-05patch 8.1.1639: changing an autoload name into a file name is inefficientv8.1.1639Bram Moolenaar
Problem: Changing an autoload name into a script file name is inefficient. Solution: Remember the last replaced #. (Ozaki Kiichi, closes #4618)
2019-07-05patch 8.1.1638: running tests leaves some files behindv8.1.1638Bram Moolenaar
Problem: Running tests leaves some files behind. Solution: Delete the files. (Ozaki Kiichi, closes #4617)
2019-07-05patch 8.1.1637: after running tests and clean the XfakeHOME directory remainsv8.1.1637Bram Moolenaar
Problem: After running tests and clean the XfakeHOME directory remains. Solution: Use "rm -rf". (Hirohito Higashi)
2019-07-05patch 8.1.1636: crash when popup has fitting scrollbarv8.1.1636Bram Moolenaar
Problem: Crash when popup has fitting scrollbar. (Trygve Aaberge) Solution: Don't divide by zero if the scrollbar just fits. (closes #4615)
2019-07-04patch 8.1.1635: warnings for unused variables in small versionv8.1.1635Bram Moolenaar
Problem: Warnings for unused variables in small version. (John Marriott) Solution: Adjust #ifdefs.
2019-07-04patch 8.1.1634: terminal test fails when term_getansicolors() is missingv8.1.1634Bram Moolenaar
Problem: Terminal test fails when term_getansicolors() is missing. Diff test fails without +rightleft. (Dominique Pelle) Solution: Check if term_getansicolors() is supported. (closes #4597)
2019-07-04patch 8.1.1633: cannot generate prototypes with X11 but without GUIv8.1.1633Bram Moolenaar
Problem: Cannot generate prototypes with X11 but without GUI. Solution: Include X11/Intrinsic.h.
2019-07-04patch 8.1.1632: build with EXITFREE but without +arabic failsv8.1.1632Bram Moolenaar
Problem: Build with EXITFREE but without +arabic fails. Solution: Rename the function and adjust #ifdefs. (closes #4613)
2019-07-04patch 8.1.1631: displaying signs is inefficientv8.1.1631Bram Moolenaar
Problem: Displaying signs is inefficient. Solution: Avoid making multiple calls to get information about a placed sign. (Yegappan Lakshmanan, closes #4586)
2019-07-04patch 8.1.1630: various small problemsv8.1.1630Bram Moolenaar
Problem: Various small problems. Solution: Various small improvements.
2019-07-04patch 8.1.1629: terminal function help is in the wrong filev8.1.1629Bram Moolenaar
Problem: Terminal function help is in the wrong file. Solution: Move the function details to terminal.txt.
2019-07-04patch 8.1.1628: popup window functions not in list of functionsv8.1.1628Bram Moolenaar
Problem: Popup window functions not in list of functions. Solution: Add popup window functins to the list of functions. Reorganise the popup window help.
2019-07-04patch 8.1.1627: header file contains mixed comment stylev8.1.1627Bram Moolenaar
Problem: Header file contains mixed comment style. Solution: Use // style comments.
2019-07-04patch 8.1.1626: no test for closing a popup window with a modified bufferv8.1.1626Bram Moolenaar
Problem: No test for closing a popup window with a modified buffer. Solution: Add a test. Add "popups" to getbufinfo().
2019-07-04patch 8.1.1625: script line numbers are not exactly rightv8.1.1625Bram Moolenaar
Problem: Script line numbers are not exactly right. Solution: Handle heredoc and continuation lines better. (Ozaki Kiichi, closes #4611, closes #4511)
2019-07-04patch 8.1.1624: when testing in the GUI may try to run gvim in a terminalv8.1.1624Bram Moolenaar
Problem: When testing in the GUI may try to run gvim in a terminal. Solution: Add the -v argument. (Yee Cheng Chin, closes #4605) Don't skip tests that work now.
2019-07-04patch 8.1.1623: display wrong with signs in narrow number columnv8.1.1623Bram Moolenaar
Problem: Display wrong with signs in narrow number column. Solution: Increase the numbercolumn width if needed. (Yegappan Lakshmanan, closes #4606)
2019-07-03patch 8.1.1622: wrong width if displaying a lot of lines in a popup windowv8.1.1622Bram Moolenaar
Problem: Wrong width if displaying a lot of lines in a popup window. Solution: Accurately compute the line overflow.
2019-07-03patch 8.1.1621: Amiga: time.h included twicev8.1.1621Bram Moolenaar
Problem: Amiga: time.h included twice. Solution: Remove include from evalfunc.c, move outside of #ifdef in os_amiga.h. (Ola Söder, closes #4607)