index
:
rneovim.git
20220114-mix
20230125_mix
20231130_mix
aucmd_textputpost
colorcolchar
fix_20726
fix_repeatcmdline
fix_semantic_tokens
fix_semantic_tokens_pull
floattitle
master
mix
mix_20240309
newfeatures
rahm
tmp
usermarks
userreg
userregs_2
Neovim fork with Rahm's personal hacks.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
nvim
/
ui.c
Commit message (
Expand
)
Author
Age
*
refactor: move some constants out of vim_defs.h (#26298)
zeertzjq
2023-11-29
*
refactor: fix headers with IWYU
dundargoc
2023-11-28
*
refactor: move some functions to winfloat.c (#26020)
Raphael
2023-11-16
*
docs: deprecate the "term_background" UI field
Gregory Anders
2023-11-13
*
build: remove PVS
dundargoc
2023-11-12
*
fix(startup): trigger UIEnter for the correct channel (#25860)
zeertzjq
2023-11-01
*
refactor: reorganize option header files (#25437)
zeertzjq
2023-09-30
*
refactor: remove long
dundargoc
2023-09-29
*
refactor(messages): fold msg_attr into msg
bfredl
2023-09-27
*
refactor(map): enhanced implementation, Clean Code™, etc etc
bfredl
2023-09-08
*
refactor(options): remove `getoption_T` and introduce `OptVal` (#23850)
Famiu Haque
2023-06-07
*
fix(ui-ext): send title to newly-attached UI
zeertzjq
2023-05-26
*
refactor(api): new helper macros
Famiu Haque
2023-05-23
*
refactor(map): avoid duplicated khash_t types for values
bfredl
2023-05-17
*
refactor(time): refactor delay with input checking
bfredl
2023-04-24
*
refactor(log): reduce compile time LOG_LEVEL granularity
bfredl
2023-03-04
*
feat(ui): restore has('gui_running')
Justin M. Keyes
2023-02-27
*
feat(api): more fields in nvim_list_uis
Justin M. Keyes
2023-02-27
*
fix(build): fix invalid use of EXITFREE
bfredl
2023-02-26
*
refactor(ui): ui_log() can now just be a function
bfredl
2023-02-25
*
refactor(api): VALIDATE macros #22187
Justin M. Keyes
2023-02-14
*
refactor(ui): remove some superfluous ui_flush() calls
bfredl
2023-02-09
*
refactor(ui): cleanup 'redrawdebug', introduce "flush" mode
bfredl
2023-02-08
*
refactor: fix IWYU mapping file and use IWYU (#21802)
dundargoc
2023-01-15
*
vim-patch:partial:9.0.1196: code is indented more than necessary (#21796)
zeertzjq
2023-01-14
*
fix(ui): fix fragile UI_CALL macro invocation (#21656)
bfredl
2023-01-05
*
refactor(ui): devirtualize the ui layer
bfredl
2023-01-05
*
Merge pull request #21631 from bfredl/request_memory
bfredl
2023-01-03
|
\
|
*
refactor(api): do not allocate temporaries for internal events
bfredl
2023-01-03
*
|
Merge #21580 cmdline issues with cmdheight=0
Justin M. Keyes
2023-01-03
|
\
\
|
|
/
|
/
|
|
*
fix: issues with command line if ui elements are externalized
Luuk van Baal
2022-12-31
*
|
fix(exit): the TUI should not ui_flush() itself (#21625)
zeertzjq
2023-01-03
*
|
feat(tui): graduate the +tui feature
bfredl
2022-12-31
*
|
fix(tui): more work in the TUI
bfredl
2022-12-31
*
|
feat(tui): run TUI as external process
hlpr98
2022-12-31
|
/
*
fix: don't disable compositor widgets when a GUI with multigrid attaches
Folke Lemaitre
2022-11-16
*
build: allow IWYU to fix includes for all .c files
dundargoc
2022-11-15
*
vim-patch:8.2.1919: assert_fails() setting emsg_silent changes normal executi...
zeertzjq
2022-11-11
*
refactor: clang-tidy fixes to silence clangd warning (#20683)
dundargoc
2022-10-21
*
fix(redraw): avoid unnecessary redraws and glitches with floats+messages
bfredl
2022-09-22
*
feat(ui): use msg_grid based implementation for cmdheight=0
bfredl
2022-09-15
*
Merge pull request #20022 from dundargoc/refactor/char_u/6
bfredl
2022-09-01
|
\
|
*
refactor: replace char_u with char
Dundar Göc
2022-08-31
*
|
feat(lua): vim.ui_attach to get ui events from lua
bfredl
2022-08-31
|
/
*
refactor: replace char_u with char
Dundar Göc
2022-08-26
*
refactor(arena): use a shared block freelist
bfredl
2022-08-24
*
vim-patch:8.1.2057: the screen.c file is much too big
Lewis Russell
2022-08-19
*
vim-patch:8.1.2082: rename popupmnu.* to popupmenu.* (#19829)
zeertzjq
2022-08-18
*
refactor: remove some unused includes (#19820)
zeertzjq
2022-08-17
*
fix(winbar): do not always assume cursor is valid. fixes #19458
bfredl
2022-08-13
[next]