aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/popupmnu.c
Commit message (Expand)AuthorAge
* vim-patch:8.1.2082: rename popupmnu.* to popupmenu.* (#19829)zeertzjq2022-08-18
* feat(ui): allow to set the highlight namespace per windowbfredl2022-08-17
* refactor: remove some unused includes (#19820)zeertzjq2022-08-17
* refactor: use CLEAR_FIELD and CLEAR_POINTER macros (#19709)zeertzjq2022-08-11
* vim-patch:9.0.0076: no test for what patch 8.1.1424 fixeszeertzjq2022-07-26
* vim-patch:8.1.1424: crash when popup menu is deleted while waiting for charzeertzjq2022-07-26
* vim-patch:8.1.1076: file for Insert mode is much too bigzeertzjq2022-07-20
* fix(pum): make right drag in anchor grid to select work in multigrid UI (#19382)zeertzjq2022-07-16
* vim-patch:8.1.1547: functionality of bt_nofile() is confusingzeertzjq2022-07-15
* feat(ui): make right-click menu work properly with ext_multigridzeertzjq2022-07-01
* vim-patch:8.1.0695: internal error when using :popupzeertzjq2022-07-01
* vim-patch:8.1.0487: no menus specifically for the terminal windowzeertzjq2022-07-01
* vim-patch:8.0.1588: popup menu hangs after typing CTRL-Czeertzjq2022-07-01
* vim-patch:8.0.1574: show cursor in wrong place when using popup menuzeertzjq2022-07-01
* vim-patch:8.0.1570: can't use :popup for a menu in the terminalzeertzjq2022-07-01
* vim-patch:8.0.1558: no right-click menu in a terminalzeertzjq2022-07-01
* refactor: replace char_u #18429dundargoc2022-06-28
* perf(ui): reduce allocation overhead when encoding "redraw" eventsbfredl2022-06-20
* refactor: change type of linenr_T from long to int32_tDundar Goc2022-06-10
* refactor(uncrustify): set maximum number of consecutive newlines to 2 (#18695)dundargoc2022-05-25
* refactor: grid->rows and grid->colsbfredl2022-05-18
* refactor: replace char_u variables and functions with charDundar Goc2022-05-16
* vim-patch:8.2.4911: the mode #defines are not clearly named (#18499)zeertzjq2022-05-10
* refactor: replace char_u variables and functions with charDundar Goc2022-05-07
* refactor: replace char_u variables and functions with charDundar Goc2022-05-05
* refactor(uncrustify): change rules to better align with the style guideDundar Goc2022-04-29
* 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