summaryrefslogtreecommitdiffstats
path: root/src/popupwin.c
AgeCommit message (Expand)Author
2019-11-09patch 8.1.2273: wrong default when "pos" is changed with popup_atcursor()v8.1.2273Bram Moolenaar
2019-11-06patch 8.1.2266: position unknown for a mouse click in a popup windowv8.1.2266Bram Moolenaar
2019-11-06patch 8.1.2265: when popup with "botleft" does not fit it flips incorrectlyv8.1.2265Bram Moolenaar
2019-11-03patch 8.1.2250: CTRL-U and CTRL-D don't work in popup windowv8.1.2250Bram Moolenaar
2019-11-02patch 8.1.2240: popup window width changes when scrollingv8.1.2240Bram Moolenaar
2019-10-24patch 8.1.2213: popup_textprop tests failv8.1.2213Bram Moolenaar
2019-10-24patch 8.1.2210: using negative offset for popup_create() does not workv8.1.2210Bram Moolenaar
2019-10-20patch 8.1.2193: popup_setoptions(popup_getoptions()) does not workv8.1.2193Bram Moolenaar
2019-10-20patch 8.1.2192: cannot easily fill the info popup asynchronouslyv8.1.2192Bram Moolenaar
2019-10-16patch 8.1.2164: stuck when using "j" in a popupwin with popup_filter_menuv8.1.2164Bram Moolenaar
2019-10-05patch 8.1.2114: when a popup is closed with CTRL-C the callback abortsv8.1.2114Bram Moolenaar
2019-10-02patch 8.1.2109: popup_getoptions() hangs with tab-local popupv8.1.2109Bram Moolenaar
2019-10-01patch 8.1.2107: various memory leaks reported by asanv8.1.2107Bram Moolenaar
2019-09-25patch 8.1.2078: build error with +textprop but without +terminalv8.1.2078Bram Moolenaar
2019-09-25patch 8.1.2076: crash when trying to put a terminal in a popup windowv8.1.2076Bram Moolenaar
2019-09-14patch 8.1.2032: scrollbar thumb wrong in popup windowv8.1.2032Bram Moolenaar
2019-09-08patch 8.1.2009: cursorline highlighting not updated in popup windowv8.1.2009Bram Moolenaar
2019-09-07patch 8.1.1998: redraw even when no popup window filter was invokedv8.1.1998Bram Moolenaar
2019-09-07patch 8.1.1997: no redraw after a popup window filter is invokedv8.1.1997Bram Moolenaar
2019-09-03patch 8.1.1969: popup window filter is used in all modesv8.1.1969Bram Moolenaar
2019-09-01patch 8.1.1963: popup window filter may be called recursivelyv8.1.1963Bram Moolenaar
2019-09-01patch 8.1.1959: when using "firstline" in popup window text may jumpv8.1.1959Bram Moolenaar
2019-08-30patch 8.1.1949: cannot scroll a popup window to the very bottomv8.1.1949Bram Moolenaar
2019-08-30patch 8.1.1945: popup window "firstline" cannot be resetv8.1.1945Bram Moolenaar
2019-08-29patch 8.1.1936: not enough tests for text property popup windowv8.1.1936Bram Moolenaar
2019-08-28patch 8.1.1934: not enough tests for text property popup windowv8.1.1934Bram Moolenaar
2019-08-25patch 8.1.1928: popup windows don't move with the text when making changesv8.1.1928Bram Moolenaar
2019-08-24patch 8.1.1920: cannot always close a popup when filter consumes all eventsv8.1.1920Bram Moolenaar
2019-08-24patch 8.1.1919: using window options when passing a buffer to popup_create()v8.1.1919Bram Moolenaar
2019-08-24patch 8.1.1918: redrawing popups is inefficientv8.1.1918Bram Moolenaar
2019-08-24patch 8.1.1917: non-current window is not redrawn when moving popupv8.1.1917Bram Moolenaar
2019-08-21patch 8.1.1908: every popup window consumes a buffer numberv8.1.1908Bram Moolenaar
2019-08-21patch 8.1.1907: wrong position for info popup with scrollbar on the leftv8.1.1907Bram Moolenaar
2019-08-21patch 8.1.1905: cannot set all properties of the info popupv8.1.1905Bram Moolenaar
2019-08-21patch 8.1.1904: cannot have an info popup align with the popup menuv8.1.1904Bram Moolenaar
2019-08-21patch 8.1.1902: cannot have an info popup without a borderv8.1.1902Bram Moolenaar
2019-08-20patch 8.1.1892: missing index entry and option menu for 'completepopup'v8.1.1892Bram Moolenaar
2019-08-20patch 8.1.1891: functions used in one file are globalv8.1.1891Bram Moolenaar
2019-08-18patch 8.1.1882: cannot specify properties of the info popup windowv8.1.1882Bram Moolenaar
2019-08-18patch 8.1.1880: cannot show extra info for completion in a popup windowv8.1.1880Bram Moolenaar
2019-08-04patch 8.1.1814: a long title in a popup window overflowsv8.1.1814Bram Moolenaar
2019-08-04patch 8.1.1810: popup_getoptions() is missing an entry for "mapping"v8.1.1810Bram Moolenaar
2019-08-03patch 8.1.1800: function call functions have too many argumentsv8.1.1800Bram Moolenaar
2019-08-03patch 8.1.1799: cannot avoid mapping for a popup windowv8.1.1799Bram Moolenaar
2019-08-01patch 8.1.1789: cannot see file name of preview popup windowv8.1.1789Bram Moolenaar
2019-08-01patch 8.1.1787: cannot resize a popup windowv8.1.1787Bram Moolenaar
2019-08-01patch 8.1.1786: double click in popup scrollbar starts selectionv8.1.1786Bram Moolenaar
2019-07-30patch 8.1.1779: not showing the popup window right border is confusingv8.1.1779Bram Moolenaar
2019-07-30patch 8.1.1778: not showing the popup window right border is confusingv8.1.1778Bram Moolenaar
2019-07-28patch 8.1.1773: the preview popup window may be too far to the rightv8.1.1773Bram Moolenaar