summaryrefslogtreecommitdiffstats
path: root/src/popupmenu.c
AgeCommit message (Expand)Author
2023-08-26patch 9.0.1789: too early declaration of variable in pum_set_selected()v9.0.1789mathew
2023-08-23patch 9.0.1784: redundant else in pum_set_selected()v9.0.1784mathew
2023-05-20patch 9.0.1571: RedrawingDisabled not used consistentlyv9.0.1571Bram Moolenaar
2023-05-07patch 9.0.1523: some error messages are not marked for translationv9.0.1523zeertzjq
2023-04-27patch 9.0.1493: popup menu position wrong in window with toolbarv9.0.1493zeertzjq
2023-04-23patch 9.0.1480: using popup menu may leave text in the command linev9.0.1480Luuk van Baal
2023-03-31patch 9.0.1432: completion popup in wrong position with virtual text "above"v9.0.1432Bram Moolenaar
2023-03-15patch 9.0.1404: compilation error with some compilersv9.0.1404Bram Moolenaar
2023-03-10patch 9.0.1397: highlight for popupmenu kind and extra cannot be setv9.0.1397Gianmaria Bajo
2023-02-21patch 9.0.1336: functions without arguments are not always declared properlyv9.0.1336Yegappan Lakshmanan
2023-01-18patch 9.0.1221: code is indented more than necessaryv9.0.1221Yegappan Lakshmanan
2022-08-26patch 9.0.0279: the tiny version has the popup menu but not 'wildmenu'v9.0.0279Bram Moolenaar
2022-08-14patch 9.0.0206: redraw flags are not named specificallyv9.0.0206Bram Moolenaar
2022-07-26patch 9.0.0076: no test for what patch 8.1.1424 fixesv9.0.0076zeertzjq
2022-05-07patch 8.2.4911: the mode #defines are not clearly namedv8.2.4911Bram Moolenaar
2022-04-15patch 8.2.4753: error from setting an option is silently ignoredv8.2.4753Bram Moolenaar
2022-03-31patch 8.2.4655: cmdline completion popup menu positioned wrongv8.2.4655Yegappan Lakshmanan
2022-02-10patch 8.2.4339: CTRL-A does not work properly with the cmdline popup menuv8.2.4339Yegappan Lakshmanan
2022-02-08patch 8.2.4325: 'wildmenu' only shows few matchesv8.2.4325Yegappan Lakshmanan
2022-01-01patch 8.2.3972: error messages are spread outv8.2.3972Bram Moolenaar
2021-11-17patch 8.2.3614: zindex of popup windows not used when redrawing popup menuv8.2.3614Bakudankun
2021-04-27patch 8.2.2815: status line flickers when redrawing popup menu infov8.2.2815Bram Moolenaar
2021-04-23patch 8.2.2803: flicker when the popup menu has an info popupv8.2.2803Bram Moolenaar
2020-12-24patch 8.2.2207: illegal memory access if popup menu items are changedv8.2.2207Bram Moolenaar
2020-12-09patch 8.2.2123: after using a complete popup the buffer is listedv8.2.2123Bram Moolenaar
2020-11-16patch 8.2.1995: the popup menu can cause too much redrawingv8.2.1995Bram Moolenaar
2020-11-15patch 8.2.1989: info popup triggers WinEnter and WinLeave autocommandsv8.2.1989Bram Moolenaar
2020-07-18patch 8.2.1239: "maxwidth" in 'completepopup' not obeyedv8.2.1239Bram Moolenaar
2020-05-30patch 8.2.0853: ml_delete() often called with FALSE argumentv8.2.0853Bram Moolenaar
2020-05-13patch 8.2.0751: Vim9: performance can be improvedv8.2.0751Bram Moolenaar
2020-05-02patch 8.2.0678: rare crash for popup menuv8.2.0678Bram Moolenaar
2020-04-12patch 8.2.0559: clearing a struct is verbosev8.2.0559Bram Moolenaar
2020-04-06patch 8.2.0523: loops are repeatedv8.2.0523Bram Moolenaar
2020-03-16patch 8.2.0393: Coverity warns for not using return valuev8.2.0393Bram Moolenaar
2020-01-27patch 8.2.0159: non-materialized range() list causes problemsv8.2.0159Bram Moolenaar
2020-01-11patch 8.2.0111: VAR_SPECIAL is also used for booleansv8.2.0111Bram Moolenaar
2019-12-15patch 8.2.0011: screen updating wrong when opeing preview windowv8.2.0011Bram Moolenaar
2019-12-14patch 8.2.0007: popup menu positioned wrong with folding in two tabsv8.2.0007Bram Moolenaar
2019-12-10patch 8.1.2415: popup menu flickers if an info popup is usedv8.1.2415Bram Moolenaar
2019-12-06patch 8.1.2399: info popup on top of cursor if it doesn't fitv8.1.2399Bram Moolenaar
2019-12-05patch 8.1.2394: using old C style commentsv8.1.2394Bram Moolenaar
2019-12-01patch 8.1.2373: cannot build with +popupwin but without +quickfixv8.1.2373Bram Moolenaar
2019-11-30patch 8.1.2371: FEAT_TEXT_PROP is a confusing namev8.1.2371Bram Moolenaar
2019-11-30patch 8.1.2369: cannot build with quickfix and without text propertiesv8.1.2369Bram Moolenaar
2019-11-21patch 8.1.2325: crash when using balloon with empty linev8.1.2325Bram Moolenaar
2019-11-21patch 8.1.2324: with of scrollbar in popup menu not taken into accountv8.1.2324Bram Moolenaar
2019-11-09patch 8.1.2274: newlines in 'balloonexpr' result only work in the GUIv8.1.2274Bram Moolenaar
2019-10-20patch 8.1.2192: cannot easily fill the info popup asynchronouslyv8.1.2192Bram Moolenaar
2019-10-06patch 8.1.2120: some MB_ macros are more complicated than necessaryv8.1.2120Bram Moolenaar
2019-09-27patch 8.1.2082: some files have a weird name to fit in 8.3 charactersv8.1.2082Bram Moolenaar