aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/api/ui.c
Commit message (Expand)AuthorAge
* vim-patch:8.1.2082: rename popupmnu.* to popupmenu.* (#19829)zeertzjq2022-08-18
* refactor: remove some unused includes (#19820)zeertzjq2022-08-17
* refactor: use CLEAR_FIELD and CLEAR_POINTER macros (#19709)zeertzjq2022-08-11
* docs: fix typos (#19588)dundargoc2022-08-03
* perf(ui): eliminate spurious memory allocations for hl_attr_define eventbfredl2022-07-18
* perf(ui): reduce allocation overhead when encoding "redraw" eventsbfredl2022-06-20
* refactor(uncrustify): set maximum number of consecutive newlines to 2 (#18695)dundargoc2022-05-25
* refactor: move more grid functions to grid.c. Clean up some variablesbfredl2022-05-18
* refactor: replace char_u variables and functions with charDundar Goc2022-05-07
* refactor: replace char_u variables and functions with charDundar Goc2022-05-04
* feat(api/ui): win_extmarksYatao Li2022-05-03
* fix(coverity): use xstrndup() instead of vim_strsave() (#18363)zeertzjq2022-05-03
* refactor(ui): simplify stdin handlingbfredl2022-05-02
* refactor(uncrustify): change rules to better align with the style guideDundar Goc2022-04-29
* feat(api): ui options relevant for remote TUIhlpr982022-04-17
* refactor(api): make export of functions opt-in, not opt-outBjörn Linse2021-10-03
* refactor: format #15702dundargoc2021-09-18
* refactor(map): get rid of spurious subsystem_init() functions due to mapsBjörn Linse2021-08-22
* chore: use codespell to spell check #15016dundargoc2021-07-07
* decoration: split out "decoration" from "extmark" moduleBjörn Linse2020-11-07
* api/ui: simplify popup menu position get/set logic; fix testYatao Li2020-04-28
* api/ui: allow set bounds row and col to be less than 0; ui_pum_get_pos: retur...Yatao 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
* UIAttach, UIDetachJustin M. Keyes2019-09-12
* UIAttach, UIDetachRui Abreu Ferreira2019-09-12
* doc: nvim_ui_pum_set_height [ci skip]Daniel Hahler2019-09-10
* Add nvim_ui_pum_set_height to apierw72019-09-08
* screen: use dedicated message gridBjörn Linse2019-09-01
* highlight: expose builtin highlight groups using hl_group_set eventBjörn Linse2019-07-14
* docJustin M. Keyes2019-05-11
* UI/nvim_ui_attach(): add `override` optionJustin M. Keyes2019-05-09
* doc: UIJustin M. Keyes2019-04-22
* doc [ci skip]Justin M. Keyes2019-03-26
* Allow using internal popupmenu or ext_popupmenu for wildmenuBjörn Linse2019-03-16
* floats: implement floating windowsBjörn Linse2019-03-02
* ui: implement ext_messagesBjörn Linse2019-02-10
* UI: implement 'pumblend' option for semi-transparent popupmenuBjörn Linse2019-02-07
* UI: always use contrete colors for default_colors_setBjörn Linse2019-02-05
* ui/compositor: add redraws needed due to intersected doublewidth chars.Björn Linse2019-02-02
* UI: add "compositor" layer to merge grids for TUI use in a correct wayBjörn Linse2019-02-02
* doc [ci skip] #9478Justin M. Keyes2019-01-26
* multigrid: API version bumpBjörn Linse2018-12-31
* multigrid: reorganize types and global varaiblesBjörn Linse2018-12-31
* multigrid: Add multigrid documentationUtkarsh Maheshwari2018-12-31
* multigrid: Fix lint errorsUtkarsh Maheshwari2018-12-31
* multigrid: Put everything on default_grid if not ext_multigridUtkarsh Maheshwari2018-12-31
* multigrid: Allow UIs to set grid size different from window sizeUtkarsh Maheshwari2018-12-31
* ui: reserve the right to split a screen redraw into multiple batches.Björn Linse2018-10-02