summaryrefslogtreecommitdiffstats
path: root/src/popupwin.c
AgeCommit message (Expand)Author
2019-07-20patch 8.1.1718: popup menu highlighting does not look goodv8.1.1718Bram Moolenaar
2019-07-18patch 8.1.1714: cannot preview a file in a popup windowv8.1.1714Bram Moolenaar
2019-07-18patch 8.1.1713: highlighting cursor line only works with popup_menu()v8.1.1713Bram Moolenaar
2019-07-17patch 8.1.1709: Coverity warns for possibly using a NULL pointerv8.1.1709Bram Moolenaar
2019-07-17patch 8.1.1707: Coverity warns for possibly using a NULL pointerv8.1.1707Bram Moolenaar
2019-07-14patch 8.1.1690: default padding for popup window menu is too muchv8.1.1690Bram Moolenaar
2019-07-13patch 8.1.1678: using popup_menu() does not scroll to show the selected linev8.1.1678Bram Moolenaar
2019-07-13patch 8.1.1676: "maxwidth" of popup window does not always work properlyv8.1.1676Bram Moolenaar
2019-07-12patch 8.1.1673: cannot easily find the popup window at a certain positionv8.1.1673Bram Moolenaar
2019-07-12patch 8.1.1666: click in popup window scrollbar with border doesn't scrollv8.1.1666Bram Moolenaar
2019-07-12patch 8.1.1665: crash when popup window with mask is below the screenv8.1.1665Bram Moolenaar
2019-07-12patch 8.1.1663: compiler warning for using size_tv8.1.1663Bram Moolenaar
2019-07-10patch 8.1.1659: popup window "mousemoved" values not correctv8.1.1659Bram Moolenaar
2019-07-10patch 8.1.1658: debug statements included in patchv8.1.1658Bram Moolenaar
2019-07-09patch 8.1.1657: Terminal: screen updates from 'balloonexpr' are not displayedv8.1.1657Bram Moolenaar
2019-07-09patch 8.1.1656: popup window width is wrong when using Tabsv8.1.1656Bram Moolenaar
2019-07-07patch 8.1.1649: Illegal memory access when closing popup windowv8.1.1649Bram Moolenaar
2019-07-07patch 8.1.1645: cannot use a popup window for a balloonv8.1.1645Bram Moolenaar
2019-07-05patch 8.1.1636: crash when popup has fitting scrollbarv8.1.1636Bram Moolenaar
2019-07-03patch 8.1.1622: wrong width if displaying a lot of lines in a popup windowv8.1.1622Bram Moolenaar
2019-07-03patch 8.1.1620: no test for popup window with border and maskv8.1.1620Bram Moolenaar
2019-07-02patch 8.1.1617: no test for popup window with mask and position fixedv8.1.1617Bram Moolenaar
2019-07-01patch 8.1.1615: crash when passing buffer number to popup_create()v8.1.1615Bram Moolenaar
2019-06-30patch 8.1.1612: cannot show an existing buffer in a popup windowv8.1.1612Bram Moolenaar
2019-06-30patch 8.1.1609: the user cannot easily close a popup windowv8.1.1609Bram Moolenaar
2019-06-29patch 8.1.1608: the evalfunc.c file is too bigv8.1.1607Bram Moolenaar
2019-06-28patch 8.1.1602: popup window cannot overflow on the left or rightv8.1.1602Bram Moolenaar
2019-06-26patch 8.1.1600: cannot specify highlighting for popup window scrollbarv8.1.1600Bram Moolenaar
2019-06-26patch 8.1.1599: compiler warning for uninitialized variablev8.1.1599Bram Moolenaar
2019-06-26patch 8.1.1597: cannot scroll a popup window with the mousev8.1.1597Bram Moolenaar
2019-06-26patch 8.1.1596: when resizing the screen may draw popup in wrong positionv8.1.1596Bram Moolenaar
2019-06-25patch 8.1.1589: popup window does not indicate scroll positionv8.1.1589Bram Moolenaar
2019-06-24patch 8.1.1586: error number used in two placesv8.1.1586Bram Moolenaar
2019-06-23patch 8.1.1583: set_ref_in_list() only sets ref in itemsv8.1.1583Bram Moolenaar
2019-06-23patch 8.1.1582: cannot build with +textprop but without +timersv8.1.1582Bram Moolenaar
2019-06-23patch 8.1.1580: cannot make part of a popup transparentv8.1.1580Bram Moolenaar
2019-06-20patch 8.1.1575: callbacks may be garbage collectedv8.1.1575Bram Moolenaar
2019-06-20patch 8.1.1574: tabpage option not yet implemented for popup windowv8.1.1574Bram Moolenaar
2019-06-17patch 8.1.1562: popup window not always redrawn after popup_setoptions()v8.1.1562Bram Moolenaar
2019-06-16patch 8.1.1561: popup_setoptions() is not implemented yetv8.1.1561Bram Moolenaar
2019-06-16patch 8.1.1560: popup window hidden option not implemented yetv8.1.1560Bram Moolenaar
2019-06-16patch 8.1.1559: popup window title property not implemented yetv8.1.1559Bram Moolenaar
2019-06-16patch 8.1.1558: popup_menu() and popup_filter_menu() are not implemented yetv8.1.1558Bram Moolenaar
2019-06-16patch 8.1.1555: NOT_IN_POPUP_WINDOW is confusingv8.1.1555Bram Moolenaar
2019-06-16patch 8.1.1553: not easy to change the text in a popup windowv8.1.1553Bram Moolenaar
2019-06-15patch 8.1.1550: when a popup has left padding text may be cut offv8.1.1550Bram Moolenaar
2019-06-15patch 8.1.1548: popup_dialog() is not implementedv8.1.1548Bram Moolenaar
2019-06-15patch 8.1.1538: cannot specify highlighting for notificationsv8.1.1538Bram Moolenaar
2019-06-15patch 8.1.1537: using "tab" for popup window can be confusingv8.1.1537Bram Moolenaar
2019-06-14patch 8.1.1528: popup_any_visible() is unusedv8.1.1528Bram Moolenaar