aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/ui.c
Commit message (Expand)AuthorAge
* refactor(ui): remove outdated UI vs UIData distinctionbfredl2024-03-08
* refactor(lua): use Arena when converting from lua stack to API argsbfredl2024-02-13
* refactor: rename w_float_config to w_config #27419Will Hopkins2024-02-10
* refactor(api): use arena for nvim_list_uis()bfredl2024-02-09
* refactor(api): make cstr_as_string accept "const char*"bfredl2024-02-09
* refactor: IWYU (#27186)zeertzjq2024-01-25
* feat(ui): add chdir UI event (#27093)Gregory Anders2024-01-19
* refactor(IWYU): fix headersdundargoc2024-01-11
* refactor(screen): simplify grid_clear() and win_draw_end()bfredl2024-01-11
* refactor: remove redundant struct namesdundargoc2024-01-02
* docs: add style rule regarding initializationdundargoc2023-12-18
* refactor: move non-symbols to defs.h headersdundargoc2023-12-17
* refactor(options): reduce `findoption()` usageFamiu Haque2023-12-09
* fix(startup): only send one default_colors_set event during startupbfredl2023-12-06
* refactor: free more reachable memory with EXITFREE (#26349)zeertzjq2023-12-02
* refactor: change event_create() to a macro (#26343)zeertzjq2023-12-01
* refactor(IWYU): move UI and LineFlags to ui_defs.h (#26318)zeertzjq2023-11-30
* refactor: move some constants out of vim_defs.h (#26298)zeertzjq2023-11-29
* refactor: fix headers with IWYUdundargoc2023-11-28
* refactor: move some functions to winfloat.c (#26020)Raphael2023-11-16
* docs: deprecate the "term_background" UI fieldGregory Anders2023-11-13
* build: remove PVSdundargoc2023-11-12
* fix(startup): trigger UIEnter for the correct channel (#25860)zeertzjq2023-11-01
* refactor: reorganize option header files (#25437)zeertzjq2023-09-30
* refactor: remove longdundargoc2023-09-29
* refactor(messages): fold msg_attr into msgbfredl2023-09-27
* refactor(map): enhanced implementation, Clean Codeā„¢, etc etcbfredl2023-09-08
* refactor(options): remove `getoption_T` and introduce `OptVal` (#23850)Famiu Haque2023-06-07
* fix(ui-ext): send title to newly-attached UIzeertzjq2023-05-26
* refactor(api): new helper macrosFamiu Haque2023-05-23
* refactor(map): avoid duplicated khash_t types for valuesbfredl2023-05-17
* refactor(time): refactor delay with input checkingbfredl2023-04-24
* 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