aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/popupmnu.c
Commit message (Expand)AuthorAge
* 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
* UI: add "compositor" layer to merge grids for TUI use in a correct wayBjörn Linse2019-02-02
* popupmenu: fix positioning with vsplitsBjörn Linse2019-01-01
* multigrid: Fix lint errorsUtkarsh Maheshwari2018-12-31
* multigrid: use grid-based coordinates for ext_popupmenuBjörn Linse2018-12-31
* multigrid: Change screen_* functions to grid_* functionsUtkarsh Maheshwari2018-12-31
* vim-patch:8.1.0355 Incorrect adjusting the popup menu (#8996)Ronan Pigott2018-09-16
* vim-patch:8.0.1161rpigott2018-09-13
* popupmnu.c: Fix popup placement when preview window is belowrpigott2018-09-13
* Remove has_mbytes from lines local to parent commitZviRackover2018-08-31
* Refactor: remove mb_ptr2len_len, mb_ptr2cells and mb_ptr2cells_lenZviRackover2018-08-31
* ui: use line-based rather than char-based updates in screen.cBjörn Linse2018-07-21
* vim-patch:8.0.0451: some macros are in lower caseJan Edmund Lazo2018-06-12
* charset,*: Refactor transstr()ZyX2018-04-09
* vim-patch:8.0.1223: crash when using autocomplete and tab pagesJustin M. Keyes2018-02-11
* vim-patch:8.0.0448: some macros are lower case (#7936)KunMing Xie2018-01-30