aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/popupmnu.c
Commit message (Expand)AuthorAge
* 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
* Replace int with bool in some files. #654Klemen Košir2014-07-08
* move/remove W_* macrosBrandon Coleman2014-06-12
* Add automatic generation of headersZyX2014-06-02
* Remove OOM checks: reverse_text()Felipe Oliveira Carvalho2014-05-19
* Introduce nvim namespace: Fix unmasked strings.h issue.Eliseo Martínez2014-05-15
* Introduce nvim namespace: Fix project-local includes.Eliseo Martínez2014-05-15
* Introduce nvim namespace: Move files.Eliseo Martínez2014-05-15