summaryrefslogtreecommitdiffstats
path: root/src/popupwin.c
AgeCommit message (Expand)Author
2020-10-17patch 8.2.1858: Vim9: filter functions return number instead of boolv8.2.1858Bram Moolenaar
2020-10-15patch 8.2.1848: crash when passing a NULL string or list to popup_settext()v8.2.1848Bram Moolenaar
2020-09-27patch 8.2.1763: Vim9: cannot use "true" for popup window scrollbar optionv8.2.1763Bram Moolenaar
2020-09-26patch 8.2.1750: popup_setoptions() setting firstline fails if cursorline setv8.2.1750Bram Moolenaar
2020-09-24patch 8.2.1737: cursor line highlight in popup window is not always updatedv8.2.1737Bram Moolenaar
2020-09-23patch 8.2.1732: stuck when win_execute() for a popup causes an errorv8.2.1732Bram Moolenaar
2020-09-22patch 8.2.1727: a popup created with "cursorline" will ignore "firstline"v8.2.1727Bram Moolenaar
2020-09-08patch 8.2.1638: leaking memory when popup filter function can't be calledv8.2.1638Bram Moolenaar
2020-09-08patch 8.2.1636: get stuck if a popup filter causes an errorv8.2.1636Bram Moolenaar
2020-09-02patch 8.2.1578: Vim9: popup_clear() does not take "true" as argumentv8.2.1578Bram Moolenaar
2020-08-18patch 8.2.1483: Vim9: error for using special as numberv8.2.1483Bram Moolenaar
2020-08-18patch 8.2.1478: Vim9: cannot use "true" for some popup optionsv8.2.1478Bram Moolenaar
2020-08-10patch 8.2.1415: closing a popup window with CTRL-C interrupts 'statusline'v8.2.1415Bram Moolenaar
2020-08-10patch 8.2.1414: popupwindow missing last couple of linesv8.2.1414Bram Moolenaar
2020-08-09patch 8.2.1406: popupwindow lacks scrollbar if no "maxheight" is usedv8.2.1406Bram Moolenaar
2020-07-27patch 8.2.1307: popup window width does not include number of sign columnsv8.2.1307Bram Moolenaar
2020-07-26patch 8.2.1303: calling popup_setoptions() resets 'signcolumn'v8.2.1303Bram Moolenaar
2020-07-18patch 8.2.1239: "maxwidth" in 'completepopup' not obeyedv8.2.1239Bram Moolenaar
2020-07-18patch 8.2.1237: changing 'completepopup' after opening popup has no effectv8.2.1237Bram Moolenaar
2020-07-15patch 8.2.1221: memory leak when updating popup windowv8.2.1221Bram Moolenaar
2020-07-12patch 8.2.1196: build failure with normal featuresv8.2.1196Bram Moolenaar
2020-07-12patch 8.2.1193: terminal window not redrawn when dragging a popup windowv8.2.1193Bram Moolenaar
2020-06-27patch 8.2.1071: Vim9: no line break allowed inside a lambdav8.2.1071Bram Moolenaar
2020-06-15patch 8.2.0984: not using previous window when closing a shell popup windowv8.2.0984Bram Moolenaar
2020-05-30patch 8.2.0853: ml_delete() often called with FALSE argumentv8.2.0853Bram Moolenaar
2020-05-18patch 8.2.0792: build failure with small featuresv8.2.0792Bram Moolenaar
2020-05-18patch 8.2.0791: a second popup window with terminal causes troublev8.2.0791Bram Moolenaar
2020-05-13patch 8.2.0751: Vim9: performance can be improvedv8.2.0751Bram Moolenaar
2020-05-13patch 8.2.0748: cannot get a list of all popupsv8.2.0748Bram Moolenaar
2020-05-13patch 8.2.0747: cannot forcefully close all popupsv8.2.0747Bram Moolenaar
2020-05-13patch 8.2.0746: popup_clear() hangs when a popup can't be closedv8.2.0746Bram Moolenaar
2020-04-06patch 8.2.0523: loops are repeatedv8.2.0523Bram Moolenaar
2020-04-04patch 8.2.0510: Coverity complains about using uninitialized variablev8.2.0510Bram Moolenaar
2020-04-02patch 8.2.0500: using the same loop in many placesv8.2.0500Bram Moolenaar
2020-03-14patch 8.2.0380: tiny popup when creating a terminal popup without minwidthv8.2.0380Bram Moolenaar
2020-03-13patch 8.2.0375: Coverity warning for not using return valuev8.2.0375Bram Moolenaar
2020-03-11patch 8.2.0371: crash with combination of terminal popup and autocmdv8.2.0371Bram Moolenaar
2020-03-06patch 8.2.0359: popup_atcursor() may hangv8.2.0359Bram Moolenaar
2020-02-28patch 8.2.0330: build error with popup window but without terminalv8.2.0330Bram Moolenaar
2020-02-28patch 8.2.0329: popup filter converts 0x80 bytesv8.2.0329Bram Moolenaar
2020-02-28patch 8.2.0328: no redraw when leaving term-normal mode in popup terminalv8.2.0328Bram Moolenaar
2020-02-28patch 8.2.0327: crash when opening and closing two popup terminal windowsv8.2.0327Bram Moolenaar
2020-02-20patch 8.2.0286: cannot use popup_close() for a terminal popupv8.2.0286Bram Moolenaar
2020-02-05patch 8.2.0214: a popup window with a terminal can be made hiddenv8.2.0214Bram Moolenaar
2020-02-03patch 8.2.0205: error code E899 used twicev8.2.0205Bram Moolenaar
2020-02-02patch 8.2.0196: blocking commands for a finished job in a popup windowv8.2.0196Bram Moolenaar
2020-02-01patch 8.2.0194: some commands can cause problems in terminal popupv8.2.0194Bram Moolenaar
2020-02-01patch 8.2.0192: build failure without +terminal featurev8.2.0192Bram Moolenaar
2020-02-01patch 8.2.0191: cannot put a terminal in a popup windowv8.2.0191Bram Moolenaar
2020-01-30patch 8.2.0179: still a few places where range() does not workv8.2.0179Bram Moolenaar