aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/ui.c
Commit message (Expand)AuthorAge
* refactor(log): reduce compile time LOG_LEVEL granularitybfredl2023-03-04
* feat(ui): restore has('gui_running')Justin M. Keyes2023-02-27
* feat(api): more fields in nvim_list_uisJustin M. Keyes2023-02-27
* fix(build): fix invalid use of EXITFREEbfredl2023-02-26
* refactor(ui): ui_log() can now just be a functionbfredl2023-02-25
* refactor(api): VALIDATE macros #22187Justin M. Keyes2023-02-14
* refactor(ui): remove some superfluous ui_flush() callsbfredl2023-02-09
* refactor(ui): cleanup 'redrawdebug', introduce "flush" modebfredl2023-02-08
* refactor: fix IWYU mapping file and use IWYU (#21802)dundargoc2023-01-15
* vim-patch:partial:9.0.1196: code is indented more than necessary (#21796)zeertzjq2023-01-14
* fix(ui): fix fragile UI_CALL macro invocation (#21656)bfredl2023-01-05
* refactor(ui): devirtualize the ui layerbfredl2023-01-05
* Merge pull request #21631 from bfredl/request_memorybfredl2023-01-03
|\
| * refactor(api): do not allocate temporaries for internal eventsbfredl2023-01-03
* | Merge #21580 cmdline issues with cmdheight=0Justin M. Keyes2023-01-03
|\ \ | |/ |/|
| * fix: issues with command line if ui elements are externalizedLuuk van Baal2022-12-31
* | fix(exit): the TUI should not ui_flush() itself (#21625)zeertzjq2023-01-03
* | feat(tui): graduate the +tui featurebfredl2022-12-31
* | fix(tui): more work in the TUIbfredl2022-12-31
* | feat(tui): run TUI as external processhlpr982022-12-31
|/
* fix: don't disable compositor widgets when a GUI with multigrid attachesFolke Lemaitre2022-11-16
* build: allow IWYU to fix includes for all .c filesdundargoc2022-11-15
* vim-patch:8.2.1919: assert_fails() setting emsg_silent changes normal executi...zeertzjq2022-11-11
* refactor: clang-tidy fixes to silence clangd warning (#20683)dundargoc2022-10-21
* fix(redraw): avoid unnecessary redraws and glitches with floats+messagesbfredl2022-09-22
* feat(ui): use msg_grid based implementation for cmdheight=0bfredl2022-09-15
* Merge pull request #20022 from dundargoc/refactor/char_u/6bfredl2022-09-01
|\
| * refactor: replace char_u with charDundar Göc2022-08-31
* | feat(lua): vim.ui_attach to get ui events from luabfredl2022-08-31
|/
* refactor: replace char_u with charDundar Göc2022-08-26
* refactor(arena): use a shared block freelistbfredl2022-08-24
* vim-patch:8.1.2057: the screen.c file is much too bigLewis Russell2022-08-19
* vim-patch:8.1.2082: rename popupmnu.* to popupmenu.* (#19829)zeertzjq2022-08-18
* refactor: remove some unused includes (#19820)zeertzjq2022-08-17
* fix(winbar): do not always assume cursor is valid. fixes #19458bfredl2022-08-13
* refactor: remove some unused includes (#19740)zeertzjq2022-08-12
* cmdheight=0: fix bugs part2 (#19185)Shougo2022-07-31
* perf(ui): avoid ui_flush() work in headless modebfredl2022-07-18
* perf(ui): unpack a single ui event at a time, instead of a "redraw" batchbfredl2022-07-18
* fix(input): use correct grid when restoring cursor for <expr> mapping (#19047)zeertzjq2022-06-23
* perf(ui): remove spurious allocations from mode_style_array()bfredl2022-06-21
* perf(ui): reduce allocation overhead when encoding "redraw" eventsbfredl2022-06-20
* fix(tui): piping nodejs to nvim breaks input handling #18932Kevin Sicong Jiang2022-06-19
* perf(memory): use an arena for RPC decodingbfredl2022-06-14
* fix(logging): skip recursion, fix crash #18764Justin M. Keyes2022-05-30
* 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(uncrustify): change rules to better align with the style guideDundar Goc2022-04-29