aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/ui.h
Commit message (Expand)AuthorAge
* refactor: fix headers with IWYUdundargoc2023-11-28
* refactor: rename types.h to types_defs.hdundargoc2023-11-27
* build(IWYU): export generated headersdundargoc2023-11-27
* docs: deprecate the "term_background" UI fieldGregory Anders2023-11-13
* refactor: replace manual header guards with #pragma oncedundargoc2023-11-12
* build(lint): remove unnecessary clint.py rulesdundargoc2023-10-23
* feat(ui): restore has('gui_running')Justin M. Keyes2023-02-27
* feat(api): more fields in nvim_list_uisJustin M. Keyes2023-02-27
* perf(ui): mitigate redraw latency regression from TUI refactorbfredl2023-02-08
* refactor(ui): devirtualize the ui layerbfredl2023-01-05
* build: allow IWYU to fix includes for all .c filesdundargoc2022-11-15
* feat(lua): vim.ui_attach to get ui events from luabfredl2022-08-31
* refactor(arena): use a shared block freelistbfredl2022-08-24
* 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: format all C files under nvim/ #15977dundargoc2021-10-12
* external pum: use floating point geometry; typval: add tv_dict_add_floatYatao Li2020-04-28
* API/UI: Allow UI to set PUM position and size, and pass the position to Compl...Yatao Li2020-04-28
* Merge pull request #10475 from erw7/fix-ext-popupmenuBjörn Linse2019-09-08
|\
| * Add nvim_ui_pum_set_height to apierw72019-09-08
* | refactor: allow us to process a child queue only while waiting on inputBjörn Linse2019-09-08
|/
* UI/nvim_ui_attach(): add `override` optionJustin M. Keyes2019-05-09
* floats: implement floating windowsBjörn Linse2019-03-02
* ui: implement ext_messagesBjörn Linse2019-02-10
* 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
* multigrid: Change screen_* functions to grid_* functionsUtkarsh Maheshwari2018-12-31
* ui: rename ext_newgrid to ext_linegridBjörn Linse2018-10-01
* tui: Hint wrapped lines to terminals.Ricky Zhou2018-09-03
* ui: use line-based rather than char-based updates in screen.cBjörn Linse2018-07-21
* highlight: refactor to use stateful representationBjörn Linse2018-07-21
* nvim_list_uis: include channel idBjörn Linse2018-06-01
* ui: refactor ui optionsBjörn Linse2018-02-13
* ui/tui: highlighting refactorBjörn Linse2018-02-11
* tui: defer termcodes using a timerJustin M. Keyes2017-12-13
* tui: rework deferred-termcodes implementationJustin M. Keyes2017-12-13
* Adds nvim_get_hl_by_name/by_idMatthieu Coudron2017-09-30
* api: generate ui eventsBjörn Linse2017-05-10
* api/ui: externalize tablineJustin M. Keyes2017-04-26
* api/ui: externalize tablineDongdong Zhou2017-04-26
* refactor/single-include: ui.h, ui_bridge.h, ugrid.h (#6571)relnod2017-04-22
* ui: use an array for mode stylesBjörn Linse2017-04-21
* ui: support more cursor shape modesBjörn Linse2017-04-21
* 'guicursor': enabled=false if 'guicursor' is emptyJustin M. Keyes2017-04-04
* tui: 'guicursor' shape #6044Matthieu Coudron2017-04-01
* api/ui: use ui options instead of one method per featureBjörn Linse2016-08-29
* api/ui: allow popupmenu to be drawn by external uiBjörn Linse2016-08-29
* syntax: Add support for the "special" color used for undercurlsAdnoC2016-05-17
* encoding: simplify handling of encoding in TUIBjörn Linse2015-09-08