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
/
api
/
ui.c
Commit message (
Expand
)
Author
Age
*
refactor: move function macros out of vim_defs.h (#26300)
zeertzjq
2023-11-29
*
refactor: fix headers with IWYU
dundargoc
2023-11-28
*
refactor: rename types.h to types_defs.h
dundargoc
2023-11-27
*
build(IWYU): fix includes for func_attr.h
dundargoc
2023-11-27
*
build(IWYU): replace public-to-public mappings with pragmas (#26237)
zeertzjq
2023-11-27
*
feat(tui): support DCS responses in TermResponse event (#26061)
Gregory Anders
2023-11-16
*
refactor: iwyu (#26062)
zeertzjq
2023-11-16
*
refactor: vim.ui.clipboard #26040
Justin M. Keyes
2023-11-14
*
docs: deprecate the "term_background" UI field
Gregory Anders
2023-11-13
*
refactor: move background color detection into Lua
Gregory Anders
2023-11-13
*
build: remove PVS
dundargoc
2023-11-12
*
fix(PVS/V564): the '|' operator is applied to bool type value
dundargoc
2023-11-11
*
feat(tui): use TermResponse event for OSC responses (#25868)
Gregory Anders
2023-11-06
*
feat(server): allow embed with listen (#25709)
George Harker
2023-11-01
*
build(iwyu): add a few more _defs.h mappings (#25435)
zeertzjq
2023-09-30
*
refactor(grid): change schar_T representation to be more compact
bfredl
2023-09-19
*
refactor(map): enhanced implementation, Clean Code™, etc etc
bfredl
2023-09-08
*
fix(ui): avoid ambiguity about chunk that clears part of line (#24982)
zeertzjq
2023-09-02
*
fix(events): trigger VimResume on next UI request (#24426)
zeertzjq
2023-07-23
*
fix(ui): propagate line wrapping state on grid_line events
Ricky Zhou
2023-06-05
*
refactor(api): new helper macros
Famiu Haque
2023-05-23
*
refactor(map): avoid duplicated khash_t types for values
bfredl
2023-05-17
*
build: update uncrustify to 0.76
Lewis Russell
2023-04-19
*
refactor: remove redundant const char * casts
ii14
2023-04-07
*
fix(api): make nvim_get_hl return 'cterm' attrs properly
bfredl
2023-03-23
*
feat(api): add nvim_get_hl (#22693)
Null Chilly
2023-03-23
*
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
*
docs: fix typos (#22353)
zeertzjq
2023-02-22
*
docs: fix typos (#21961)
dundargoc
2023-02-20
*
refactor(api): VALIDATE macros #22256
Justin M. Keyes
2023-02-14
*
fix(ui-ext): force cursor update after resize in char-based UI
zeertzjq
2023-02-13
*
perf(ui): mitigate redraw latency regression from TUI refactor
bfredl
2023-02-08
*
refactor: fix IWYU mapping file and use IWYU (#21802)
dundargoc
2023-01-15
*
refactor(ui): devirtualize the ui layer
bfredl
2023-01-05
*
fix(tui): more work in the TUI
bfredl
2022-12-31
*
feat(tui): run TUI as external process
hlpr98
2022-12-31
*
build: allow IWYU to fix includes for all .c files
dundargoc
2022-11-15
*
refactor: clang-tidy fixes to silence clangd warning (#20683)
dundargoc
2022-10-21
*
docs: fix typos (#20150)
dundargoc
2022-09-26
*
refactor: replace char_u with char
Dundar Göc
2022-09-11
*
refactor: replace char_u with char
Dundar Göc
2022-09-09
*
Merge pull request #20023 from bfredl/hlarena
bfredl
2022-09-01
|
\
|
*
refactor(highlight): make hlattrs2dict always use pre-allocated dict
bfredl
2022-08-31
*
|
feat(lua): vim.ui_attach to get ui events from lua
bfredl
2022-08-31
|
/
*
refactor(api): provide a temporary copy solution for nvim_call_atomic
bfredl
2022-08-24
*
vim-patch:8.1.2082: rename popupmnu.* to popupmenu.* (#19829)
zeertzjq
2022-08-18
*
refactor: remove some unused includes (#19820)
zeertzjq
2022-08-17
*
refactor: use CLEAR_FIELD and CLEAR_POINTER macros (#19709)
zeertzjq
2022-08-11
*
docs: fix typos (#19588)
dundargoc
2022-08-03
[next]