aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/popupmnu.c
Commit message (Expand)AuthorAge
* fix(coverity): dead code and operands don't affect result #17662dundargoc2022-03-11
* vim-patch:8.2.4241: some type casts are redundantDundar Göc2022-01-30
* refactor(pum_redraw): rename col -> grid_colzeertzjq2021-12-24
* fix(pum_redraw): use grid_puts_len() to truncate the textzeertzjq2021-12-24
* feat(decorations): support virtual lines (for now: only one block at a time)Björn Linse2021-09-26
* refactor: format with uncrustify #15755dundargoc2021-09-24
* buffer: move BUFEMPTY to a functionThomas Vigouroux2021-07-06
* buffer: don't rely on curbuf in BUFEMPTYThomas Vigouroux2021-07-06
* fix(ui): Fix pum incorrect position in multigrid modeSerg Tereshchenko2021-06-12
* floats: z-indexBjörn Linse2021-05-15
* vim-patch:8.1.0989: various small code uglinessJan Edmund Lazo2021-03-29
* floats: handle interaction with popupmenu and border correctlyBjörn Linse2021-03-25
* floats: add borders (MS-DOS MODE)Björn Linse2021-03-22
* w_grid_alloc: baseline implBjörn Linse2021-03-22
* refactor: de-curwin-ify update_topline/curs_columnsMatthieu Coudron2020-12-23
* vim-patch:8.2.2123: after using a complete popup the buffer is listedSean Dewar2020-12-09
* vim-patch:8.2.1995: the popup menu can cause too much redrawingShougo Matsushita2020-11-17
* api: add API for themesBjörn Linse2020-11-01
* vim-patch:8.2.0393: Coverity warns for not using return valueJan Edmund Lazo2020-10-25
* Fix popupmenu position issueerw72020-10-23
* vim-patch:8.2.0007: popup menu positioned wrong with folding in two tabsJan Edmund Lazo2020-10-08
* vim-patch:8.2.0111: VAR_SPECIAL is also used for booleansBilly Su2020-06-06
* vim-patch:8.2.0678: rare crash for popup menuJan Edmund Lazo2020-05-03
* api/ui: simplify popup menu position get/set logic; fix testYatao Li2020-04-28
* external pum: use floating point geometry; typval: add tv_dict_add_floatYatao Li2020-04-28
* ui_pum_get_pos: return internal pum position if external pum pos not foundYatao Li2020-04-28
* API/UI: Allow UI to set PUM position and size, and pass the position to Compl...Yatao Li2020-04-28
* popupmenu: don't use 'rightleft' option in cmdline modeBjörn Linse2020-03-23
* vim-patch:8.0.1540: popup menu positioning fails with longer stringJan Edmund Lazo2019-12-29
* vim-patch:8.1.0554: popup menu overlaps with preview windowJan Edmund Lazo2019-12-29
* vim-patch:8.0.1538: popupmenu is too far left when completion is longJan Edmund Lazo2019-12-29
* vim-patch:8.0.1522: popup menu is positioned in the wrong placeJan Edmund Lazo2019-12-29
* vim-patch:8.1.0670: macro for popup menu width is unusedJan Edmund Lazo2019-12-29
* vim-patch:8.0.1495: having 'pumwidth' default to zero has no meritJan Edmund Lazo2019-12-29
* vim-patch:8.0.1491: the minimum width of the popup menu is hard codedJan Edmund Lazo2019-12-29
* vim-patch:8.0.1309: cannot use 'balloonexpr' in a terminal #10983Jan Edmund Lazo2019-09-09
* Add nvim_ui_pum_set_height to apierw72019-09-08
* vim-patch:8.1.1138: add CompleteChanged #10644Justin M. Keyes2019-07-29
* ui: add 'winblend' to support blending of floating windowsBjörn Linse2019-06-25
* screen: showcmd should never move the cursorBjörn Linse2019-06-13
* lintJan Edmund Lazo2019-04-30
* Allow using internal popupmenu or ext_popupmenu for wildmenuBjörn Linse2019-03-16
* autocmd: add MenuPopupChanged autocmdchemzqm2019-03-15
* floats: implement floating windowsBjörn Linse2019-03-02
* UI: implement 'pumblend' option for semi-transparent popupmenuBjörn Linse2019-02-07
* Merge pull request #9579 from bfredl/pum_fixBjörn Linse2019-02-03
|\
| * popupmenu: fix alignment of kind and extra after #9530Björn Linse2019-02-03
* | rename ui_is_external to ui_has (#9576)Justin M. Keyes2019-02-03
|/
* ui/compositor: add redraws needed due to intersected doublewidth chars.Björn Linse2019-02-02
* Reduce pum redraws from edit.c by delaying undisplay of pumBjörn Linse2019-02-02