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
*
fix(messages): attaching/detaching ext_messages causes asserts #31952
luukvbaal
2025-01-10
*
feat(ui)!: emit prompt "messages" as cmdline events #31525
luukvbaal
2025-01-02
*
refactor: iwyu #31637
Justin M. Keyes
2024-12-23
*
refactor(options): autogenerate valid values and flag enums for options (#31089)
Famiu Haque
2024-11-23
*
fix(messages): more ext_messages kinds #31279
luukvbaal
2024-11-20
*
fix(ui): no fast context for prompt message kinds #31224
luukvbaal
2024-11-15
*
fix(messages)!: vim.ui_attach message callbacks are unsafe
Luuk van Baal
2024-11-14
*
refactor(highlight): make enum of builtin highlights start with 1
bfredl
2024-11-13
*
refactor(message): propagate highlight id instead of attrs
Luuk van Baal
2024-11-08
*
refactor(api)!: rename Dictionary => Dict
Justin M. Keyes
2024-09-23
*
feat(tui): builtin UI (TUI) sets client info #30397
Justin M. Keyes
2024-09-18
*
fix(tui): skip TUI in ui_rgb_attached (#29096)
Gregory Anders
2024-06-12
*
fix(ui): avoid recursiveness and invalid memory access #28578
luukvbaal
2024-05-01
*
fix(ui): activating all ext capabilities without remote UI #28555
luukvbaal
2024-04-28
*
fix(ui): set 'cmdheight' to zero for all open tabpages
Luuk van Baal
2024-04-27
*
fix(ui): update ext_ui widgets when attaching non-remote UI
Luuk van Baal
2024-04-26
*
fix(ui): don't force 'cmdheight' to zero with ext_messages
Luuk van Baal
2024-04-20
*
fix: adjust error message for error in UI event callback (#28200)
zeertzjq
2024-04-06
*
fix(normal): don't check conceal when pressing 'r' (#27892)
zeertzjq
2024-03-17
*
refactor(ui): remove outdated UI vs UIData distinction
bfredl
2024-03-08
*
refactor(lua): use Arena when converting from lua stack to API args
bfredl
2024-02-13
*
refactor: rename w_float_config to w_config #27419
Will Hopkins
2024-02-10
*
refactor(api): use arena for nvim_list_uis()
bfredl
2024-02-09
*
refactor(api): make cstr_as_string accept "const char*"
bfredl
2024-02-09
*
refactor: IWYU (#27186)
zeertzjq
2024-01-25
*
feat(ui): add chdir UI event (#27093)
Gregory Anders
2024-01-19
*
refactor(IWYU): fix headers
dundargoc
2024-01-11
*
refactor(screen): simplify grid_clear() and win_draw_end()
bfredl
2024-01-11
*
refactor: remove redundant struct names
dundargoc
2024-01-02
*
docs: add style rule regarding initialization
dundargoc
2023-12-18
*
refactor: move non-symbols to defs.h headers
dundargoc
2023-12-17
*
refactor(options): reduce `findoption()` usage
Famiu Haque
2023-12-09
*
fix(startup): only send one default_colors_set event during startup
bfredl
2023-12-06
*
refactor: free more reachable memory with EXITFREE (#26349)
zeertzjq
2023-12-02
*
refactor: change event_create() to a macro (#26343)
zeertzjq
2023-12-01
*
refactor(IWYU): move UI and LineFlags to ui_defs.h (#26318)
zeertzjq
2023-11-30
*
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
[next]