summaryrefslogtreecommitdiffstats
path: root/src/popupwin.c
AgeCommit message (Expand)Author
2021-02-10patch 8.2.2491: popup window for text property may show in first screen linev8.2.2491Bram Moolenaar
2021-02-07patch 8.2.2476: using freed memory when splitting window while closing bufferv8.2.2476Bram Moolenaar
2021-02-06patch 8.2.2471: popup_setoptions() does not set textprop in other tabv8.2.2471Bram Moolenaar
2021-02-06patch 8.2.2470: popup_getoptions() does not get textprop from other tabv8.2.2470Bram Moolenaar
2021-01-04patch 8.2.2296: cannot use CTRL-N and CTRL-P in a popup menuv8.2.2296Bram Moolenaar
2020-12-29patch 8.2.2243: crash when popup mask contains zeroesv8.2.2243Bram Moolenaar
2020-12-12patch 8.2.2132: padding not drawn properly for popup window with titlev8.2.2132Bram Moolenaar
2020-11-28patch 8.2.2064: terminal: cursor is on while redrawing, causing flickerv8.2.2064Bram Moolenaar
2020-11-21patch 8.2.2024: flicker when redrawing a popup with a title and borderv8.2.2024Bram Moolenaar
2020-11-15patch 8.2.1990: cursor position wrong in terminal popup with finished jobv8.2.1990Bram Moolenaar
2020-11-05patch 8.2.1958: build failure with timersv8.2.1958Bram Moolenaar
2020-10-22patch 8.2.1886: using ":silent!" in a popup filter has unexpected effectv8.2.1886Bram Moolenaar
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