aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/popupmnu.c
Commit message (Expand)AuthorAge
* 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
* screen.c: make more highlights window specificBjörn Linse2017-06-14
* api: use generated events for popupmenu and tablineBjörn Linse2017-05-10
* api/ui: externalize tablineJustin M. Keyes2017-04-26
* *: Add comment to all C filesZyX2017-04-19
* *: Move some dictionary functions to typval.h and use char*ZyX2017-03-29
* vim-patch:7.4.2101James McCoy2017-03-11
* vim-patch:0 completion-related patches #5745 #5829Shougo Matsushita2016-12-26
* refactor: eliminate misc2.cJustin M. Keyes2016-09-13
* api/ui: allow popupmenu to be drawn by external uiBjörn Linse2016-08-29
* vim-patch:7.4.901watiko2016-02-15
* src/*: Remove `VIM - Vi improved ...` headerMichael Reed2015-11-27
* memory: Add `free` wrapper and refactor project to use itThiago de Arruda2015-04-13
* Enable -Wconversion: popupmnu.c.Eliseo Martínez2015-04-07
* Remove nonnullret deadcode: transstr.Eliseo Martínez2015-01-27
* Convert some values from buffer_defs.h to boolsWayne Rowcliffe2014-11-12
* vim-patch:7.4.361Shougo Matsushita2014-09-19
* vim-patch:7.4.383Shougo Matsushita2014-09-18
* Include stdbool.h in some files which use itPavel Platto2014-07-11
* move <inttypes.h> include out of vim.hBrandon Coleman2014-07-09
* move ascii.h include out of vim.hBrandon Coleman2014-07-09